com.foxinmy.weixin4j.qy.chat
Class ChatReceiver

java.lang.Object
  extended by com.foxinmy.weixin4j.qy.chat.ChatReceiver
All Implemented Interfaces:
Serializable

public class ChatReceiver
extends Object
implements Serializable

接收人

Since:
JDK 1.6
Author:
jinyu(foxinmy@gmail.com)
See Also:
, Serialized Form

Constructor Summary
ChatReceiver()
           
 
Method Summary
 String getChatType()
           
 ChatType getFormatChatType()
           
 String getTargetId()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChatReceiver

public ChatReceiver()
Method Detail

getTargetId

public String getTargetId()

getChatType

public String getChatType()

getFormatChatType

public ChatType getFormatChatType()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014–2017. All rights reserved.