public class SaveSubsetResults extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="sessionId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="projectId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="ScanId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="pathIds" type="{http://Checkmarx.com}ArrayOfLong" minOccurs="0"/>
<element name="comments" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
comments |
protected ArrayOfLong |
pathIds |
protected long |
projectId |
protected long |
scanId |
protected String |
sessionId |
| Constructor and Description |
|---|
SaveSubsetResults() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComments()
Gets the value of the comments property.
|
ArrayOfLong |
getPathIds()
Gets the value of the pathIds property.
|
long |
getProjectId()
Gets the value of the projectId property.
|
long |
getScanId()
Gets the value of the scanId property.
|
String |
getSessionId()
Gets the value of the sessionId property.
|
void |
setComments(String value)
Sets the value of the comments property.
|
void |
setPathIds(ArrayOfLong value)
Sets the value of the pathIds property.
|
void |
setProjectId(long value)
Sets the value of the projectId property.
|
void |
setScanId(long value)
Sets the value of the scanId property.
|
void |
setSessionId(String value)
Sets the value of the sessionId property.
|
protected String sessionId
protected long projectId
protected long scanId
protected ArrayOfLong pathIds
protected String comments
public String getSessionId()
Stringpublic void setSessionId(String value)
value - allowed object is
Stringpublic long getProjectId()
public void setProjectId(long value)
public long getScanId()
public void setScanId(long value)
public ArrayOfLong getPathIds()
ArrayOfLongpublic void setPathIds(ArrayOfLong value)
value - allowed object is
ArrayOfLongpublic String getComments()
StringCopyright © 2020. All rights reserved.