public class IpBlackWhite extends AbstractModel
Constructor and Description |
---|
IpBlackWhite() |
Modifier and Type | Method and 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.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getIp()
public void setIp(String Ip)
Ip
- IP地址public String getType()
public void setType(String Type)
Type
- 黑白类型,取值范围[black,white]Copyright © 2020. All rights reserved.