public class ResultStateData extends Object
Java class for ResultStateData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResultStateData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="scanId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="PathId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="projectId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="Remarks" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ResultLabelType" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="data" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
data |
protected long |
pathId |
protected long |
projectId |
protected String |
remarks |
protected int |
resultLabelType |
protected long |
scanId |
| Constructor and Description |
|---|
ResultStateData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getData()
Gets the value of the data property.
|
long |
getPathId()
Gets the value of the pathId property.
|
long |
getProjectId()
Gets the value of the projectId property.
|
String |
getRemarks()
Gets the value of the remarks property.
|
int |
getResultLabelType()
Gets the value of the resultLabelType property.
|
long |
getScanId()
Gets the value of the scanId property.
|
void |
setData(String value)
Sets the value of the data property.
|
void |
setPathId(long value)
Sets the value of the pathId property.
|
void |
setProjectId(long value)
Sets the value of the projectId property.
|
void |
setRemarks(String value)
Sets the value of the remarks property.
|
void |
setResultLabelType(int value)
Sets the value of the resultLabelType property.
|
void |
setScanId(long value)
Sets the value of the scanId property.
|
protected long scanId
protected long pathId
protected long projectId
protected String remarks
protected int resultLabelType
protected String data
public long getScanId()
public void setScanId(long value)
public long getPathId()
public void setPathId(long value)
public long getProjectId()
public void setProjectId(long value)
public String getRemarks()
Stringpublic void setRemarks(String value)
value - allowed object is
Stringpublic int getResultLabelType()
public void setResultLabelType(int value)
public String getData()
StringCopyright © 2020. All rights reserved.