com.foxinmy.weixin4j.qy.suite
Class SuiteMessage

java.lang.Object
  extended by com.foxinmy.weixin4j.qy.suite.SuiteMessage
All Implemented Interfaces:
Serializable

public class SuiteMessage
extends Object
implements Serializable

套件消息

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

Constructor Summary
SuiteMessage()
           
 
Method Summary
 String getAuthCorpId()
           
 String getEventType()
           
 SuiteEventType getFormatEventType()
           
 Date getFormatTimeStamp()
           
 String getSuiteId()
           
 String getSuiteTicket()
           
 long getTimeStamp()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SuiteMessage

public SuiteMessage()
Method Detail

getSuiteId

public String getSuiteId()

getEventType

public String getEventType()

getFormatEventType

public SuiteEventType getFormatEventType()

getTimeStamp

public long getTimeStamp()

getFormatTimeStamp

public Date getFormatTimeStamp()

getSuiteTicket

public String getSuiteTicket()

getAuthCorpId

public String getAuthCorpId()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014–2017. All rights reserved.