public class SecLogDeliveryKafkaSettingInfo extends AbstractModel
Constructor and Description |
---|
SecLogDeliveryKafkaSettingInfo() |
SecLogDeliveryKafkaSettingInfo(SecLogDeliveryKafkaSettingInfo 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 |
getLogType()
Get 日志类型
|
Boolean |
getState()
Get 投递状态(false:关 true:开)
|
String |
getTopicID()
Get 主题ID
|
String |
getTopicName()
Get 主题名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLogType(String LogType)
Set 日志类型
|
void |
setState(Boolean State)
Set 投递状态(false:关 true:开)
|
void |
setTopicID(String TopicID)
Set 主题ID
|
void |
setTopicName(String TopicName)
Set 主题名称
注意:此字段可能返回 null,表示取不到有效值。
|
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 SecLogDeliveryKafkaSettingInfo()
public SecLogDeliveryKafkaSettingInfo(SecLogDeliveryKafkaSettingInfo source)
public String getLogType()
public void setLogType(String LogType)
LogType
- 日志类型public String getTopicID()
public void setTopicID(String TopicID)
TopicID
- 主题IDpublic String getTopicName()
public void setTopicName(String TopicName)
TopicName
- 主题名称
注意:此字段可能返回 null,表示取不到有效值。public Boolean getState()
public void setState(Boolean State)
State
- 投递状态(false:关 true:开)Copyright © 2023. All rights reserved.