com.foxinmy.weixin4j.qy.event
Class BatchjobresultMessage

java.lang.Object
  extended by com.foxinmy.weixin4j.request.WeixinMessage
      extended by com.foxinmy.weixin4j.message.event.EventMessage
          extended by com.foxinmy.weixin4j.qy.event.BatchjobresultMessage
All Implemented Interfaces:
Serializable

public class BatchjobresultMessage
extends EventMessage

异步任务事件完成通知

Since:
JDK 1.6
Author:
jinyu(foxinmy@gmail.com)
See Also:
异步任务事件完成通知, Serialized Form

Nested Class Summary
static class BatchjobresultMessage.BatchJob
          任务信息
 
Constructor Summary
BatchjobresultMessage()
           
 
Method Summary
 BatchjobresultMessage.BatchJob getBatchJob()
           
 String toString()
           
 
Methods inherited from class com.foxinmy.weixin4j.message.event.EventMessage
getEventType
 
Methods inherited from class com.foxinmy.weixin4j.request.WeixinMessage
equals, getAgentId, getCreateTime, getFormatCreateTime, getFormatMsgType, getFromUserName, getMsgId, getMsgType, getToUserName, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BatchjobresultMessage

public BatchjobresultMessage()
Method Detail

getBatchJob

public BatchjobresultMessage.BatchJob getBatchJob()

toString

public String toString()
Overrides:
toString in class EventMessage


Copyright © 2014–2017. All rights reserved.