public class KKJSONAdmin_Response extends java.lang.Object implements KKJSONAdmin_ResponseIf, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
code |
private java.lang.String |
e |
private java.lang.String |
i |
private java.lang.String |
m |
private java.lang.String |
msgKey |
private static long |
serialVersionUID
Serial Version
|
| Constructor and Description |
|---|
KKJSONAdmin_Response() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCode()
Exception code
|
java.lang.String |
getE()
Exception class name
|
java.lang.String |
getI() |
java.lang.String |
getM()
Exception message
|
java.lang.String |
getMsgKey()
Exception message catalog key
|
void |
setCode(java.lang.String code)
Exception code
|
void |
setE(java.lang.String e)
Exception class name
|
void |
setI(java.lang.String i) |
void |
setM(java.lang.String m)
Exception message
|
void |
setMsgKey(java.lang.String msgKey)
Exception message catalog key
|
private static final long serialVersionUID
private java.lang.String i
private java.lang.String e
private java.lang.String m
private java.lang.String code
private java.lang.String msgKey
public java.lang.String getI()
getI in interface KKJSONAdmin_ResponseIfpublic void setI(java.lang.String i)
setI in interface KKJSONAdmin_ResponseIfi - the i to setpublic java.lang.String getE()
KKJSONAdmin_ResponseIfgetE in interface KKJSONAdmin_ResponseIfpublic void setE(java.lang.String e)
KKJSONAdmin_ResponseIfsetE in interface KKJSONAdmin_ResponseIfe - the e to setpublic java.lang.String getM()
KKJSONAdmin_ResponseIfgetM in interface KKJSONAdmin_ResponseIfpublic void setM(java.lang.String m)
KKJSONAdmin_ResponseIfsetM in interface KKJSONAdmin_ResponseIfm - the m to setpublic java.lang.String getCode()
KKJSONAdmin_ResponseIfgetCode in interface KKJSONAdmin_ResponseIfpublic void setCode(java.lang.String code)
KKJSONAdmin_ResponseIfsetCode in interface KKJSONAdmin_ResponseIfcode - the code to setpublic java.lang.String getMsgKey()
KKJSONAdmin_ResponseIfgetMsgKey in interface KKJSONAdmin_ResponseIfpublic void setMsgKey(java.lang.String msgKey)
KKJSONAdmin_ResponseIfsetMsgKey in interface KKJSONAdmin_ResponseIfmsgKey - the msgKey to setCopyright © 2018 DS Data Systems UK Ltd.