public class DescribeWxCloudBaseRunSubNetsRequest extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeWxCloudBaseRunSubNetsRequest() |
DescribeWxCloudBaseRunSubNetsRequest(DescribeWxCloudBaseRunSubNetsRequest 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 |
---|---|
Long |
getLimit()
Get 查询个数限制,不填或小于等于0,等于不限制
|
String |
getVpcId()
Get VPC id
|
void |
setLimit(Long Limit)
Set 查询个数限制,不填或小于等于0,等于不限制
|
void |
setVpcId(String VpcId)
Set VPC id
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeWxCloudBaseRunSubNetsRequest()
public DescribeWxCloudBaseRunSubNetsRequest(DescribeWxCloudBaseRunSubNetsRequest source)
public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- VPC idpublic Long getLimit()
public void setLimit(Long Limit)
Limit
- 查询个数限制,不填或小于等于0,等于不限制Copyright © 2023. All rights reserved.