public class LogOutputConf extends AbstractModel
Constructor and Description |
---|
LogOutputConf() |
Modifier and Type | Method and Description |
---|---|
String |
getClsLogsetName()
Get cls日志集
|
String |
getClsLogTopicId()
Get cls日志主题
|
String |
getOutputType()
Get 日志消费端类型
|
void |
setClsLogsetName(String ClsLogsetName)
Set cls日志集
|
void |
setClsLogTopicId(String ClsLogTopicId)
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 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日志主题Copyright © 2021. All rights reserved.