Class SecLogDeliveryKafkaSettingInfo


  • public class SecLogDeliveryKafkaSettingInfo
    extends AbstractModel
    • 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:开)