public class ClsConfig extends AbstractModel
Constructor and Description |
---|
ClsConfig() |
Modifier and Type | Method and Description |
---|---|
String |
getLogSetId()
Get 自定义CLS的日志集ID,只有当Type为customer时生效
|
String |
getTopicId()
Get 自定义CLS的日志主题ID,只有当Type为customer时生效
|
String |
getType()
Get 接入类型,可选项为free、customer
|
void |
setLogSetId(String LogSetId)
Set 自定义CLS的日志集ID,只有当Type为customer时生效
|
void |
setTopicId(String TopicId)
Set 自定义CLS的日志主题ID,只有当Type为customer时生效
|
void |
setType(String Type)
Set 接入类型,可选项为free、customer
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getType()
public void setType(String Type)
Type
- 接入类型,可选项为free、customerpublic String getLogSetId()
public void setLogSetId(String LogSetId)
LogSetId
- 自定义CLS的日志集ID,只有当Type为customer时生效public String getTopicId()
public void setTopicId(String TopicId)
TopicId
- 自定义CLS的日志主题ID,只有当Type为customer时生效Copyright © 2020. All rights reserved.