public class DescribeBindedProductsRequest extends AbstractModel
| Constructor and Description |
|---|
DescribeBindedProductsRequest() |
DescribeBindedProductsRequest(DescribeBindedProductsRequest 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 |
getGatewayProductId()
Get 网关产品ID
|
Long |
getLimit()
Get 分页大小
|
Long |
getOffset()
Get 分页偏移量
|
void |
setGatewayProductId(String GatewayProductId)
Set 网关产品ID
|
void |
setLimit(Long Limit)
Set 分页大小
|
void |
setOffset(Long Offset)
Set 分页偏移量
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic DescribeBindedProductsRequest()
public DescribeBindedProductsRequest(DescribeBindedProductsRequest source)
public String getGatewayProductId()
public void setGatewayProductId(String GatewayProductId)
GatewayProductId - 网关产品IDpublic Long getOffset()
public void setOffset(Long Offset)
Offset - 分页偏移量public Long getLimit()
public void setLimit(Long Limit)
Limit - 分页大小Copyright © 2022. All rights reserved.