Class SmsGetCrowdPackListResponse

    • Constructor Detail

      • SmsGetCrowdPackListResponse

        public SmsGetCrowdPackListResponse()
      • SmsGetCrowdPackListResponse

        public SmsGetCrowdPackListResponse​(SmsGetCrowdPackListResponse 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

      • getTotal

        public Long getTotal()
        Get 人群包总数
        Returns:
        Total 人群包总数
      • setTotal

        public void setTotal​(Long Total)
        Set 人群包总数
        Parameters:
        Total - 人群包总数
      • getList

        public SmsGetCrowdPackList[] getList()
        Get 人群包返回数据列表 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        List 人群包返回数据列表 注意:此字段可能返回 null,表示取不到有效值。
      • setList

        public void setList​(SmsGetCrowdPackList[] List)
        Set 人群包返回数据列表 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        List - 人群包返回数据列表 注意:此字段可能返回 null,表示取不到有效值。