public class DescribeFileInfoResponse extends AbstractModel
Constructor and Description |
---|
DescribeFileInfoResponse() |
DescribeFileInfoResponse(DescribeFileInfoResponse 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 |
---|---|
Long |
getConfidence()
Get 置信度,取值0-100
|
String |
getContext()
Get 情报相关的上下文
|
FileInfoType[] |
getFileInfo()
Get 文件类型,文件hash
(md5,sha1,sha256),文件大小等等文件
基础信息
|
IntelligenceType[] |
getIntelligences()
Get 对应的历史上的威胁情报事件
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
String |
getResult()
Get 判定结果,如:black、white、grey
|
Long |
getReturnCode()
Get 是否有数据,0代表有数据,1代表没有数据
|
TagType[] |
getTags()
Get 恶意标签,对应的团伙,家族等信息。
|
void |
setConfidence(Long Confidence)
Set 置信度,取值0-100
|
void |
setContext(String Context)
Set 情报相关的上下文
|
void |
setFileInfo(FileInfoType[] FileInfo)
Set 文件类型,文件hash
(md5,sha1,sha256),文件大小等等文件
基础信息
|
void |
setIntelligences(IntelligenceType[] Intelligences)
Set 对应的历史上的威胁情报事件
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setResult(String Result)
Set 判定结果,如:black、white、grey
|
void |
setReturnCode(Long ReturnCode)
Set 是否有数据,0代表有数据,1代表没有数据
|
void |
setTags(TagType[] Tags)
Set 恶意标签,对应的团伙,家族等信息。
|
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 DescribeFileInfoResponse()
public DescribeFileInfoResponse(DescribeFileInfoResponse source)
public Long getReturnCode()
public void setReturnCode(Long ReturnCode)
ReturnCode
- 是否有数据,0代表有数据,1代表没有数据public String getResult()
public void setResult(String Result)
Result
- 判定结果,如:black、white、greypublic Long getConfidence()
public void setConfidence(Long Confidence)
Confidence
- 置信度,取值0-100public FileInfoType[] getFileInfo()
public void setFileInfo(FileInfoType[] FileInfo)
FileInfo
- 文件类型,文件hash
(md5,sha1,sha256),文件大小等等文件
基础信息public TagType[] getTags()
public void setTags(TagType[] Tags)
Tags
- 恶意标签,对应的团伙,家族等信息。public IntelligenceType[] getIntelligences()
public void setIntelligences(IntelligenceType[] Intelligences)
Intelligences
- 对应的历史上的威胁情报事件public String getContext()
public void setContext(String Context)
Context
- 情报相关的上下文public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2021. All rights reserved.