public class GoodTokenErrorResponseJson extends BaseJson
Constructor and Description |
---|
GoodTokenErrorResponseJson() |
Modifier and Type | Method and Description |
---|---|
Integer |
getCode()
Error code
|
String |
getText()
Error text
|
void |
setCode(Integer code)
Error code
|
void |
setText(String text)
Error text
|
getObjType, setObjType, toString
public Integer getCode()
public void setCode(Integer code)
code
- Error codepublic String getText()
public void setText(String text)
text
- Error textCopyright © 2019. All rights reserved.