public class SecLogDeliveryClsSettingInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
SecLogDeliveryClsSettingInfo() |
SecLogDeliveryClsSettingInfo(SecLogDeliveryClsSettingInfo 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 |
getErrMsg()
Get 错误信息
|
String |
getLogSet()
Get 日志集
|
String |
getLogSetName()
Get 日志集名称
|
String |
getLogType()
Get 日志类型
|
String |
getRegion()
Get 区域
|
Boolean |
getState()
Get 投递状态(true:开启 false:关闭)
|
String[] |
getSubLogType()
Get 日志类型
|
String |
getTopicID()
Get 主题ID
|
String |
getTopicName()
Get 主题名称
|
void |
setErrMsg(String ErrMsg)
Set 错误信息
|
void |
setLogSet(String LogSet)
Set 日志集
|
void |
setLogSetName(String LogSetName)
Set 日志集名称
|
void |
setLogType(String LogType)
Set 日志类型
|
void |
setRegion(String Region)
Set 区域
|
void |
setState(Boolean State)
Set 投递状态(true:开启 false:关闭)
|
void |
setSubLogType(String[] SubLogType)
Set 日志类型
|
void |
setTopicID(String TopicID)
Set 主题ID
|
void |
setTopicName(String TopicName)
Set 主题名称
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SecLogDeliveryClsSettingInfo()
public SecLogDeliveryClsSettingInfo(SecLogDeliveryClsSettingInfo source)
public String getLogType()
public void setLogType(String LogType)
LogType
- 日志类型public Boolean getState()
public void setState(Boolean State)
State
- 投递状态(true:开启 false:关闭)public String getRegion()
public void setRegion(String Region)
Region
- 区域public String getLogSet()
public void setLogSet(String LogSet)
LogSet
- 日志集public String getTopicID()
public void setTopicID(String TopicID)
TopicID
- 主题IDpublic String getLogSetName()
public void setLogSetName(String LogSetName)
LogSetName
- 日志集名称public String getTopicName()
public void setTopicName(String TopicName)
TopicName
- 主题名称public String[] getSubLogType()
public void setSubLogType(String[] SubLogType)
SubLogType
- 日志类型public String getErrMsg()
public void setErrMsg(String ErrMsg)
ErrMsg
- 错误信息Copyright © 2025. All rights reserved.