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