com.foxinmy.weixin4j.mp.model
Class KfChatRecord
java.lang.Object
com.foxinmy.weixin4j.mp.model.KfChatRecord
- All Implemented Interfaces:
- Serializable
public class KfChatRecord
- extends Object
- implements Serializable
客服聊天记录
- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
- See Also:
- Serialized Form
KfChatRecord
public KfChatRecord()
getWorker
public String getWorker()
setWorker
public void setWorker(String worker)
getOpenId
public String getOpenId()
setOpenId
public void setOpenId(String openId)
getOperCode
public int getOperCode()
getFormatOperCode
public CustomRecordOperCode getFormatOperCode()
setOperCode
public void setOperCode(int operCode)
getTime
public long getTime()
getFormatTime
public Date getFormatTime()
setTime
public void setTime(long time)
getText
public String getText()
setText
public void setText(String text)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2014–2017. All rights reserved.