Class DescribeUsagePlanRequest

    • Constructor Detail

      • DescribeUsagePlanRequest

        public DescribeUsagePlanRequest()
      • DescribeUsagePlanRequest

        public DescribeUsagePlanRequest​(DescribeUsagePlanRequest 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。