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 主机范围[1:所属项目|2:腾讯云标签|3:主机安全标签|4:自选]空数组为全部
|
String[] |
getValues()
Get 主机项目或标签内容
|
void |
setType(Long Type)
Set 主机范围[1:所属项目|2:腾讯云标签|3:主机安全标签|4:自选]空数组为全部
|
void |
setValues(String[] Values)
Set 主机项目或标签内容
|
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 WebHookHostLabel()
public WebHookHostLabel(WebHookHostLabel source)
public Long getType()
public void setType(Long Type)
Type
- 主机范围[1:所属项目|2:腾讯云标签|3:主机安全标签|4:自选]空数组为全部public String[] getValues()
public void setValues(String[] Values)
Values
- 主机项目或标签内容Copyright © 2024. All rights reserved.