@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-09-22T07:56:07.186+05:30") public class InlineResponse201ErrorInformation extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InlineResponse201ErrorInformation.ReasonEnum
The reason of the status.
|
| Constructor and Description |
|---|
InlineResponse201ErrorInformation() |
| Modifier and Type | Method and Description |
|---|---|
InlineResponse201ErrorInformation |
addDetailsItem(InlineResponse201ErrorInformationDetails detailsItem) |
InlineResponse201ErrorInformation |
details(List<InlineResponse201ErrorInformationDetails> details) |
boolean |
equals(Object o) |
List<InlineResponse201ErrorInformationDetails> |
getDetails()
Get details
|
String |
getMessage()
The detail message related to the status and reason listed above.
|
InlineResponse201ErrorInformation.ReasonEnum |
getReason()
The reason of the status.
|
int |
hashCode() |
InlineResponse201ErrorInformation |
message(String message) |
InlineResponse201ErrorInformation |
reason(InlineResponse201ErrorInformation.ReasonEnum reason) |
void |
setDetails(List<InlineResponse201ErrorInformationDetails> details) |
void |
setMessage(String message) |
void |
setReason(InlineResponse201ErrorInformation.ReasonEnum reason) |
String |
toString() |
public InlineResponse201ErrorInformation reason(InlineResponse201ErrorInformation.ReasonEnum reason)
public InlineResponse201ErrorInformation.ReasonEnum getReason()
public void setReason(InlineResponse201ErrorInformation.ReasonEnum reason)
public InlineResponse201ErrorInformation message(String message)
public String getMessage()
public void setMessage(String message)
public InlineResponse201ErrorInformation details(List<InlineResponse201ErrorInformationDetails> details)
public InlineResponse201ErrorInformation addDetailsItem(InlineResponse201ErrorInformationDetails detailsItem)
public List<InlineResponse201ErrorInformationDetails> getDetails()
public void setDetails(List<InlineResponse201ErrorInformationDetails> details)
Copyright © 2018. All rights reserved.