public class SecLogDeliveryKafkaSettingInfo extends AbstractModel
header, skipSign| 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 Log type 
 | 
Boolean | 
getState()
Get Delivery status. 
 | 
String | 
getTopicID()
Get Topic ID 
 | 
String | 
getTopicName()
Get Topic name
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setLogType(String LogType)
Set Log type 
 | 
void | 
setState(Boolean State)
Set Delivery status. 
 | 
void | 
setTopicID(String TopicID)
Set Topic ID 
 | 
void | 
setTopicName(String TopicName)
Set Topic name
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
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, toJsonStringpublic SecLogDeliveryKafkaSettingInfo()
public SecLogDeliveryKafkaSettingInfo(SecLogDeliveryKafkaSettingInfo source)
public String getLogType()
public void setLogType(String LogType)
LogType - Log typepublic String getTopicID()
public void setTopicID(String TopicID)
TopicID - Topic IDpublic String getTopicName()
public void setTopicName(String TopicName)
TopicName - Topic name
Note: This field may return null, indicating that no valid values can be obtained.public Boolean getState()
public void setState(Boolean State)
State - Delivery status. Valid values: `false` (disabled); `true` (enabled).Copyright © 2025. All rights reserved.