Class DescribeIPProductInfoRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dayu.v20180709.models.DescribeIPProductInfoRequest
-
public class DescribeIPProductInfoRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeIPProductInfoRequest()
DescribeIPProductInfoRequest(DescribeIPProductInfoRequest 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 String
getBusiness()
Get 大禹子产品代号(bgp表示独享包;bgp-multip表示共享包)String[]
getIpList()
Get IP列表void
setBusiness(String Business)
Set 大禹子产品代号(bgp表示独享包;bgp-multip表示共享包)void
setIpList(String[] IpList)
Set IP列表void
toMap(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
-
DescribeIPProductInfoRequest
public DescribeIPProductInfoRequest()
-
DescribeIPProductInfoRequest
public DescribeIPProductInfoRequest(DescribeIPProductInfoRequest 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 大禹子产品代号(bgp表示独享包;bgp-multip表示共享包)- Returns:
- Business 大禹子产品代号(bgp表示独享包;bgp-multip表示共享包)
-
setBusiness
public void setBusiness(String Business)
Set 大禹子产品代号(bgp表示独享包;bgp-multip表示共享包)- Parameters:
Business
- 大禹子产品代号(bgp表示独享包;bgp-multip表示共享包)
-
getIpList
public String[] getIpList()
Get IP列表- Returns:
- IpList IP列表
-
setIpList
public void setIpList(String[] IpList)
Set IP列表- Parameters:
IpList
- IP列表
-
-