Class DescribeVpnGatewayCcnRoutesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vpc.v20170312.models.DescribeVpnGatewayCcnRoutesRequest
-
public class DescribeVpnGatewayCcnRoutesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeVpnGatewayCcnRoutesRequest()DescribeVpnGatewayCcnRoutesRequest(DescribeVpnGatewayCcnRoutesRequest 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 LonggetLimit()Get 返回数量。默认值:20LonggetOffset()Get 偏移量。默认值:0StringgetVpnGatewayId()Get VPN网关实例ID。voidsetLimit(Long Limit)Set 返回数量。默认值:20voidsetOffset(Long Offset)Set 偏移量。默认值:0voidsetVpnGatewayId(String VpnGatewayId)Set VPN网关实例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
-
DescribeVpnGatewayCcnRoutesRequest
public DescribeVpnGatewayCcnRoutesRequest()
-
DescribeVpnGatewayCcnRoutesRequest
public DescribeVpnGatewayCcnRoutesRequest(DescribeVpnGatewayCcnRoutesRequest 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
-
getVpnGatewayId
public String getVpnGatewayId()
Get VPN网关实例ID。- Returns:
- VpnGatewayId VPN网关实例ID。
-
setVpnGatewayId
public void setVpnGatewayId(String VpnGatewayId)
Set VPN网关实例ID。- Parameters:
VpnGatewayId- VPN网关实例ID。
-
getOffset
public Long getOffset()
Get 偏移量。默认值:0- Returns:
- Offset 偏移量。默认值:0
-
setOffset
public void setOffset(Long Offset)
Set 偏移量。默认值:0- Parameters:
Offset- 偏移量。默认值:0
-
getLimit
public Long getLimit()
Get 返回数量。默认值:20- Returns:
- Limit 返回数量。默认值:20
-
setLimit
public void setLimit(Long Limit)
Set 返回数量。默认值:20- Parameters:
Limit- 返回数量。默认值:20
-
-