public class AddScanResultsToProject 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="sourceId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="resultsCollection" type="{http://Checkmarx.com}AuditResultsCollection" minOccurs="0"/>
<element name="comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
comment |
protected long |
projectId |
protected AuditResultsCollection |
resultsCollection |
protected String |
sessionId |
protected String |
sourceId |
| Constructor and Description |
|---|
AddScanResultsToProject() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComment()
Gets the value of the comment property.
|
long |
getProjectId()
Gets the value of the projectId property.
|
AuditResultsCollection |
getResultsCollection()
Gets the value of the resultsCollection property.
|
String |
getSessionId()
Gets the value of the sessionId property.
|
String |
getSourceId()
Gets the value of the sourceId property.
|
void |
setComment(String value)
Sets the value of the comment property.
|
void |
setProjectId(long value)
Sets the value of the projectId property.
|
void |
setResultsCollection(AuditResultsCollection value)
Sets the value of the resultsCollection property.
|
void |
setSessionId(String value)
Sets the value of the sessionId property.
|
void |
setSourceId(String value)
Sets the value of the sourceId property.
|
protected String sessionId
protected long projectId
protected String sourceId
protected AuditResultsCollection resultsCollection
protected String comment
public String getSessionId()
Stringpublic void setSessionId(String value)
value - allowed object is
Stringpublic long getProjectId()
public void setProjectId(long value)
public String getSourceId()
Stringpublic void setSourceId(String value)
value - allowed object is
Stringpublic AuditResultsCollection getResultsCollection()
AuditResultsCollectionpublic void setResultsCollection(AuditResultsCollection value)
value - allowed object is
AuditResultsCollectionpublic String getComment()
StringCopyright © 2020. All rights reserved.