Class IpBlackWhite
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dayu.v20180709.models.IpBlackWhite
-
public class IpBlackWhite extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description IpBlackWhite()
IpBlackWhite(IpBlackWhite 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
getIp()
Get IP地址String
getType()
Get 黑白类型,取值范围[black,white]void
setIp(String Ip)
Set IP地址void
setType(String Type)
Set 黑白类型,取值范围[black,white]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
-
IpBlackWhite
public IpBlackWhite()
-
IpBlackWhite
public IpBlackWhite(IpBlackWhite 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
-
getIp
public String getIp()
Get IP地址- Returns:
- Ip IP地址
-
setIp
public void setIp(String Ip)
Set IP地址- Parameters:
Ip
- IP地址
-
getType
public String getType()
Get 黑白类型,取值范围[black,white]- Returns:
- Type 黑白类型,取值范围[black,white]
-
setType
public void setType(String Type)
Set 黑白类型,取值范围[black,white]- Parameters:
Type
- 黑白类型,取值范围[black,white]
-
-