Class ScheduleResult

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

    public class ScheduleResult
    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
    • Constructor Summary

      Constructors 
      Constructor Description
      ScheduleResult()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Boolean getEnabled()  
      java.lang.String getName()  
      com.google.gson.JsonObject getPush()  
      java.lang.String getSchedule_id()  
      com.google.gson.JsonObject getTrigger()  
      • 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

      • ScheduleResult

        public ScheduleResult()
    • Method Detail

      • getSchedule_id

        public java.lang.String getSchedule_id()
      • getName

        public java.lang.String getName()
      • getEnabled

        public java.lang.Boolean getEnabled()
      • getTrigger

        public com.google.gson.JsonObject getTrigger()
      • getPush

        public com.google.gson.JsonObject getPush()