Class AppIdResponse

    • Constructor Detail

      • AppIdResponse

        public AppIdResponse()
      • AppIdResponse

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

      • getTotalCount

        public Long getTotalCount()
        Get 符合要求的所有AppId数量
        Returns:
        TotalCount 符合要求的所有AppId数量
      • setTotalCount

        public void setTotalCount​(Long TotalCount)
        Set 符合要求的所有AppId数量
        Parameters:
        TotalCount - 符合要求的所有AppId数量
      • getAppIdList

        public Long[] getAppIdList()
        Get 符合要求的App Id列表 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        AppIdList 符合要求的App Id列表 注意:此字段可能返回 null,表示取不到有效值。
      • setAppIdList

        public void setAppIdList​(Long[] AppIdList)
        Set 符合要求的App Id列表 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        AppIdList - 符合要求的App Id列表 注意:此字段可能返回 null,表示取不到有效值。