public class CxWSResponseScanStatus extends CxWSBasicRepsonse
Java class for CxWSResponseScanStatus complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSResponseScanStatus">
<complexContent>
<extension base="{http://Checkmarx.com}CxWSBasicRepsonse">
<sequence>
<element name="CurrentStage" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="QueuePosition" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="TotalPercent" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="CurrentStagePercent" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Owner" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="StageName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="StageMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="StepMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="StepDetails" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ResultId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="ScanId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="ProjectId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="TaskId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="TaskName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ProjectName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="RunId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SourceId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LOC" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="TimeScheduled" type="{http://Checkmarx.com}CxDateTime" minOccurs="0"/>
<element name="ElapsedTime" type="{http://Checkmarx.com}CxDateTime" minOccurs="0"/>
<element name="TimeFinished" type="{http://Checkmarx.com}CxDateTime" minOccurs="0"/>
<element name="TimeBeginWorking" type="{http://Checkmarx.com}CxDateTime" minOccurs="0"/>
<element name="CurrentStatus" type="{http://Checkmarx.com}CurrentStatusEnum"/>
<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="IsPublic" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="PartialResults" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
currentStage |
protected int |
currentStagePercent |
protected CurrentStatusEnum |
currentStatus |
protected CxDateTime |
elapsedTime |
protected boolean |
isPublic |
protected long |
loc |
protected String |
origin |
protected String |
owner |
protected boolean |
partialResults |
protected long |
projectId |
protected String |
projectName |
protected int |
queuePosition |
protected long |
resultId |
protected String |
runId |
protected long |
scanId |
protected String |
serverName |
protected String |
sourceId |
protected String |
stageMessage |
protected String |
stageName |
protected String |
stepDetails |
protected String |
stepMessage |
protected long |
taskId |
protected String |
taskName |
protected CxDateTime |
timeBeginWorking |
protected CxDateTime |
timeFinished |
protected CxDateTime |
timeScheduled |
protected int |
totalPercent |
errorMessage, isSuccesfull| Constructor and Description |
|---|
CxWSResponseScanStatus() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCurrentStage()
Gets the value of the currentStage property.
|
int |
getCurrentStagePercent()
Gets the value of the currentStagePercent property.
|
CurrentStatusEnum |
getCurrentStatus()
Gets the value of the currentStatus property.
|
CxDateTime |
getElapsedTime()
Gets the value of the elapsedTime property.
|
long |
getLOC()
Gets the value of the loc property.
|
String |
getOrigin()
Gets the value of the origin property.
|
String |
getOwner()
Gets the value of the owner property.
|
long |
getProjectId()
Gets the value of the projectId property.
|
String |
getProjectName()
Gets the value of the projectName property.
|
int |
getQueuePosition()
Gets the value of the queuePosition property.
|
long |
getResultId()
Gets the value of the resultId property.
|
String |
getRunId()
Gets the value of the runId property.
|
long |
getScanId()
Gets the value of the scanId property.
|
String |
getServerName()
Gets the value of the serverName property.
|
String |
getSourceId()
Gets the value of the sourceId property.
|
String |
getStageMessage()
Gets the value of the stageMessage property.
|
String |
getStageName()
Gets the value of the stageName property.
|
String |
getStepDetails()
Gets the value of the stepDetails property.
|
String |
getStepMessage()
Gets the value of the stepMessage property.
|
long |
getTaskId()
Gets the value of the taskId property.
|
String |
getTaskName()
Gets the value of the taskName property.
|
CxDateTime |
getTimeBeginWorking()
Gets the value of the timeBeginWorking property.
|
CxDateTime |
getTimeFinished()
Gets the value of the timeFinished property.
|
CxDateTime |
getTimeScheduled()
Gets the value of the timeScheduled property.
|
int |
getTotalPercent()
Gets the value of the totalPercent property.
|
boolean |
isIsPublic()
Gets the value of the isPublic property.
|
boolean |
isPartialResults()
Gets the value of the partialResults property.
|
void |
setCurrentStage(int value)
Sets the value of the currentStage property.
|
void |
setCurrentStagePercent(int value)
Sets the value of the currentStagePercent property.
|
void |
setCurrentStatus(CurrentStatusEnum value)
Sets the value of the currentStatus property.
|
void |
setElapsedTime(CxDateTime value)
Sets the value of the elapsedTime property.
|
void |
setIsPublic(boolean value)
Sets the value of the isPublic property.
|
void |
setLOC(long value)
Sets the value of the loc property.
|
void |
setOrigin(String value)
Sets the value of the origin property.
|
void |
setOwner(String value)
Sets the value of the owner property.
|
void |
setPartialResults(boolean value)
Sets the value of the partialResults property.
|
void |
setProjectId(long value)
Sets the value of the projectId property.
|
void |
setProjectName(String value)
Sets the value of the projectName property.
|
void |
setQueuePosition(int value)
Sets the value of the queuePosition property.
|
void |
setResultId(long value)
Sets the value of the resultId property.
|
void |
setRunId(String value)
Sets the value of the runId property.
|
void |
setScanId(long value)
Sets the value of the scanId property.
|
void |
setServerName(String value)
Sets the value of the serverName property.
|
void |
setSourceId(String value)
Sets the value of the sourceId property.
|
void |
setStageMessage(String value)
Sets the value of the stageMessage property.
|
void |
setStageName(String value)
Sets the value of the stageName property.
|
void |
setStepDetails(String value)
Sets the value of the stepDetails property.
|
void |
setStepMessage(String value)
Sets the value of the stepMessage property.
|
void |
setTaskId(long value)
Sets the value of the taskId property.
|
void |
setTaskName(String value)
Sets the value of the taskName property.
|
void |
setTimeBeginWorking(CxDateTime value)
Sets the value of the timeBeginWorking property.
|
void |
setTimeFinished(CxDateTime value)
Sets the value of the timeFinished property.
|
void |
setTimeScheduled(CxDateTime value)
Sets the value of the timeScheduled property.
|
void |
setTotalPercent(int value)
Sets the value of the totalPercent property.
|
getErrorMessage, isIsSuccesfull, setErrorMessage, setIsSuccesfullprotected int currentStage
protected int queuePosition
protected int totalPercent
protected int currentStagePercent
protected String owner
protected String stageName
protected String stageMessage
protected String stepMessage
protected String stepDetails
protected long resultId
protected long scanId
protected long projectId
protected long taskId
protected String taskName
protected String projectName
protected String runId
protected String sourceId
protected long loc
protected CxDateTime timeScheduled
protected CxDateTime elapsedTime
protected CxDateTime timeFinished
protected CxDateTime timeBeginWorking
protected CurrentStatusEnum currentStatus
protected String serverName
protected String origin
protected boolean isPublic
protected boolean partialResults
public int getCurrentStage()
public void setCurrentStage(int value)
public int getQueuePosition()
public void setQueuePosition(int value)
public int getTotalPercent()
public void setTotalPercent(int value)
public int getCurrentStagePercent()
public void setCurrentStagePercent(int value)
public String getOwner()
Stringpublic void setOwner(String value)
value - allowed object is
Stringpublic String getStageName()
Stringpublic void setStageName(String value)
value - allowed object is
Stringpublic String getStageMessage()
Stringpublic void setStageMessage(String value)
value - allowed object is
Stringpublic String getStepMessage()
Stringpublic void setStepMessage(String value)
value - allowed object is
Stringpublic String getStepDetails()
Stringpublic void setStepDetails(String value)
value - allowed object is
Stringpublic long getResultId()
public void setResultId(long value)
public long getScanId()
public void setScanId(long value)
public long getProjectId()
public void setProjectId(long value)
public long getTaskId()
public void setTaskId(long value)
public String getTaskName()
Stringpublic void setTaskName(String value)
value - allowed object is
Stringpublic String getProjectName()
Stringpublic void setProjectName(String value)
value - allowed object is
Stringpublic String getRunId()
Stringpublic void setRunId(String value)
value - allowed object is
Stringpublic String getSourceId()
Stringpublic void setSourceId(String value)
value - allowed object is
Stringpublic long getLOC()
public void setLOC(long value)
public CxDateTime getTimeScheduled()
CxDateTimepublic void setTimeScheduled(CxDateTime value)
value - allowed object is
CxDateTimepublic CxDateTime getElapsedTime()
CxDateTimepublic void setElapsedTime(CxDateTime value)
value - allowed object is
CxDateTimepublic CxDateTime getTimeFinished()
CxDateTimepublic void setTimeFinished(CxDateTime value)
value - allowed object is
CxDateTimepublic CxDateTime getTimeBeginWorking()
CxDateTimepublic void setTimeBeginWorking(CxDateTime value)
value - allowed object is
CxDateTimepublic CurrentStatusEnum getCurrentStatus()
CurrentStatusEnumpublic void setCurrentStatus(CurrentStatusEnum value)
value - allowed object is
CurrentStatusEnumpublic String getServerName()
Stringpublic void setServerName(String value)
value - allowed object is
Stringpublic String getOrigin()
Stringpublic void setOrigin(String value)
value - allowed object is
Stringpublic boolean isIsPublic()
public void setIsPublic(boolean value)
public boolean isPartialResults()
public void setPartialResults(boolean value)
Copyright © 2020. All rights reserved.