public class XccdfTestResultDto extends XccdfTestResultCounts
| Constructor and Description |
|---|
XccdfTestResultDto() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getComparableId()
Return the TestResult with metadata similar to the this one
|
java.util.Date |
getCompleted()
Returns completetion time of scan
|
java.lang.Boolean |
getDeletable()
Return true if this TestResult can be deleted (based on the organization's
SCAP retention policy.
|
java.lang.String |
getDiffIcon()
Return name of the list icon, which best refers to the state of diff.
|
java.lang.Long |
getId()
Returs id of xccdf:TestResult
|
java.lang.String |
getPath()
Returns the path of xccdf document
|
java.lang.String |
getProfile()
Returns the name of assigned xccdf:Profile
|
java.lang.String |
getServerName()
Returns name of the targeted system
|
java.lang.Long |
getSid()
Returns id of targeted system
|
java.lang.String |
getTestResult()
Returns xccdf idref of the TestResult
|
java.lang.Long |
getXid()
Returns id of xccdf:TestResult
|
void |
setCompleted(java.util.Date completedIn)
Sets the completetion time of scan
|
void |
setPath(java.lang.String pathIn)
Sets the path of xccdf document
|
void |
setProfile(java.lang.String profileIn)
Sets the name of assigned xccdf:Profile
|
void |
setServerName(java.lang.String serverNameIn)
Sets the name of the targeted system
|
void |
setSid(java.lang.Long sidIn)
Sets the id of targeted system
|
void |
setTestResult(java.lang.String testResultIn)
Sets the xccdf idref of the TestResult
|
void |
setXid(java.lang.Long xidIn)
Sets the id of xccdf:TestResult
|
getCount, getDissatisfied, getError, getFail, getFixed, getInformational, getLabel, getNotapplicable, getNotchecked, getNotselected, getPass, getSatisfactionUnknown, getSatisfied, getSum, getUnknown, setCount, setLabeladdToSet, getSelectionKey, toStringisDisabled, isSelectable, isSelected, setDisabled, setSelectedpublic java.lang.Long getXid()
public void setXid(java.lang.Long xidIn)
xidIn - to setpublic java.lang.Long getId()
getId in interface IdentifiablegetId in class BaseDtopublic java.lang.Long getSid()
public void setSid(java.lang.Long sidIn)
sidIn - to setpublic java.lang.String getTestResult()
public void setTestResult(java.lang.String testResultIn)
testResultIn - to setpublic java.lang.String getServerName()
public void setServerName(java.lang.String serverNameIn)
serverNameIn - to setpublic java.lang.String getProfile()
public void setProfile(java.lang.String profileIn)
profileIn - to setpublic java.util.Date getCompleted()
public void setCompleted(java.util.Date completedIn)
completedIn - to setpublic java.lang.String getPath()
public void setPath(java.lang.String pathIn)
pathIn - to setpublic java.lang.Long getComparableId()
public java.lang.String getDiffIcon()
public java.lang.Boolean getDeletable()