Class ClsConfig
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tione.v20191022.models.ClsConfig
-
public class ClsConfig extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLogSetId()Get 自定义CLS的日志集ID,只有当Type为customer时生效StringgetTopicId()Get 自定义CLS的日志主题ID,只有当Type为customer时生效StringgetType()Get 接入类型,可选项为free、customervoidsetLogSetId(String LogSetId)Set 自定义CLS的日志集ID,只有当Type为customer时生效voidsetTopicId(String TopicId)Set 自定义CLS的日志主题ID,只有当Type为customer时生效voidsetType(String Type)Set 接入类型,可选项为free、customervoidtoMap(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
-
ClsConfig
public ClsConfig()
-
ClsConfig
public ClsConfig(ClsConfig 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
-
getType
public String getType()
Get 接入类型,可选项为free、customer- Returns:
- Type 接入类型,可选项为free、customer
-
setType
public void setType(String Type)
Set 接入类型,可选项为free、customer- Parameters:
Type- 接入类型,可选项为free、customer
-
getLogSetId
public String getLogSetId()
Get 自定义CLS的日志集ID,只有当Type为customer时生效- Returns:
- LogSetId 自定义CLS的日志集ID,只有当Type为customer时生效
-
setLogSetId
public void setLogSetId(String LogSetId)
Set 自定义CLS的日志集ID,只有当Type为customer时生效- Parameters:
LogSetId- 自定义CLS的日志集ID,只有当Type为customer时生效
-
getTopicId
public String getTopicId()
Get 自定义CLS的日志主题ID,只有当Type为customer时生效- Returns:
- TopicId 自定义CLS的日志主题ID,只有当Type为customer时生效
-
setTopicId
public void setTopicId(String TopicId)
Set 自定义CLS的日志主题ID,只有当Type为customer时生效- Parameters:
TopicId- 自定义CLS的日志主题ID,只有当Type为customer时生效
-
-