public class UndeletedObject extends Object
Java class for UndeletedObject complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UndeletedObject">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Id" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="ErrorCode" type="{http://Checkmarx.com}UndeletedObjectCode"/>
<element name="ProjectName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TeamPath" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="StartTime" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="ErrorMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected UndeletedObjectCode |
errorCode |
protected String |
errorMessage |
protected long |
id |
protected String |
projectName |
protected double |
startTime |
protected String |
teamPath |
| Constructor and Description |
|---|
UndeletedObject() |
| Modifier and Type | Method and Description |
|---|---|
UndeletedObjectCode |
getErrorCode()
Gets the value of the errorCode property.
|
String |
getErrorMessage()
Gets the value of the errorMessage property.
|
long |
getId()
Gets the value of the id property.
|
String |
getProjectName()
Gets the value of the projectName property.
|
double |
getStartTime()
Gets the value of the startTime property.
|
String |
getTeamPath()
Gets the value of the teamPath property.
|
void |
setErrorCode(UndeletedObjectCode value)
Sets the value of the errorCode property.
|
void |
setErrorMessage(String value)
Sets the value of the errorMessage property.
|
void |
setId(long value)
Sets the value of the id property.
|
void |
setProjectName(String value)
Sets the value of the projectName property.
|
void |
setStartTime(double value)
Sets the value of the startTime property.
|
void |
setTeamPath(String value)
Sets the value of the teamPath property.
|
protected long id
protected UndeletedObjectCode errorCode
protected String projectName
protected String teamPath
protected double startTime
protected String errorMessage
public long getId()
public void setId(long value)
public UndeletedObjectCode getErrorCode()
UndeletedObjectCodepublic void setErrorCode(UndeletedObjectCode value)
value - allowed object is
UndeletedObjectCodepublic String getProjectName()
Stringpublic void setProjectName(String value)
value - allowed object is
Stringpublic String getTeamPath()
Stringpublic void setTeamPath(String value)
value - allowed object is
Stringpublic double getStartTime()
public void setStartTime(double value)
public String getErrorMessage()
StringCopyright © 2020. All rights reserved.