public class Msg<T> extends Object implements Serializable
Msg()
Msg(MsgType msgType)
T
getData()
MsgType
getMsgType()
void
setData(T data)
setMsgType(MsgType msgType)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Msg()
public Msg(MsgType msgType)
public MsgType getMsgType()
public void setMsgType(MsgType msgType)
public T getData()
public void setData(T data)
Copyright © 2022. All rights reserved.