public class StatusCause extends GenericModel
| Constructor and Description |
|---|
StatusCause() |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorCode()
Gets the error code.
|
String |
getMessage()
Gets the message.
|
List<String> |
getTokens()
Gets the tokens.
|
void |
setErrorCode(String errorCode)
Sets the error code.
|
void |
setMessage(String message)
Sets the message.
|
void |
setTokens(List<String> tokens)
Sets the tokens.
|
equals, hashCode, toStringpublic String getErrorCode()
public String getMessage()
public void setErrorCode(String errorCode)
errorCode - the new error codepublic void setMessage(String message)
message - the new messageCopyright © 2015. All rights reserved.