Class ScheduleMsgIdsResult

  • All Implemented Interfaces:
    cn.jiguang.common.resp.IRateLimiting, java.io.Serializable

    public class ScheduleMsgIdsResult
    extends cn.jiguang.common.resp.BaseResult
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class cn.jiguang.common.resp.BaseResult

        _gson, ERROR_CODE_NONE, ERROR_CODE_OK, ERROR_MESSAGE_NONE, RESPONSE_OK
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getCount()  
      java.util.List<com.google.gson.JsonObject> getMsgids()  
      void setCount​(int count)  
      void setMsgids​(java.util.List<com.google.gson.JsonObject> msgids)  
      • Methods inherited from class cn.jiguang.common.resp.BaseResult

        fromResponse, getOriginalContent, getRateLimitQuota, getRateLimitRemaining, getRateLimitReset, getResponseCode, isResultOK, setResponseWrapper, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ScheduleMsgIdsResult

        public ScheduleMsgIdsResult()
    • Method Detail

      • getCount

        public int getCount()
      • setCount

        public void setCount​(int count)
      • getMsgids

        public java.util.List<com.google.gson.JsonObject> getMsgids()
      • setMsgids

        public void setMsgids​(java.util.List<com.google.gson.JsonObject> msgids)