public class ResetSecLogTopicConfigRequest extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getConfigType()
Get 配置类型(ckafka/cls)
|
String |
getLogType()
Get 日志类型
|
void |
setConfigType(String ConfigType)
Set 配置类型(ckafka/cls)
|
void |
setLogType(String LogType)
Set 日志类型
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ResetSecLogTopicConfigRequest()
public ResetSecLogTopicConfigRequest(ResetSecLogTopicConfigRequest source)
public String getConfigType()
public void setConfigType(String ConfigType)
ConfigType
- 配置类型(ckafka/cls)public String getLogType()
public void setLogType(String LogType)
LogType
- 日志类型Copyright © 2024. All rights reserved.