public class DescribeThreatInfoRequest extends AbstractModel
Constructor and Description |
---|
DescribeThreatInfoRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getKey()
Get 查询对象,域名或IP
|
Long |
getOption()
Get 附加字段,是否返回上下文。当为0时不返回上下文,当为1时返回上下文。
|
String |
getType()
Get 查询类型,当前取值为domain或ip
|
void |
setKey(String Key)
Set 查询对象,域名或IP
|
void |
setOption(Long Option)
Set 附加字段,是否返回上下文。当为0时不返回上下文,当为1时返回上下文。
|
void |
setType(String Type)
Set 查询类型,当前取值为domain或ip
|
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 getKey()
public void setKey(String Key)
Key
- 查询对象,域名或IPpublic String getType()
public void setType(String Type)
Type
- 查询类型,当前取值为domain或ippublic Long getOption()
public void setOption(Long Option)
Option
- 附加字段,是否返回上下文。当为0时不返回上下文,当为1时返回上下文。Copyright © 2020. All rights reserved.