Class KafkaConnectParam
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ckafka.v20190819.models.KafkaConnectParam
-
public class KafkaConnectParam extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description KafkaConnectParam()KafkaConnectParam(KafkaConnectParam 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 StringgetBrokerAddress()Get Kafka连接的broker地址, 自建时必填 注意:此字段可能返回 null,表示取不到有效值。BooleangetIsUpdate()Get 是否更新到关联的Dip任务 注意:此字段可能返回 null,表示取不到有效值。StringgetRegion()Get CKafka连接源的实例资源地域, 跨地域时必填 注意:此字段可能返回 null,表示取不到有效值。StringgetResource()Get Kafka连接源的实例资源, 非自建时必填 注意:此字段可能返回 null,表示取不到有效值。BooleangetSelfBuilt()Get 是否为自建集群 注意:此字段可能返回 null,表示取不到有效值。voidsetBrokerAddress(String BrokerAddress)Set Kafka连接的broker地址, 自建时必填 注意:此字段可能返回 null,表示取不到有效值。voidsetIsUpdate(Boolean IsUpdate)Set 是否更新到关联的Dip任务 注意:此字段可能返回 null,表示取不到有效值。voidsetRegion(String Region)Set CKafka连接源的实例资源地域, 跨地域时必填 注意:此字段可能返回 null,表示取不到有效值。voidsetResource(String Resource)Set Kafka连接源的实例资源, 非自建时必填 注意:此字段可能返回 null,表示取不到有效值。voidsetSelfBuilt(Boolean SelfBuilt)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
-
KafkaConnectParam
public KafkaConnectParam()
-
KafkaConnectParam
public KafkaConnectParam(KafkaConnectParam 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
-
getResource
public String getResource()
Get Kafka连接源的实例资源, 非自建时必填 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Resource Kafka连接源的实例资源, 非自建时必填 注意:此字段可能返回 null,表示取不到有效值。
-
setResource
public void setResource(String Resource)
Set Kafka连接源的实例资源, 非自建时必填 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Resource- Kafka连接源的实例资源, 非自建时必填 注意:此字段可能返回 null,表示取不到有效值。
-
getSelfBuilt
public Boolean getSelfBuilt()
Get 是否为自建集群 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SelfBuilt 是否为自建集群 注意:此字段可能返回 null,表示取不到有效值。
-
setSelfBuilt
public void setSelfBuilt(Boolean SelfBuilt)
Set 是否为自建集群 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SelfBuilt- 是否为自建集群 注意:此字段可能返回 null,表示取不到有效值。
-
getIsUpdate
public Boolean getIsUpdate()
Get 是否更新到关联的Dip任务 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- IsUpdate 是否更新到关联的Dip任务 注意:此字段可能返回 null,表示取不到有效值。
-
setIsUpdate
public void setIsUpdate(Boolean IsUpdate)
Set 是否更新到关联的Dip任务 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
IsUpdate- 是否更新到关联的Dip任务 注意:此字段可能返回 null,表示取不到有效值。
-
getBrokerAddress
public String getBrokerAddress()
Get Kafka连接的broker地址, 自建时必填 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- BrokerAddress Kafka连接的broker地址, 自建时必填 注意:此字段可能返回 null,表示取不到有效值。
-
setBrokerAddress
public void setBrokerAddress(String BrokerAddress)
Set Kafka连接的broker地址, 自建时必填 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
BrokerAddress- Kafka连接的broker地址, 自建时必填 注意:此字段可能返回 null,表示取不到有效值。
-
getRegion
public String getRegion()
Get CKafka连接源的实例资源地域, 跨地域时必填 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Region CKafka连接源的实例资源地域, 跨地域时必填 注意:此字段可能返回 null,表示取不到有效值。
-
setRegion
public void setRegion(String Region)
Set CKafka连接源的实例资源地域, 跨地域时必填 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Region- CKafka连接源的实例资源地域, 跨地域时必填 注意:此字段可能返回 null,表示取不到有效值。
-
-