Class KafkaDeliveryConfig
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tsf.v20180326.models.KafkaDeliveryConfig
-
public class KafkaDeliveryConfig extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description KafkaDeliveryConfig()KafkaDeliveryConfig(KafkaDeliveryConfig 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 String[]getCollectPath()Get 采集路径 注意:此字段可能返回 null,表示取不到有效值。StringgetConfigId()Get 配置项id 注意:此字段可能返回 null,表示取不到有效值。StringgetConfigName()Get 配置名称 注意:此字段可能返回 null,表示取不到有效值。StringgetCustomRule()Get 自定义分行规则 注意:此字段可能返回 null,表示取不到有效值。BooleangetEnableAuth()Get 是否需要认证 注意:此字段可能返回 null,表示取不到有效值。BooleangetEnableGlobalLineRule()Get 是否应用单行规则 注意:此字段可能返回 null,表示取不到有效值。StringgetKafkaAddress()Get KafkaAddress 注意:此字段可能返回 null,表示取不到有效值。DeliveryKafkaInfo[]getKafkaInfos()Get 投递的topic和path 注意:此字段可能返回 null,表示取不到有效值。StringgetKafkaVIp()Get kafka vip 注意:此字段可能返回 null,表示取不到有效值。StringgetKafkaVPort()Get kafka vport 注意:此字段可能返回 null,表示取不到有效值。StringgetLineRule()Get 换行规则 注意:此字段可能返回 null,表示取不到有效值。StringgetPassword()Get 密码 注意:此字段可能返回 null,表示取不到有效值。StringgetTopic()Get kafka topic 注意:此字段可能返回 null,表示取不到有效值。StringgetUsername()Get 用户名 注意:此字段可能返回 null,表示取不到有效值。voidsetCollectPath(String[] CollectPath)Set 采集路径 注意:此字段可能返回 null,表示取不到有效值。voidsetConfigId(String ConfigId)Set 配置项id 注意:此字段可能返回 null,表示取不到有效值。voidsetConfigName(String ConfigName)Set 配置名称 注意:此字段可能返回 null,表示取不到有效值。voidsetCustomRule(String CustomRule)Set 自定义分行规则 注意:此字段可能返回 null,表示取不到有效值。voidsetEnableAuth(Boolean EnableAuth)Set 是否需要认证 注意:此字段可能返回 null,表示取不到有效值。voidsetEnableGlobalLineRule(Boolean EnableGlobalLineRule)Set 是否应用单行规则 注意:此字段可能返回 null,表示取不到有效值。voidsetKafkaAddress(String KafkaAddress)Set KafkaAddress 注意:此字段可能返回 null,表示取不到有效值。voidsetKafkaInfos(DeliveryKafkaInfo[] KafkaInfos)Set 投递的topic和path 注意:此字段可能返回 null,表示取不到有效值。voidsetKafkaVIp(String KafkaVIp)Set kafka vip 注意:此字段可能返回 null,表示取不到有效值。voidsetKafkaVPort(String KafkaVPort)Set kafka vport 注意:此字段可能返回 null,表示取不到有效值。voidsetLineRule(String LineRule)Set 换行规则 注意:此字段可能返回 null,表示取不到有效值。voidsetPassword(String Password)Set 密码 注意:此字段可能返回 null,表示取不到有效值。voidsetTopic(String Topic)Set kafka topic 注意:此字段可能返回 null,表示取不到有效值。voidsetUsername(String Username)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
-
KafkaDeliveryConfig
public KafkaDeliveryConfig()
-
KafkaDeliveryConfig
public KafkaDeliveryConfig(KafkaDeliveryConfig 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
-
getConfigId
public String getConfigId()
Get 配置项id 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ConfigId 配置项id 注意:此字段可能返回 null,表示取不到有效值。
-
setConfigId
public void setConfigId(String ConfigId)
Set 配置项id 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ConfigId- 配置项id 注意:此字段可能返回 null,表示取不到有效值。
-
getConfigName
public String getConfigName()
Get 配置名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ConfigName 配置名称 注意:此字段可能返回 null,表示取不到有效值。
-
setConfigName
public void setConfigName(String ConfigName)
Set 配置名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ConfigName- 配置名称 注意:此字段可能返回 null,表示取不到有效值。
-
getCollectPath
public String[] getCollectPath()
Get 采集路径 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CollectPath 采集路径 注意:此字段可能返回 null,表示取不到有效值。
-
setCollectPath
public void setCollectPath(String[] CollectPath)
Set 采集路径 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CollectPath- 采集路径 注意:此字段可能返回 null,表示取不到有效值。
-
getKafkaVIp
public String getKafkaVIp()
Get kafka vip 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- KafkaVIp kafka vip 注意:此字段可能返回 null,表示取不到有效值。
-
setKafkaVIp
public void setKafkaVIp(String KafkaVIp)
Set kafka vip 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
KafkaVIp- kafka vip 注意:此字段可能返回 null,表示取不到有效值。
-
getKafkaVPort
public String getKafkaVPort()
Get kafka vport 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- KafkaVPort kafka vport 注意:此字段可能返回 null,表示取不到有效值。
-
setKafkaVPort
public void setKafkaVPort(String KafkaVPort)
Set kafka vport 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
KafkaVPort- kafka vport 注意:此字段可能返回 null,表示取不到有效值。
-
getTopic
public String getTopic()
Get kafka topic 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Topic kafka topic 注意:此字段可能返回 null,表示取不到有效值。
-
setTopic
public void setTopic(String Topic)
Set kafka topic 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Topic- kafka topic 注意:此字段可能返回 null,表示取不到有效值。
-
getLineRule
public String getLineRule()
Get 换行规则 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- LineRule 换行规则 注意:此字段可能返回 null,表示取不到有效值。
-
setLineRule
public void setLineRule(String LineRule)
Set 换行规则 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
LineRule- 换行规则 注意:此字段可能返回 null,表示取不到有效值。
-
getEnableAuth
public Boolean getEnableAuth()
Get 是否需要认证 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- EnableAuth 是否需要认证 注意:此字段可能返回 null,表示取不到有效值。
-
setEnableAuth
public void setEnableAuth(Boolean EnableAuth)
Set 是否需要认证 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
EnableAuth- 是否需要认证 注意:此字段可能返回 null,表示取不到有效值。
-
getUsername
public String getUsername()
Get 用户名 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Username 用户名 注意:此字段可能返回 null,表示取不到有效值。
-
setUsername
public void setUsername(String Username)
Set 用户名 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Username- 用户名 注意:此字段可能返回 null,表示取不到有效值。
-
getPassword
public String getPassword()
Get 密码 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Password 密码 注意:此字段可能返回 null,表示取不到有效值。
-
setPassword
public void setPassword(String Password)
Set 密码 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Password- 密码 注意:此字段可能返回 null,表示取不到有效值。
-
getKafkaInfos
public DeliveryKafkaInfo[] getKafkaInfos()
Get 投递的topic和path 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- KafkaInfos 投递的topic和path 注意:此字段可能返回 null,表示取不到有效值。
-
setKafkaInfos
public void setKafkaInfos(DeliveryKafkaInfo[] KafkaInfos)
Set 投递的topic和path 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
KafkaInfos- 投递的topic和path 注意:此字段可能返回 null,表示取不到有效值。
-
getEnableGlobalLineRule
public Boolean getEnableGlobalLineRule()
Get 是否应用单行规则 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- EnableGlobalLineRule 是否应用单行规则 注意:此字段可能返回 null,表示取不到有效值。
-
setEnableGlobalLineRule
public void setEnableGlobalLineRule(Boolean EnableGlobalLineRule)
Set 是否应用单行规则 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
EnableGlobalLineRule- 是否应用单行规则 注意:此字段可能返回 null,表示取不到有效值。
-
getCustomRule
public String getCustomRule()
Get 自定义分行规则 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CustomRule 自定义分行规则 注意:此字段可能返回 null,表示取不到有效值。
-
setCustomRule
public void setCustomRule(String CustomRule)
Set 自定义分行规则 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CustomRule- 自定义分行规则 注意:此字段可能返回 null,表示取不到有效值。
-
getKafkaAddress
public String getKafkaAddress()
Get KafkaAddress 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- KafkaAddress KafkaAddress 注意:此字段可能返回 null,表示取不到有效值。
-
setKafkaAddress
public void setKafkaAddress(String KafkaAddress)
Set KafkaAddress 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
KafkaAddress- KafkaAddress 注意:此字段可能返回 null,表示取不到有效值。
-
-