com.foxinmy.weixin4j.mp.datacube
Class ArticleTotal

java.lang.Object
  extended by com.foxinmy.weixin4j.mp.datacube.ArticleTotal
All Implemented Interfaces:
Serializable

public class ArticleTotal
extends Object
implements Serializable

数据统计:图文群发总数据

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

Constructor Summary
ArticleTotal()
           
 
Method Summary
 List<ArticleDatacube2> getDetails()
           
 String getMsgId()
           
 Date getRefDate()
           
 String getTitle()
           
 void setDetails(List<ArticleDatacube2> details)
           
 void setMsgId(String msgId)
           
 void setRefDate(Date refDate)
           
 void setTitle(String title)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ArticleTotal

public ArticleTotal()
Method Detail

getRefDate

public Date getRefDate()

setRefDate

public void setRefDate(Date refDate)

getMsgId

public String getMsgId()

setMsgId

public void setMsgId(String msgId)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getDetails

public List<ArticleDatacube2> getDetails()

setDetails

public void setDetails(List<ArticleDatacube2> details)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014–2017. All rights reserved.