public class IssueStatusInformation
extends java.lang.Object
| Constructor and Description |
|---|
IssueStatusInformation() |
| Modifier and Type | Method and Description |
|---|---|
int |
getIssueNumber()
Gets the number of the issue.
|
long |
getLastModoficationTimestamp()
Gets the timestamp of the last modification of this issue.
|
java.lang.String |
getSeverity()
Gets the severity this issue is assigned to.
|
java.lang.String |
getState()
Gets the current state of this issue.
|
java.lang.String |
getSynopsis()
Gets the synopsis of this issue.
|
void |
setIssueNumber(int issueNumber)
Sets the number of the issue.
|
void |
setLastModoficationTimestamp(long lastModoficationTimestamp)
Sets the timestamp of the last modification of this issue.
|
void |
setSeverity(java.lang.String severity)
Sets the severity this issue is assigned to.
|
void |
setState(java.lang.String state)
Sets the current state of this issue.
|
void |
setSynopsis(java.lang.String synopsis)
Sets the synopsis of this issue.
|
public int getIssueNumber()
public void setIssueNumber(int issueNumber)
issueNumber - public java.lang.String getSeverity()
public void setSeverity(java.lang.String severity)
severity - public java.lang.String getState()
public void setState(java.lang.String state)
state - public java.lang.String getSynopsis()
public void setSynopsis(java.lang.String synopsis)
synopsis - public long getLastModoficationTimestamp()
public void setLastModoficationTimestamp(long lastModoficationTimestamp)
lastModoficationTimestamp - Copyright © Micro Focus 2004-2019. All rights reserved.