Class SecLogDeliveryKafkaSettingInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcss.v20201101.models.SecLogDeliveryKafkaSettingInfo
-
public class SecLogDeliveryKafkaSettingInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLogType()Get 日志类型BooleangetState()Get 投递状态(false:关 true:开)StringgetTopicID()Get 主题IDStringgetTopicName()Get 主题名称 注意:此字段可能返回 null,表示取不到有效值。voidsetLogType(String LogType)Set 日志类型voidsetState(Boolean State)Set 投递状态(false:关 true:开)voidsetTopicID(String TopicID)Set 主题IDvoidsetTopicName(String TopicName)Set 主题名称 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
SecLogDeliveryKafkaSettingInfo
public SecLogDeliveryKafkaSettingInfo()
-
SecLogDeliveryKafkaSettingInfo
public 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.
-
-
Method Detail
-
getLogType
public String getLogType()
Get 日志类型- Returns:
- LogType 日志类型
-
setLogType
public void setLogType(String LogType)
Set 日志类型- Parameters:
LogType- 日志类型
-
getTopicID
public String getTopicID()
Get 主题ID- Returns:
- TopicID 主题ID
-
setTopicID
public void setTopicID(String TopicID)
Set 主题ID- Parameters:
TopicID- 主题ID
-
getTopicName
public String getTopicName()
Get 主题名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TopicName 主题名称 注意:此字段可能返回 null,表示取不到有效值。
-
setTopicName
public void setTopicName(String TopicName)
Set 主题名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TopicName- 主题名称 注意:此字段可能返回 null,表示取不到有效值。
-
getState
public Boolean getState()
Get 投递状态(false:关 true:开)- Returns:
- State 投递状态(false:关 true:开)
-
setState
public void setState(Boolean State)
Set 投递状态(false:关 true:开)- Parameters:
State- 投递状态(false:关 true:开)
-
-