Class CreateLogsetRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cls.v20201016.models.CreateLogsetRequest
-
public class CreateLogsetRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateLogsetRequest()
CreateLogsetRequest(CreateLogsetRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLogsetName()
Get 日志集名字,不能重名Tag[]
getTags()
Get 标签描述列表。最大支持10个标签键值对,并且不能有重复的键值对void
setLogsetName(String LogsetName)
Set 日志集名字,不能重名void
setTags(Tag[] Tags)
Set 标签描述列表。最大支持10个标签键值对,并且不能有重复的键值对void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CreateLogsetRequest
public CreateLogsetRequest()
-
CreateLogsetRequest
public CreateLogsetRequest(CreateLogsetRequest 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.
-
-
Method Detail
-
getLogsetName
public String getLogsetName()
Get 日志集名字,不能重名- Returns:
- LogsetName 日志集名字,不能重名
-
setLogsetName
public void setLogsetName(String LogsetName)
Set 日志集名字,不能重名- Parameters:
LogsetName
- 日志集名字,不能重名
-
getTags
public Tag[] getTags()
Get 标签描述列表。最大支持10个标签键值对,并且不能有重复的键值对- Returns:
- Tags 标签描述列表。最大支持10个标签键值对,并且不能有重复的键值对
-
setTags
public void setTags(Tag[] Tags)
Set 标签描述列表。最大支持10个标签键值对,并且不能有重复的键值对- Parameters:
Tags
- 标签描述列表。最大支持10个标签键值对,并且不能有重复的键值对
-
-