public class MalwareWhiteListAffectEvent extends AbstractModel
header, skipSign| Constructor and Description |
|---|
MalwareWhiteListAffectEvent() |
MalwareWhiteListAffectEvent(MalwareWhiteListAffectEvent 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 |
getCreateTime()
Get 添加时间
|
String |
getFilePath()
Get 文件路径
|
String |
getHostIp()
Get 主机ip
|
Long |
getId()
Get 唯一ID。
|
String |
getMd5()
Get 影响的md5
|
void |
setCreateTime(String CreateTime)
Set 添加时间
|
void |
setFilePath(String FilePath)
Set 文件路径
|
void |
setHostIp(String HostIp)
Set 主机ip
|
void |
setId(Long Id)
Set 唯一ID。
|
void |
setMd5(String Md5)
Set 影响的md5
|
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, toJsonStringpublic MalwareWhiteListAffectEvent()
public MalwareWhiteListAffectEvent(MalwareWhiteListAffectEvent source)
public Long getId()
public void setId(Long Id)
Id - 唯一ID。public String getHostIp()
public void setHostIp(String HostIp)
HostIp - 主机ippublic String getMd5()
public void setMd5(String Md5)
Md5 - 影响的md5public String getFilePath()
public void setFilePath(String FilePath)
FilePath - 文件路径public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - 添加时间Copyright © 2024. All rights reserved.