public class DescribeThreatInfoRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeThreatInfoRequest() |
DescribeThreatInfoRequest(DescribeThreatInfoRequest 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.
|
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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeThreatInfoRequest()
public DescribeThreatInfoRequest(DescribeThreatInfoRequest source)
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 © 2024. All rights reserved.