public class ScanDisplayData extends Object
Java class for ScanDisplayData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ScanDisplayData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ScanID" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="IsAllowedToDelete" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="QueuedDateTime" type="{http://Checkmarx.com}CxDateTime" minOccurs="0"/>
<element name="RiskLevelScore" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="FinishedDateTime" type="{http://Checkmarx.com}CxDateTime" minOccurs="0"/>
<element name="ProjectId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="ProjectName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="InitiatorName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TeamName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="IsIncremental" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="CxVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LOC" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="HighSeverityResults" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="MediumSeverityResults" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="LowSeverityResults" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Comments" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ScanDisplayType" type="{http://Checkmarx.com}ScanType"/>
<element name="ServerName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Origin" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FailedLOC" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="StatisticsCalculationDate" type="{http://Checkmarx.com}CxDateTime" minOccurs="0"/>
<element name="IsPublic" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="IsLocked" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
comments |
protected String |
cxVersion |
protected String |
failedLOC |
protected CxDateTime |
finishedDateTime |
protected int |
highSeverityResults |
protected String |
initiatorName |
protected boolean |
isAllowedToDelete |
protected boolean |
isIncremental |
protected boolean |
isLocked |
protected boolean |
isPublic |
protected long |
loc |
protected int |
lowSeverityResults |
protected int |
mediumSeverityResults |
protected String |
origin |
protected long |
projectId |
protected String |
projectName |
protected CxDateTime |
queuedDateTime |
protected int |
riskLevelScore |
protected ScanType |
scanDisplayType |
protected long |
scanID |
protected String |
serverName |
protected CxDateTime |
statisticsCalculationDate |
protected String |
teamName |
| Constructor and Description |
|---|
ScanDisplayData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComments()
Gets the value of the comments property.
|
String |
getCxVersion()
Gets the value of the cxVersion property.
|
String |
getFailedLOC()
Gets the value of the failedLOC property.
|
CxDateTime |
getFinishedDateTime()
Gets the value of the finishedDateTime property.
|
int |
getHighSeverityResults()
Gets the value of the highSeverityResults property.
|
String |
getInitiatorName()
Gets the value of the initiatorName property.
|
long |
getLOC()
Gets the value of the loc property.
|
int |
getLowSeverityResults()
Gets the value of the lowSeverityResults property.
|
int |
getMediumSeverityResults()
Gets the value of the mediumSeverityResults property.
|
String |
getOrigin()
Gets the value of the origin property.
|
long |
getProjectId()
Gets the value of the projectId property.
|
String |
getProjectName()
Gets the value of the projectName property.
|
CxDateTime |
getQueuedDateTime()
Gets the value of the queuedDateTime property.
|
int |
getRiskLevelScore()
Gets the value of the riskLevelScore property.
|
ScanType |
getScanDisplayType()
Gets the value of the scanDisplayType property.
|
long |
getScanID()
Gets the value of the scanID property.
|
String |
getServerName()
Gets the value of the serverName property.
|
CxDateTime |
getStatisticsCalculationDate()
Gets the value of the statisticsCalculationDate property.
|
String |
getTeamName()
Gets the value of the teamName property.
|
boolean |
isIsAllowedToDelete()
Gets the value of the isAllowedToDelete property.
|
boolean |
isIsIncremental()
Gets the value of the isIncremental property.
|
boolean |
isIsLocked()
Gets the value of the isLocked property.
|
boolean |
isIsPublic()
Gets the value of the isPublic property.
|
void |
setComments(String value)
Sets the value of the comments property.
|
void |
setCxVersion(String value)
Sets the value of the cxVersion property.
|
void |
setFailedLOC(String value)
Sets the value of the failedLOC property.
|
void |
setFinishedDateTime(CxDateTime value)
Sets the value of the finishedDateTime property.
|
void |
setHighSeverityResults(int value)
Sets the value of the highSeverityResults property.
|
void |
setInitiatorName(String value)
Sets the value of the initiatorName property.
|
void |
setIsAllowedToDelete(boolean value)
Sets the value of the isAllowedToDelete property.
|
void |
setIsIncremental(boolean value)
Sets the value of the isIncremental property.
|
void |
setIsLocked(boolean value)
Sets the value of the isLocked property.
|
void |
setIsPublic(boolean value)
Sets the value of the isPublic property.
|
void |
setLOC(long value)
Sets the value of the loc property.
|
void |
setLowSeverityResults(int value)
Sets the value of the lowSeverityResults property.
|
void |
setMediumSeverityResults(int value)
Sets the value of the mediumSeverityResults property.
|
void |
setOrigin(String value)
Sets the value of the origin property.
|
void |
setProjectId(long value)
Sets the value of the projectId property.
|
void |
setProjectName(String value)
Sets the value of the projectName property.
|
void |
setQueuedDateTime(CxDateTime value)
Sets the value of the queuedDateTime property.
|
void |
setRiskLevelScore(int value)
Sets the value of the riskLevelScore property.
|
void |
setScanDisplayType(ScanType value)
Sets the value of the scanDisplayType property.
|
void |
setScanID(long value)
Sets the value of the scanID property.
|
void |
setServerName(String value)
Sets the value of the serverName property.
|
void |
setStatisticsCalculationDate(CxDateTime value)
Sets the value of the statisticsCalculationDate property.
|
void |
setTeamName(String value)
Sets the value of the teamName property.
|
protected long scanID
protected boolean isAllowedToDelete
protected CxDateTime queuedDateTime
protected int riskLevelScore
protected CxDateTime finishedDateTime
protected long projectId
protected String projectName
protected String initiatorName
protected String teamName
protected boolean isIncremental
protected String cxVersion
protected long loc
protected int highSeverityResults
protected int mediumSeverityResults
protected int lowSeverityResults
protected String comments
protected ScanType scanDisplayType
protected String serverName
protected String origin
protected String failedLOC
protected CxDateTime statisticsCalculationDate
protected boolean isPublic
protected boolean isLocked
public long getScanID()
public void setScanID(long value)
public boolean isIsAllowedToDelete()
public void setIsAllowedToDelete(boolean value)
public CxDateTime getQueuedDateTime()
CxDateTimepublic void setQueuedDateTime(CxDateTime value)
value - allowed object is
CxDateTimepublic int getRiskLevelScore()
public void setRiskLevelScore(int value)
public CxDateTime getFinishedDateTime()
CxDateTimepublic void setFinishedDateTime(CxDateTime value)
value - allowed object is
CxDateTimepublic long getProjectId()
public void setProjectId(long value)
public String getProjectName()
Stringpublic void setProjectName(String value)
value - allowed object is
Stringpublic String getInitiatorName()
Stringpublic void setInitiatorName(String value)
value - allowed object is
Stringpublic String getTeamName()
Stringpublic void setTeamName(String value)
value - allowed object is
Stringpublic boolean isIsIncremental()
public void setIsIncremental(boolean value)
public String getCxVersion()
Stringpublic void setCxVersion(String value)
value - allowed object is
Stringpublic long getLOC()
public void setLOC(long value)
public int getHighSeverityResults()
public void setHighSeverityResults(int value)
public int getMediumSeverityResults()
public void setMediumSeverityResults(int value)
public int getLowSeverityResults()
public void setLowSeverityResults(int value)
public String getComments()
Stringpublic void setComments(String value)
value - allowed object is
Stringpublic ScanType getScanDisplayType()
ScanTypepublic void setScanDisplayType(ScanType value)
value - allowed object is
ScanTypepublic String getServerName()
Stringpublic void setServerName(String value)
value - allowed object is
Stringpublic String getOrigin()
Stringpublic void setOrigin(String value)
value - allowed object is
Stringpublic String getFailedLOC()
Stringpublic void setFailedLOC(String value)
value - allowed object is
Stringpublic CxDateTime getStatisticsCalculationDate()
CxDateTimepublic void setStatisticsCalculationDate(CxDateTime value)
value - allowed object is
CxDateTimepublic boolean isIsPublic()
public void setIsPublic(boolean value)
public boolean isIsLocked()
public void setIsLocked(boolean value)
Copyright © 2020. All rights reserved.