public class ModifyLabelRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ModifyLabelRequest() | 
| ModifyLabelRequest(ModifyLabelRequest 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 | getCustomerId()Get 企业ID,在企业管理页面查看 | 
| Long[] | getCustomerIdList()Get 企业ID列表,可多选 | 
| Long | getId()Get 资产或风险主键ID | 
| Long[] | getIds()Get 资产或风险主键ID列表 | 
| Boolean | getIsAggregation()Get 是否聚合数据 | 
| String | getLabels()Get 标签详情 | 
| String | getModule()Get 模块,包括:enterprise:企业架构,domain:主域名,sub_domain:子域名,asset:IP资产,port:端口服务,http:HTTP资产,vul:漏洞信息,app:APP,wechat_applet:微信小程序,wechat_official_account:微信公众号,github:Github信息泄露,manage:管理后台暴露,config:目录爆破,dark_web:暗网泄露,net_disk:文库网盘泄露,supply_chain:供应链,weak_password:弱口令,sensitive_info:敏感信息泄露 | 
| void | setCustomerId(Long CustomerId)Set 企业ID,在企业管理页面查看 | 
| void | setCustomerIdList(Long[] CustomerIdList)Set 企业ID列表,可多选 | 
| void | setId(Long Id)Set 资产或风险主键ID | 
| void | setIds(Long[] Ids)Set 资产或风险主键ID列表 | 
| void | setIsAggregation(Boolean IsAggregation)Set 是否聚合数据 | 
| void | setLabels(String Labels)Set 标签详情 | 
| void | setModule(String Module)Set 模块,包括:enterprise:企业架构,domain:主域名,sub_domain:子域名,asset:IP资产,port:端口服务,http:HTTP资产,vul:漏洞信息,app:APP,wechat_applet:微信小程序,wechat_official_account:微信公众号,github:Github信息泄露,manage:管理后台暴露,config:目录爆破,dark_web:暗网泄露,net_disk:文库网盘泄露,supply_chain:供应链,weak_password:弱口令,sensitive_info:敏感信息泄露 | 
| 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 ModifyLabelRequest()
public ModifyLabelRequest(ModifyLabelRequest source)
public String getModule()
public void setModule(String Module)
Module - 模块,包括:enterprise:企业架构,domain:主域名,sub_domain:子域名,asset:IP资产,port:端口服务,http:HTTP资产,vul:漏洞信息,app:APP,wechat_applet:微信小程序,wechat_official_account:微信公众号,github:Github信息泄露,manage:管理后台暴露,config:目录爆破,dark_web:暗网泄露,net_disk:文库网盘泄露,supply_chain:供应链,weak_password:弱口令,sensitive_info:敏感信息泄露public Long[] getCustomerIdList()
public void setCustomerIdList(Long[] CustomerIdList)
CustomerIdList - 企业ID列表,可多选public Long getId()
public void setId(Long Id)
Id - 资产或风险主键IDpublic Long getCustomerId()
public void setCustomerId(Long CustomerId)
CustomerId - 企业ID,在企业管理页面查看public Boolean getIsAggregation()
public void setIsAggregation(Boolean IsAggregation)
IsAggregation - 是否聚合数据public String getLabels()
public void setLabels(String Labels)
Labels - 标签详情public Long[] getIds()
public void setIds(Long[] Ids)
Ids - 资产或风险主键ID列表Copyright © 2025. All rights reserved.