public class Problem
extends java.lang.Object
| Constructor and Description |
|---|
Problem() |
| Modifier and Type | Method and Description |
|---|---|
Component |
getComponent() |
Dependency |
getDependency() |
java.lang.String |
getDescription() |
ProblemLevel |
getLevel() |
ParameterBody |
getParameterBody() |
ParameterVariable |
getParameterVariable() |
Path |
getPath() |
Response |
getResponse() |
Schema |
getSchema() |
SecurityDefinition |
getSecurityDefinition() |
void |
setComponent(Component component) |
void |
setDependency(Dependency dependency) |
void |
setDescription(java.lang.String description) |
void |
setLevel(ProblemLevel level) |
void |
setParameterBody(ParameterBody parameterBody) |
void |
setParameterVariable(ParameterVariable parameterVariable) |
void |
setPath(Path path) |
void |
setResponse(Response response) |
void |
setSchema(Schema schema) |
void |
setSecurityDefinition(SecurityDefinition securityDefinition) |
public ProblemLevel getLevel()
public void setLevel(ProblemLevel level)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public SecurityDefinition getSecurityDefinition()
public void setSecurityDefinition(SecurityDefinition securityDefinition)
public Path getPath()
public void setPath(Path path)
public Schema getSchema()
public void setSchema(Schema schema)
public ParameterBody getParameterBody()
public void setParameterBody(ParameterBody parameterBody)
public ParameterVariable getParameterVariable()
public void setParameterVariable(ParameterVariable parameterVariable)
public Response getResponse()
public void setResponse(Response response)
public Component getComponent()
public void setComponent(Component component)
public Dependency getDependency()
public void setDependency(Dependency dependency)