public class BinLookup403Response extends Object
| Constructor | Description |
|---|---|
BinLookup403Response() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
String |
getMessage() |
The detail message related to the status and reason listed above.
|
String |
getReason() |
The reason of the status.
|
String |
getStatus() |
The status of the submitted transaction.
|
String |
getSubmitTimeUtc() |
Time of request in UTC.
|
int |
hashCode() |
|
BinLookup403Response |
message(String message) |
|
BinLookup403Response |
reason(String reason) |
|
void |
setMessage(String message) |
|
void |
setReason(String reason) |
|
void |
setStatus(String status) |
|
void |
setSubmitTimeUtc(String submitTimeUtc) |
|
BinLookup403Response |
status(String status) |
|
BinLookup403Response |
submitTimeUtc(String submitTimeUtc) |
|
String |
toString() |
public BinLookup403Response submitTimeUtc(String submitTimeUtc)
public String getSubmitTimeUtc()
public void setSubmitTimeUtc(String submitTimeUtc)
public BinLookup403Response status(String status)
public String getStatus()
public void setStatus(String status)
public BinLookup403Response reason(String reason)
public String getReason()
public void setReason(String reason)
public BinLookup403Response message(String message)
public String getMessage()
public void setMessage(String message)
Copyright © 2026. All rights reserved.