public class UpdateResultComment 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="ResultId" 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="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 |
pathId |
protected long |
projectId |
protected long |
resultId |
protected String |
sessionID |
| Constructor and Description |
|---|
UpdateResultComment() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComment()
Gets the value of the comment property.
|
long |
getPathId()
Gets the value of the pathId property.
|
long |
getProjectId()
Gets the value of the projectId property.
|
long |
getResultId()
Gets the value of the resultId property.
|
String |
getSessionID()
Gets the value of the sessionID property.
|
void |
setComment(String value)
Sets the value of the comment property.
|
void |
setPathId(long value)
Sets the value of the pathId property.
|
void |
setProjectId(long value)
Sets the value of the projectId property.
|
void |
setResultId(long value)
Sets the value of the resultId property.
|
void |
setSessionID(String value)
Sets the value of the sessionID property.
|
protected String sessionID
protected long resultId
protected long pathId
protected long projectId
protected String comment
public String getSessionID()
Stringpublic void setSessionID(String value)
value - allowed object is
Stringpublic long getResultId()
public void setResultId(long value)
public long getPathId()
public void setPathId(long value)
public long getProjectId()
public void setProjectId(long value)
public String getComment()
StringCopyright © 2020. All rights reserved.