Class ResetSecLogTopicConfigRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcss.v20201101.models.ResetSecLogTopicConfigRequest
-
public class ResetSecLogTopicConfigRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ResetSecLogTopicConfigRequest()ResetSecLogTopicConfigRequest(ResetSecLogTopicConfigRequest 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 StringgetConfigType()Get 配置类型(ckafka/cls)StringgetLogType()Get 日志类型voidsetConfigType(String ConfigType)Set 配置类型(ckafka/cls)voidsetLogType(String LogType)Set 日志类型voidtoMap(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
-
ResetSecLogTopicConfigRequest
public ResetSecLogTopicConfigRequest()
-
ResetSecLogTopicConfigRequest
public ResetSecLogTopicConfigRequest(ResetSecLogTopicConfigRequest 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
-
getConfigType
public String getConfigType()
Get 配置类型(ckafka/cls)- Returns:
- ConfigType 配置类型(ckafka/cls)
-
setConfigType
public void setConfigType(String ConfigType)
Set 配置类型(ckafka/cls)- Parameters:
ConfigType- 配置类型(ckafka/cls)
-
getLogType
public String getLogType()
Get 日志类型- Returns:
- LogType 日志类型
-
setLogType
public void setLogType(String LogType)
Set 日志类型- Parameters:
LogType- 日志类型
-
-