public class CreateDLPFileDetectTaskRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateDLPFileDetectTaskRequest() |
CreateDLPFileDetectTaskRequest(CreateDLPFileDetectTaskRequest 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 |
getBalanceType()
Get 负载类型 1 从GroupId中选一节点 鉴定 2使用所有SelectNodeIds节点鉴定
|
String |
getDomainInstanceId()
Get 管理域实例ID,用于CAM管理域权限分配。若企业未进行管理域的划分,可直接传入根域"1",此时表示针对当前企业的全部设备和账号进行接口CRUD,具体CRUD的影响范围限制于相应接口的入参。
|
String |
getDownloadUrl()
Get 文件下载Url
|
String |
getFileMd5()
Get 文件Md5
|
String |
getFileName()
Get 文件名
|
String |
getGroupId()
Get 节点组唯一Id,BalanceType=1时必填
|
String[] |
getSelectNodeIds()
Get 选中节点唯一Id列表,BalanceType=2时必填
|
void |
setBalanceType(Long BalanceType)
Set 负载类型 1 从GroupId中选一节点 鉴定 2使用所有SelectNodeIds节点鉴定
|
void |
setDomainInstanceId(String DomainInstanceId)
Set 管理域实例ID,用于CAM管理域权限分配。若企业未进行管理域的划分,可直接传入根域"1",此时表示针对当前企业的全部设备和账号进行接口CRUD,具体CRUD的影响范围限制于相应接口的入参。
|
void |
setDownloadUrl(String DownloadUrl)
Set 文件下载Url
|
void |
setFileMd5(String FileMd5)
Set 文件Md5
|
void |
setFileName(String FileName)
Set 文件名
|
void |
setGroupId(String GroupId)
Set 节点组唯一Id,BalanceType=1时必填
|
void |
setSelectNodeIds(String[] SelectNodeIds)
Set 选中节点唯一Id列表,BalanceType=2时必填
|
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 CreateDLPFileDetectTaskRequest()
public CreateDLPFileDetectTaskRequest(CreateDLPFileDetectTaskRequest source)
public String getDownloadUrl()
public void setDownloadUrl(String DownloadUrl)
DownloadUrl
- 文件下载Urlpublic String getFileName()
public void setFileName(String FileName)
FileName
- 文件名public String getFileMd5()
public void setFileMd5(String FileMd5)
FileMd5
- 文件Md5public Long getBalanceType()
public void setBalanceType(Long BalanceType)
BalanceType
- 负载类型 1 从GroupId中选一节点 鉴定 2使用所有SelectNodeIds节点鉴定public String getDomainInstanceId()
public void setDomainInstanceId(String DomainInstanceId)
DomainInstanceId
- 管理域实例ID,用于CAM管理域权限分配。若企业未进行管理域的划分,可直接传入根域"1",此时表示针对当前企业的全部设备和账号进行接口CRUD,具体CRUD的影响范围限制于相应接口的入参。public String[] getSelectNodeIds()
public void setSelectNodeIds(String[] SelectNodeIds)
SelectNodeIds
- 选中节点唯一Id列表,BalanceType=2时必填public String getGroupId()
public void setGroupId(String GroupId)
GroupId
- 节点组唯一Id,BalanceType=1时必填Copyright © 2025. All rights reserved.