Class DescribeNewL4RulesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dayu.v20180709.models.DescribeNewL4RulesRequest
-
public class DescribeNewL4RulesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeNewL4RulesRequest()DescribeNewL4RulesRequest(DescribeNewL4RulesRequest 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 StringgetBusiness()Get 大禹子产品代号(bgpip表示高防IP)StringgetIp()Get 指定IP查询LonggetLimit()Get 一页条数,填0表示不分页LonggetOffset()Get 页起始偏移,取值为(页码-1)*一页条数LonggetVirtualPort()Get 指定高防IP端口查询voidsetBusiness(String Business)Set 大禹子产品代号(bgpip表示高防IP)voidsetIp(String Ip)Set 指定IP查询voidsetLimit(Long Limit)Set 一页条数,填0表示不分页voidsetOffset(Long Offset)Set 页起始偏移,取值为(页码-1)*一页条数voidsetVirtualPort(Long VirtualPort)Set 指定高防IP端口查询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
-
DescribeNewL4RulesRequest
public DescribeNewL4RulesRequest()
-
DescribeNewL4RulesRequest
public DescribeNewL4RulesRequest(DescribeNewL4RulesRequest 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
-
getBusiness
public String getBusiness()
Get 大禹子产品代号(bgpip表示高防IP)- Returns:
- Business 大禹子产品代号(bgpip表示高防IP)
-
setBusiness
public void setBusiness(String Business)
Set 大禹子产品代号(bgpip表示高防IP)- Parameters:
Business- 大禹子产品代号(bgpip表示高防IP)
-
getIp
public String getIp()
Get 指定IP查询- Returns:
- Ip 指定IP查询
-
setIp
public void setIp(String Ip)
Set 指定IP查询- Parameters:
Ip- 指定IP查询
-
getVirtualPort
public Long getVirtualPort()
Get 指定高防IP端口查询- Returns:
- VirtualPort 指定高防IP端口查询
-
setVirtualPort
public void setVirtualPort(Long VirtualPort)
Set 指定高防IP端口查询- Parameters:
VirtualPort- 指定高防IP端口查询
-
getLimit
public Long getLimit()
Get 一页条数,填0表示不分页- Returns:
- Limit 一页条数,填0表示不分页
-
setLimit
public void setLimit(Long Limit)
Set 一页条数,填0表示不分页- Parameters:
Limit- 一页条数,填0表示不分页
-
getOffset
public Long getOffset()
Get 页起始偏移,取值为(页码-1)*一页条数- Returns:
- Offset 页起始偏移,取值为(页码-1)*一页条数
-
setOffset
public void setOffset(Long Offset)
Set 页起始偏移,取值为(页码-1)*一页条数- Parameters:
Offset- 页起始偏移,取值为(页码-1)*一页条数
-
-