public class PushFunds201ResponseErrorInformation extends Object
| Constructor and Description |
|---|
PushFunds201ResponseErrorInformation() |
| Modifier and Type | Method and Description |
|---|---|
PushFunds201ResponseErrorInformation |
addDetailsItem(PushFunds201ResponseErrorInformationDetails detailsItem) |
PushFunds201ResponseErrorInformation |
details(List<PushFunds201ResponseErrorInformationDetails> details) |
boolean |
equals(Object o) |
List<PushFunds201ResponseErrorInformationDetails> |
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() |
PushFunds201ResponseErrorInformation |
message(String message) |
PushFunds201ResponseErrorInformation |
reason(String reason) |
void |
setDetails(List<PushFunds201ResponseErrorInformationDetails> details) |
void |
setMessage(String message) |
void |
setReason(String reason) |
String |
toString() |
public PushFunds201ResponseErrorInformation()
public PushFunds201ResponseErrorInformation reason(String reason)
public String getReason()
public void setReason(String reason)
public PushFunds201ResponseErrorInformation message(String message)
public String getMessage()
public void setMessage(String message)
public PushFunds201ResponseErrorInformation details(List<PushFunds201ResponseErrorInformationDetails> details)
public PushFunds201ResponseErrorInformation addDetailsItem(PushFunds201ResponseErrorInformationDetails detailsItem)
public List<PushFunds201ResponseErrorInformationDetails> getDetails()
public void setDetails(List<PushFunds201ResponseErrorInformationDetails> details)
Copyright © 2025. All rights reserved.