public class ResultType extends Object
Java class for ResultType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResultType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Path" type="{}PathType"/>
</sequence>
<attribute name="NodeId" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="FileName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Status" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Line" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Column" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="FalsePositive" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Severity" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="AssignToUser" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="state" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Remark" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="DeepLink" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="SeverityIndex" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
assignToUser |
protected String |
column |
protected String |
deepLink |
protected String |
falsePositive |
protected String |
fileName |
protected String |
line |
protected String |
nodeId |
protected PathType |
path |
protected String |
remark |
protected String |
severity |
protected String |
severityIndex |
protected String |
state |
protected String |
status |
| Constructor and Description |
|---|
ResultType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAssignToUser()
Gets the value of the assignToUser property.
|
String |
getColumn()
Gets the value of the column property.
|
String |
getDeepLink()
Gets the value of the deepLink property.
|
String |
getFalsePositive()
Gets the value of the falsePositive property.
|
String |
getFileName()
Gets the value of the fileName property.
|
String |
getLine()
Gets the value of the line property.
|
String |
getNodeId()
Gets the value of the nodeId property.
|
PathType |
getPath()
Gets the value of the path property.
|
String |
getRemark()
Gets the value of the remark property.
|
String |
getSeverity()
Gets the value of the severity property.
|
String |
getSeverityIndex()
Gets the value of the severityIndex property.
|
String |
getState()
Gets the value of the state property.
|
String |
getStatus()
Gets the value of the status property.
|
void |
setAssignToUser(String value)
Sets the value of the assignToUser property.
|
void |
setColumn(String value)
Sets the value of the column property.
|
void |
setDeepLink(String value)
Sets the value of the deepLink property.
|
void |
setFalsePositive(String value)
Sets the value of the falsePositive property.
|
void |
setFileName(String value)
Sets the value of the fileName property.
|
void |
setLine(String value)
Sets the value of the line property.
|
void |
setNodeId(String value)
Sets the value of the nodeId property.
|
void |
setPath(PathType value)
Sets the value of the path property.
|
void |
setRemark(String value)
Sets the value of the remark property.
|
void |
setSeverity(String value)
Sets the value of the severity property.
|
void |
setSeverityIndex(String value)
Sets the value of the severityIndex property.
|
void |
setState(String value)
Sets the value of the state property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
protected PathType path
protected String nodeId
protected String fileName
protected String status
protected String line
protected String column
protected String falsePositive
protected String severity
protected String assignToUser
protected String state
protected String remark
protected String deepLink
protected String severityIndex
public PathType getPath()
PathTypepublic void setPath(PathType value)
value - allowed object is
PathTypepublic String getNodeId()
Stringpublic void setNodeId(String value)
value - allowed object is
Stringpublic String getFileName()
Stringpublic void setFileName(String value)
value - allowed object is
Stringpublic String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic String getLine()
Stringpublic void setLine(String value)
value - allowed object is
Stringpublic String getColumn()
Stringpublic void setColumn(String value)
value - allowed object is
Stringpublic String getFalsePositive()
Stringpublic void setFalsePositive(String value)
value - allowed object is
Stringpublic String getSeverity()
Stringpublic void setSeverity(String value)
value - allowed object is
Stringpublic String getAssignToUser()
Stringpublic void setAssignToUser(String value)
value - allowed object is
Stringpublic String getState()
Stringpublic void setState(String value)
value - allowed object is
Stringpublic String getRemark()
Stringpublic void setRemark(String value)
value - allowed object is
Stringpublic String getDeepLink()
Stringpublic void setDeepLink(String value)
value - allowed object is
Stringpublic String getSeverityIndex()
StringCopyright © 2020. All rights reserved.