public class CxWSDataRetentionStatusResponse extends CxWSBasicRepsonse
Java class for CxWSDataRetentionStatusResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSDataRetentionStatusResponse">
<complexContent>
<extension base="{http://Checkmarx.com}CxWSBasicRepsonse">
<sequence>
<element name="Status" type="{http://Checkmarx.com}CxDataRetentionStatus"/>
<element name="CurrentProgress" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="TotalProgress" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="StageError" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
currentProgress |
protected String |
stageError |
protected CxDataRetentionStatus |
status |
protected Integer |
totalProgress |
errorMessage, isSuccesfull| Constructor and Description |
|---|
CxWSDataRetentionStatusResponse() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCurrentProgress()
Gets the value of the currentProgress property.
|
String |
getStageError()
Gets the value of the stageError property.
|
CxDataRetentionStatus |
getStatus()
Gets the value of the status property.
|
Integer |
getTotalProgress()
Gets the value of the totalProgress property.
|
void |
setCurrentProgress(Integer value)
Sets the value of the currentProgress property.
|
void |
setStageError(String value)
Sets the value of the stageError property.
|
void |
setStatus(CxDataRetentionStatus value)
Sets the value of the status property.
|
void |
setTotalProgress(Integer value)
Sets the value of the totalProgress property.
|
getErrorMessage, isIsSuccesfull, setErrorMessage, setIsSuccesfullprotected CxDataRetentionStatus status
protected Integer currentProgress
protected Integer totalProgress
protected String stageError
public CxDataRetentionStatus getStatus()
CxDataRetentionStatuspublic void setStatus(CxDataRetentionStatus value)
value - allowed object is
CxDataRetentionStatuspublic Integer getCurrentProgress()
Integerpublic void setCurrentProgress(Integer value)
value - allowed object is
Integerpublic Integer getTotalProgress()
Integerpublic void setTotalProgress(Integer value)
value - allowed object is
Integerpublic String getStageError()
StringCopyright © 2020. All rights reserved.