public class ChatMessage extends Object
ChatMessage()
ChatMessage(String uid, String value, Date time, int type)
Date
getTime()
int
getType()
String
getUid()
getValue()
void
setTime(Date time)
setType(int type)
setUid(String uid)
setValue(String value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ChatMessage()
public ChatMessage(String uid, String value, Date time, int type)
public String getValue()
public void setValue(String value)
public Date getTime()
public void setTime(Date time)
public int getType()
public void setType(int type)
public String getUid()
public void setUid(String uid)
Copyright © 2019. All rights reserved.