public class LogOutputConf extends AbstractModel
Constructor and Description |
---|
LogOutputConf() |
LogOutputConf(LogOutputConf 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 |
getClsLogsetId()
Get CLS logset ID
|
String |
getClsLogsetName()
Get CLS logset
|
String |
getClsLogTopicId()
Get CLS log topic
|
String |
getClsLogTopicName()
Get CLS log topic name
|
String |
getOutputType()
Get Log consumer type
|
void |
setClsLogsetId(String ClsLogsetId)
Set CLS logset ID
|
void |
setClsLogsetName(String ClsLogsetName)
Set CLS logset
|
void |
setClsLogTopicId(String ClsLogTopicId)
Set CLS log topic
|
void |
setClsLogTopicName(String ClsLogTopicName)
Set CLS log topic name
|
void |
setOutputType(String OutputType)
Set Log consumer type
|
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 LogOutputConf()
public LogOutputConf(LogOutputConf source)
public String getOutputType()
public void setOutputType(String OutputType)
OutputType
- Log consumer typepublic String getClsLogsetName()
public void setClsLogsetName(String ClsLogsetName)
ClsLogsetName
- CLS logsetpublic String getClsLogTopicId()
public void setClsLogTopicId(String ClsLogTopicId)
ClsLogTopicId
- CLS log topicpublic String getClsLogsetId()
public void setClsLogsetId(String ClsLogsetId)
ClsLogsetId
- CLS logset IDpublic String getClsLogTopicName()
public void setClsLogTopicName(String ClsLogTopicName)
ClsLogTopicName
- CLS log topic nameCopyright © 2023. All rights reserved.