public class Solution.StatusCause extends Object
Solution.status
is INCOMPLETE.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.
|
public String getErrorCode()
public String getMessage()
public void setErrorCode(String errorCode)
errorCode
- the errorCode to setpublic void setMessage(String message)
message
- the message to setCopyright © 2015–2016. All rights reserved.