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 Configuration type.
|
String |
getLogType()
Get Log type
|
void |
setConfigType(String ConfigType)
Set Configuration type.
|
void |
setLogType(String LogType)
Set Log type
|
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
- Configuration type. Valid values: `ckafka`, `cls`.public String getLogType()
public void setLogType(String LogType)
LogType
- Log typeCopyright © 2024. All rights reserved.