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