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