public class RetrieveTokenStatusResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RetrieveTokenStatusResponse.Builder
Class to build instances of
RetrieveTokenStatusResponse. |
| Constructor and Description |
|---|
RetrieveTokenStatusResponse(List<String> scopes,
String expiresAt,
String clientId,
String merchantId,
List<Error> errors)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getClientId()
Getter for ClientId.
|
HttpContext |
getContext() |
List<Error> |
getErrors()
Getter for Errors.
|
String |
getExpiresAt()
Getter for ExpiresAt.
|
String |
getMerchantId()
Getter for MerchantId.
|
List<String> |
getScopes()
Getter for Scopes.
|
int |
hashCode() |
RetrieveTokenStatusResponse.Builder |
toBuilder()
Builds a new
RetrieveTokenStatusResponse.Builder object. |
String |
toString()
Converts this RetrieveTokenStatusResponse into string format.
|
public RetrieveTokenStatusResponse(List<String> scopes, String expiresAt, String clientId, String merchantId, List<Error> errors)
scopes - List of String value for scopes.expiresAt - String value for expiresAt.clientId - String value for clientId.merchantId - String value for merchantId.errors - List of Error value for errors.public HttpContext getContext()
public List<String> getScopes()
public String getExpiresAt()
public String getClientId()
public String getMerchantId()
public List<Error> getErrors()
public String toString()
public RetrieveTokenStatusResponse.Builder toBuilder()
RetrieveTokenStatusResponse.Builder object.
Creates the instance with the state of the current model.RetrieveTokenStatusResponse.Builder objectCopyright © 2023. All rights reserved.