Class DescribePlatformsRequest

    • Constructor Detail

      • DescribePlatformsRequest

        public DescribePlatformsRequest()
      • DescribePlatformsRequest

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

      • getPlatforms

        public String[] getPlatforms()
        Get 平台 Id 列表。如果不填,则不按平台 Id 进行过滤。
        Returns:
        Platforms 平台 Id 列表。如果不填,则不按平台 Id 进行过滤。
      • setPlatforms

        public void setPlatforms​(String[] Platforms)
        Set 平台 Id 列表。如果不填,则不按平台 Id 进行过滤。
        Parameters:
        Platforms - 平台 Id 列表。如果不填,则不按平台 Id 进行过滤。
      • getLicenseIds

        public String[] getLicenseIds()
        Get 平台绑定的 License Id 列表。如果不填,则不按平台绑定的 License Id 进行过滤。
        Returns:
        LicenseIds 平台绑定的 License Id 列表。如果不填,则不按平台绑定的 License Id 进行过滤。
      • setLicenseIds

        public void setLicenseIds​(String[] LicenseIds)
        Set 平台绑定的 License Id 列表。如果不填,则不按平台绑定的 License Id 进行过滤。
        Parameters:
        LicenseIds - 平台绑定的 License Id 列表。如果不填,则不按平台绑定的 License Id 进行过滤。
      • getOffset

        public Long getOffset()
        Get 分页返回的起始偏移量,默认值:0。
        Returns:
        Offset 分页返回的起始偏移量,默认值:0。
      • setOffset

        public void setOffset​(Long Offset)
        Set 分页返回的起始偏移量,默认值:0。
        Parameters:
        Offset - 分页返回的起始偏移量,默认值:0。
      • getLimit

        public Long getLimit()
        Get 分页返回的记录条数,默认值:10,最大值:20。
        Returns:
        Limit 分页返回的记录条数,默认值:10,最大值:20。
      • setLimit

        public void setLimit​(Long Limit)
        Set 分页返回的记录条数,默认值:10,最大值:20。
        Parameters:
        Limit - 分页返回的记录条数,默认值:10,最大值:20。