public class DataCloudTokenResponse extends Object implements AuthenticationResponseWithError
| Constructor and Description |
|---|
DataCloudTokenResponse() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getErrorCode() |
String |
getErrorDescription() |
int |
getExpiresIn() |
String |
getInstanceUrl() |
String |
getToken() |
String |
getTokenType() |
int |
hashCode() |
void |
setErrorCode(String errorCode) |
void |
setErrorDescription(String errorDescription) |
void |
setExpiresIn(int expiresIn) |
void |
setInstanceUrl(String instanceUrl) |
void |
setToken(String token) |
void |
setTokenType(String tokenType) |
String |
toString() |
public String getToken()
getToken in interface AuthenticationResponseWithErrorpublic String getInstanceUrl()
public String getTokenType()
public int getExpiresIn()
public String getErrorCode()
getErrorCode in interface AuthenticationResponseWithErrorpublic String getErrorDescription()
getErrorDescription in interface AuthenticationResponseWithErrorpublic void setToken(String token)
public void setInstanceUrl(String instanceUrl)
public void setTokenType(String tokenType)
public void setExpiresIn(int expiresIn)
public void setErrorCode(String errorCode)
public void setErrorDescription(String errorDescription)
protected boolean canEqual(Object other)
Copyright © 2025. All rights reserved.