Class DescribeUsagePlanEnvironmentsRequest


  • public class DescribeUsagePlanEnvironmentsRequest
    extends AbstractModel
    • Constructor Detail

      • DescribeUsagePlanEnvironmentsRequest

        public DescribeUsagePlanEnvironmentsRequest()
      • DescribeUsagePlanEnvironmentsRequest

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

      • getUsagePlanId

        public String getUsagePlanId()
        Get 待查询的使用计划唯一 ID。
        Returns:
        UsagePlanId 待查询的使用计划唯一 ID。
      • setUsagePlanId

        public void setUsagePlanId​(String UsagePlanId)
        Set 待查询的使用计划唯一 ID。
        Parameters:
        UsagePlanId - 待查询的使用计划唯一 ID。
      • getBindType

        public String getBindType()
        Get 定义类型,取值为 API、SERVICE,默认值为 SERVICE。
        Returns:
        BindType 定义类型,取值为 API、SERVICE,默认值为 SERVICE。
      • setBindType

        public void setBindType​(String BindType)
        Set 定义类型,取值为 API、SERVICE,默认值为 SERVICE。
        Parameters:
        BindType - 定义类型,取值为 API、SERVICE,默认值为 SERVICE。
      • getLimit

        public Long getLimit()
        Get 返回数量,默认为 20,最大值为 100。
        Returns:
        Limit 返回数量,默认为 20,最大值为 100。
      • setLimit

        public void setLimit​(Long Limit)
        Set 返回数量,默认为 20,最大值为 100。
        Parameters:
        Limit - 返回数量,默认为 20,最大值为 100。
      • getOffset

        public Long getOffset()
        Get 偏移量,默认为 0。
        Returns:
        Offset 偏移量,默认为 0。
      • setOffset

        public void setOffset​(Long Offset)
        Set 偏移量,默认为 0。
        Parameters:
        Offset - 偏移量,默认为 0。