public class InlineResponse5021 extends Object
| Constructor | Description |
|---|---|
InlineResponse5021() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
String |
getMessage() |
The detail message related to the status and reason
|
String |
getReason() |
The reason of the status.
|
String |
getStatus() |
The status of the submitted transaction.
|
String |
getSubmitTimeUtc() |
Time verification was requested Format: `YYYY-MM-DDThhmmssZ`, where: - `T`: Separates the date and the time - `Z`: Indicates Coordinated Universal Time (UTC), also known as Greenwich Mean Time (GMT) Example: `2020-01-11T224757Z` equals January 11, 2020, at 22:47:57 (10:47:57 p.m.)
|
int |
hashCode() |
|
InlineResponse5021 |
message(String message) |
|
InlineResponse5021 |
reason(String reason) |
|
void |
setMessage(String message) |
|
void |
setReason(String reason) |
|
void |
setStatus(String status) |
|
void |
setSubmitTimeUtc(String submitTimeUtc) |
|
InlineResponse5021 |
status(String status) |
|
InlineResponse5021 |
submitTimeUtc(String submitTimeUtc) |
|
String |
toString() |
public InlineResponse5021 submitTimeUtc(String submitTimeUtc)
public String getSubmitTimeUtc()
public void setSubmitTimeUtc(String submitTimeUtc)
public InlineResponse5021 status(String status)
public String getStatus()
public void setStatus(String status)
public InlineResponse5021 message(String message)
public String getMessage()
public void setMessage(String message)
public InlineResponse5021 reason(String reason)
public String getReason()
public void setReason(String reason)
Copyright © 2026. All rights reserved.