Class SmsFreeQuota

    • Constructor Detail

      • SmsFreeQuota

        public SmsFreeQuota()
      • SmsFreeQuota

        public SmsFreeQuota​(SmsFreeQuota source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getFreeQuota

        public Long getFreeQuota()
        Get 免费量总条数 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        FreeQuota 免费量总条数 注意:此字段可能返回 null,表示取不到有效值。
      • setFreeQuota

        public void setFreeQuota​(Long FreeQuota)
        Set 免费量总条数 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        FreeQuota - 免费量总条数 注意:此字段可能返回 null,表示取不到有效值。
      • getTotalUsedQuota

        public Long getTotalUsedQuota()
        Get 共计已使用总条数 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        TotalUsedQuota 共计已使用总条数 注意:此字段可能返回 null,表示取不到有效值。
      • setTotalUsedQuota

        public void setTotalUsedQuota​(Long TotalUsedQuota)
        Set 共计已使用总条数 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        TotalUsedQuota - 共计已使用总条数 注意:此字段可能返回 null,表示取不到有效值。
      • getCycleStart

        public String getCycleStart()
        Get 免费周期起点,0000-00-00 00:00:00 形式 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        CycleStart 免费周期起点,0000-00-00 00:00:00 形式 注意:此字段可能返回 null,表示取不到有效值。
      • setCycleStart

        public void setCycleStart​(String CycleStart)
        Set 免费周期起点,0000-00-00 00:00:00 形式 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        CycleStart - 免费周期起点,0000-00-00 00:00:00 形式 注意:此字段可能返回 null,表示取不到有效值。
      • getCycleEnd

        public String getCycleEnd()
        Get 免费周期终点,0000-00-00 00:00:00 形式 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        CycleEnd 免费周期终点,0000-00-00 00:00:00 形式 注意:此字段可能返回 null,表示取不到有效值。
      • setCycleEnd

        public void setCycleEnd​(String CycleEnd)
        Set 免费周期终点,0000-00-00 00:00:00 形式 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        CycleEnd - 免费周期终点,0000-00-00 00:00:00 形式 注意:此字段可能返回 null,表示取不到有效值。
      • getTodayUsedQuota

        public Long getTodayUsedQuota()
        Get 今天已使用总条数 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        TodayUsedQuota 今天已使用总条数 注意:此字段可能返回 null,表示取不到有效值。
      • setTodayUsedQuota

        public void setTodayUsedQuota​(Long TodayUsedQuota)
        Set 今天已使用总条数 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        TodayUsedQuota - 今天已使用总条数 注意:此字段可能返回 null,表示取不到有效值。