public class EnableClsLogTopicRequest extends AbstractModel
Constructor and Description |
---|
EnableClsLogTopicRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getChannel()
Get 接入渠道,默认值为cdn
|
String |
getLogsetId()
Get 日志集ID
|
String |
getTopicId()
Get 日志主题ID
|
void |
setChannel(String Channel)
Set 接入渠道,默认值为cdn
|
void |
setLogsetId(String LogsetId)
Set 日志集ID
|
void |
setTopicId(String TopicId)
Set 日志主题ID
|
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 getLogsetId()
public void setLogsetId(String LogsetId)
LogsetId
- 日志集IDpublic String getTopicId()
public void setTopicId(String TopicId)
TopicId
- 日志主题IDpublic String getChannel()
public void setChannel(String Channel)
Channel
- 接入渠道,默认值为cdnCopyright © 2020. All rights reserved.