Class DisableClsLogTopicRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdn.v20180606.models.DisableClsLogTopicRequest
-
public class DisableClsLogTopicRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DisableClsLogTopicRequest()DisableClsLogTopicRequest(DisableClsLogTopicRequest 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 StringgetChannel()Get 接入渠道,cdn或者ecdn,默认值为cdnStringgetLogsetId()Get 日志集IDStringgetTopicId()Get 日志主题IDvoidsetChannel(String Channel)Set 接入渠道,cdn或者ecdn,默认值为cdnvoidsetLogsetId(String LogsetId)Set 日志集IDvoidsetTopicId(String TopicId)Set 日志主题IDvoidtoMap(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
-
DisableClsLogTopicRequest
public DisableClsLogTopicRequest()
-
DisableClsLogTopicRequest
public DisableClsLogTopicRequest(DisableClsLogTopicRequest 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
-
getLogsetId
public String getLogsetId()
Get 日志集ID- Returns:
- LogsetId 日志集ID
-
setLogsetId
public void setLogsetId(String LogsetId)
Set 日志集ID- Parameters:
LogsetId- 日志集ID
-
getTopicId
public String getTopicId()
Get 日志主题ID- Returns:
- TopicId 日志主题ID
-
setTopicId
public void setTopicId(String TopicId)
Set 日志主题ID- Parameters:
TopicId- 日志主题ID
-
getChannel
public String getChannel()
Get 接入渠道,cdn或者ecdn,默认值为cdn- Returns:
- Channel 接入渠道,cdn或者ecdn,默认值为cdn
-
setChannel
public void setChannel(String Channel)
Set 接入渠道,cdn或者ecdn,默认值为cdn- Parameters:
Channel- 接入渠道,cdn或者ecdn,默认值为cdn
-
-