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日志集id
|
String |
getClsLogsetName()
Get cls日志集
|
String |
getClsLogTopicId()
Get cls日志主题
|
String |
getClsLogTopicName()
Get cls日志名称
|
String |
getOutputType()
Get 日志消费端类型
|
void |
setClsLogsetId(String ClsLogsetId)
Set cls日志集id
|
void |
setClsLogsetName(String ClsLogsetName)
Set cls日志集
|
void |
setClsLogTopicId(String ClsLogTopicId)
Set cls日志主题
|
void |
setClsLogTopicName(String ClsLogTopicName)
Set cls日志名称
|
void |
setOutputType(String OutputType)
Set 日志消费端类型
|
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
- 日志消费端类型public String getClsLogsetName()
public void setClsLogsetName(String ClsLogsetName)
ClsLogsetName
- cls日志集public String getClsLogTopicId()
public void setClsLogTopicId(String ClsLogTopicId)
ClsLogTopicId
- cls日志主题public String getClsLogsetId()
public void setClsLogsetId(String ClsLogsetId)
ClsLogsetId
- cls日志集idpublic String getClsLogTopicName()
public void setClsLogTopicName(String ClsLogTopicName)
ClsLogTopicName
- cls日志名称Copyright © 2021. All rights reserved.