public class WebHookHostLabel extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
WebHookHostLabel()  | 
WebHookHostLabel(WebHookHostLabel 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 | 
getType()
Get Host Range [1: Project |2: Tencent Cloud Tag | 3: Host Security Tag | 4: Optional] Empty array means all. 
 | 
String[] | 
getValues()
Get Host Project or Tag Content 
 | 
void | 
setType(Long Type)
Set Host Range [1: Project |2: Tencent Cloud Tag | 3: Host Security Tag | 4: Optional] Empty array means all. 
 | 
void | 
setValues(String[] Values)
Set Host Project or Tag Content 
 | 
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 WebHookHostLabel()
public WebHookHostLabel(WebHookHostLabel source)
public Long getType()
public void setType(Long Type)
Type - Host Range [1: Project |2: Tencent Cloud Tag | 3: Host Security Tag | 4: Optional] Empty array means all.public String[] getValues()
public void setValues(String[] Values)
Values - Host Project or Tag ContentCopyright © 2025. All rights reserved.