Serializable
KlinkDev
KlinkResp
public class Klink extends Object implements Serializable
protected String
action
static String
CMD
protected long
msgId
sysCustomRaw
Klink()
String
getAction()
long
getMsgId()
getSysCustomRaw()
void
setAction(String action)
setMsgId(long msgId)
setSysCustomRaw(String sysCustomRaw)
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final String CMD
protected String action
protected long msgId
protected String sysCustomRaw
public Klink()
public String getAction()
public long getMsgId()
public String getSysCustomRaw()
public void setAction(String action)
public void setMsgId(long msgId)
public void setSysCustomRaw(String sysCustomRaw)
public String toString()
toString
Object