public class DescribeUsagePlanEnvironmentsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeUsagePlanEnvironmentsRequest() | 
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getBindType()Get 定义类型,取值为 API、SERVICE,默认值为 SERVICE。 | 
| Long | getLimit()Get 返回数量,默认为 20,最大值为 100。 | 
| Long | getOffset()Get 偏移量,默认为 0。 | 
| String | getUsagePlanId()Get 待查询的使用计划唯一 ID。 | 
| void | setBindType(String BindType)Set 定义类型,取值为 API、SERVICE,默认值为 SERVICE。 | 
| void | setLimit(Long Limit)Set 返回数量,默认为 20,最大值为 100。 | 
| void | setOffset(Long Offset)Set 偏移量,默认为 0。 | 
| void | setUsagePlanId(String UsagePlanId)Set 待查询的使用计划唯一 ID。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeUsagePlanEnvironmentsRequest()
public DescribeUsagePlanEnvironmentsRequest(DescribeUsagePlanEnvironmentsRequest source)
public String getUsagePlanId()
public void setUsagePlanId(String UsagePlanId)
UsagePlanId - 待查询的使用计划唯一 ID。public String getBindType()
public void setBindType(String BindType)
BindType - 定义类型,取值为 API、SERVICE,默认值为 SERVICE。public Long getLimit()
public void setLimit(Long Limit)
Limit - 返回数量,默认为 20,最大值为 100。public Long getOffset()
public void setOffset(Long Offset)
Offset - 偏移量,默认为 0。Copyright © 2025. All rights reserved.