@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class TssV2TransactionsGet200ResponseErrorInformation extends Object
| Constructor and Description |
|---|
TssV2TransactionsGet200ResponseErrorInformation() |
| Modifier and Type | Method and Description |
|---|---|
TssV2TransactionsGet200ResponseErrorInformation |
addDetailsItem(PtsV2PaymentsPost201ResponseErrorInformationDetails detailsItem) |
TssV2TransactionsGet200ResponseErrorInformation |
details(List<PtsV2PaymentsPost201ResponseErrorInformationDetails> details) |
boolean |
equals(Object o) |
List<PtsV2PaymentsPost201ResponseErrorInformationDetails> |
getDetails()
Get details
|
String |
getMessage()
The user-facing description for why a request succeeded or failed.
|
String |
getReason()
1-word description of why a request succeeded or failed.
|
int |
hashCode() |
TssV2TransactionsGet200ResponseErrorInformation |
message(String message) |
TssV2TransactionsGet200ResponseErrorInformation |
reason(String reason) |
void |
setDetails(List<PtsV2PaymentsPost201ResponseErrorInformationDetails> details) |
void |
setMessage(String message) |
void |
setReason(String reason) |
String |
toString() |
public TssV2TransactionsGet200ResponseErrorInformation()
public TssV2TransactionsGet200ResponseErrorInformation reason(String reason)
public String getReason()
public void setReason(String reason)
public TssV2TransactionsGet200ResponseErrorInformation message(String message)
public String getMessage()
public void setMessage(String message)
public TssV2TransactionsGet200ResponseErrorInformation details(List<PtsV2PaymentsPost201ResponseErrorInformationDetails> details)
public TssV2TransactionsGet200ResponseErrorInformation addDetailsItem(PtsV2PaymentsPost201ResponseErrorInformationDetails detailsItem)
public List<PtsV2PaymentsPost201ResponseErrorInformationDetails> getDetails()
public void setDetails(List<PtsV2PaymentsPost201ResponseErrorInformationDetails> details)
Copyright © 2020. All rights reserved.