Class DescribeUsagePlanEnvironmentsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.apigateway.v20180808.models.DescribeUsagePlanEnvironmentsRequest
-
public class DescribeUsagePlanEnvironmentsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBindType()Get 定义类型,取值为 API、SERVICE,默认值为 SERVICE。LonggetLimit()Get 返回数量,默认为 20,最大值为 100。LonggetOffset()Get 偏移量,默认为 0。StringgetUsagePlanId()Get 待查询的使用计划唯一 ID。voidsetBindType(String BindType)Set 定义类型,取值为 API、SERVICE,默认值为 SERVICE。voidsetLimit(Long Limit)Set 返回数量,默认为 20,最大值为 100。voidsetOffset(Long Offset)Set 偏移量,默认为 0。voidsetUsagePlanId(String UsagePlanId)Set 待查询的使用计划唯一 ID。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
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。
-
-