@Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
date="2018-12-07T19:30:21.793Z")
public class ManualResultRequest
extends java.lang.Object
| Constructor and Description |
|---|
ManualResultRequest() |
| Modifier and Type | Method and Description |
|---|---|
ManualResultRequest |
cwe(java.lang.Integer cwe) |
ManualResultRequest |
description(java.lang.String description) |
ManualResultRequest |
descriptionFormat(DescriptionFormat descriptionFormat) |
ManualResultRequest |
descriptorCwe(java.lang.Integer descriptorCwe) |
ManualResultRequest |
descriptorDescription(java.lang.String descriptorDescription) |
ManualResultRequest |
descriptorDescriptionFormat(DescriptionFormat descriptorDescriptionFormat) |
ManualResultRequest |
descriptorSeverity(java.lang.String descriptorSeverity) |
ManualResultRequest |
detectionMethod(java.lang.Integer detectionMethod) |
boolean |
equals(java.lang.Object o) |
java.lang.Integer |
getCwe()
Get cwe
|
java.lang.String |
getDescription()
Get description
|
DescriptionFormat |
getDescriptionFormat()
Get descriptionFormat
|
java.lang.Integer |
getDescriptorCwe()
Get descriptorCwe
|
java.lang.String |
getDescriptorDescription()
Get descriptorDescription
|
DescriptionFormat |
getDescriptorDescriptionFormat()
Get descriptorDescriptionFormat
|
java.lang.String |
getDescriptorSeverity()
Get descriptorSeverity
|
java.lang.Integer |
getDetectionMethod()
Get detectionMethod
|
java.lang.Integer |
getLocationLine()
Get locationLine
|
java.lang.String |
getLocationPath()
Get locationPath
|
PathType |
getLocationPathType()
Get locationPathType
|
java.lang.String |
getName()
Get name
|
java.lang.Integer |
getProjectId()
Get projectId
|
java.lang.String |
getSeverity()
Get severity
|
java.lang.String |
getTool()
Get tool
|
int |
hashCode() |
ManualResultRequest |
locationLine(java.lang.Integer locationLine) |
ManualResultRequest |
locationPath(java.lang.String locationPath) |
ManualResultRequest |
locationPathType(PathType locationPathType) |
ManualResultRequest |
name(java.lang.String name) |
ManualResultRequest |
projectId(java.lang.Integer projectId) |
void |
setCwe(java.lang.Integer cwe) |
void |
setDescription(java.lang.String description) |
void |
setDescriptionFormat(DescriptionFormat descriptionFormat) |
void |
setDescriptorCwe(java.lang.Integer descriptorCwe) |
void |
setDescriptorDescription(java.lang.String descriptorDescription) |
void |
setDescriptorDescriptionFormat(DescriptionFormat descriptorDescriptionFormat) |
void |
setDescriptorSeverity(java.lang.String descriptorSeverity) |
void |
setDetectionMethod(java.lang.Integer detectionMethod) |
void |
setLocationLine(java.lang.Integer locationLine) |
void |
setLocationPath(java.lang.String locationPath) |
void |
setLocationPathType(PathType locationPathType) |
void |
setName(java.lang.String name) |
void |
setProjectId(java.lang.Integer projectId) |
void |
setSeverity(java.lang.String severity) |
void |
setTool(java.lang.String tool) |
ManualResultRequest |
severity(java.lang.String severity) |
ManualResultRequest |
tool(java.lang.String tool) |
java.lang.String |
toString() |
public ManualResultRequest projectId(java.lang.Integer projectId)
public java.lang.Integer getProjectId()
public void setProjectId(java.lang.Integer projectId)
public ManualResultRequest name(java.lang.String name)
public java.lang.String getName()
public void setName(java.lang.String name)
public ManualResultRequest detectionMethod(java.lang.Integer detectionMethod)
public java.lang.Integer getDetectionMethod()
public void setDetectionMethod(java.lang.Integer detectionMethod)
public ManualResultRequest tool(java.lang.String tool)
public java.lang.String getTool()
public void setTool(java.lang.String tool)
public ManualResultRequest descriptorSeverity(java.lang.String descriptorSeverity)
public java.lang.String getDescriptorSeverity()
public void setDescriptorSeverity(java.lang.String descriptorSeverity)
public ManualResultRequest descriptorCwe(java.lang.Integer descriptorCwe)
public java.lang.Integer getDescriptorCwe()
public void setDescriptorCwe(java.lang.Integer descriptorCwe)
public ManualResultRequest descriptorDescription(java.lang.String descriptorDescription)
public java.lang.String getDescriptorDescription()
public void setDescriptorDescription(java.lang.String descriptorDescription)
public ManualResultRequest descriptorDescriptionFormat(DescriptionFormat descriptorDescriptionFormat)
public DescriptionFormat getDescriptorDescriptionFormat()
public void setDescriptorDescriptionFormat(DescriptionFormat descriptorDescriptionFormat)
public ManualResultRequest locationPath(java.lang.String locationPath)
public java.lang.String getLocationPath()
public void setLocationPath(java.lang.String locationPath)
public ManualResultRequest locationPathType(PathType locationPathType)
public PathType getLocationPathType()
public void setLocationPathType(PathType locationPathType)
public ManualResultRequest locationLine(java.lang.Integer locationLine)
public java.lang.Integer getLocationLine()
public void setLocationLine(java.lang.Integer locationLine)
public ManualResultRequest cwe(java.lang.Integer cwe)
public java.lang.Integer getCwe()
public void setCwe(java.lang.Integer cwe)
public ManualResultRequest description(java.lang.String description)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public ManualResultRequest descriptionFormat(DescriptionFormat descriptionFormat)
public DescriptionFormat getDescriptionFormat()
public void setDescriptionFormat(DescriptionFormat descriptionFormat)
public ManualResultRequest severity(java.lang.String severity)
public java.lang.String getSeverity()
public void setSeverity(java.lang.String severity)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object