public class CheckRechargeKafkaServerRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
CheckRechargeKafkaServerRequest()  | 
CheckRechargeKafkaServerRequest(CheckRechargeKafkaServerRequest 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 | 
|---|---|
Boolean | 
getIsEncryptionAddr()
Get Whether the service address uses an encrypted connection 
 | 
String | 
getKafkaInstance()
Get Tencent Cloud CKafka Instance IDWhen KafkaType is 0, KafkaInstance is required 
 | 
Long | 
getKafkaType()
Get Kafka type. 
 | 
KafkaProtocolInfo | 
getProtocol()
Get Encryption access protocol. 
 | 
String | 
getServerAddr()
Get Service AddressWhen KafkaType is 1, ServerAddr is required 
 | 
void | 
setIsEncryptionAddr(Boolean IsEncryptionAddr)
Set Whether the service address uses an encrypted connection 
 | 
void | 
setKafkaInstance(String KafkaInstance)
Set Tencent Cloud CKafka Instance IDWhen KafkaType is 0, KafkaInstance is required 
 | 
void | 
setKafkaType(Long KafkaType)
Set Kafka type. 
 | 
void | 
setProtocol(KafkaProtocolInfo Protocol)
Set Encryption access protocol. 
 | 
void | 
setServerAddr(String ServerAddr)
Set Service AddressWhen KafkaType is 1, ServerAddr is required 
 | 
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 CheckRechargeKafkaServerRequest()
public CheckRechargeKafkaServerRequest(CheckRechargeKafkaServerRequest source)
public Long getKafkaType()
public void setKafkaType(Long KafkaType)
KafkaType - Kafka type. Valid values: 0 (Tencent Cloud CKafka) and 1 (customer's Kafka).public String getKafkaInstance()
public void setKafkaInstance(String KafkaInstance)
KafkaInstance - Tencent Cloud CKafka Instance IDWhen KafkaType is 0, KafkaInstance is requiredpublic String getServerAddr()
public void setServerAddr(String ServerAddr)
ServerAddr - Service AddressWhen KafkaType is 1, ServerAddr is requiredpublic Boolean getIsEncryptionAddr()
public void setIsEncryptionAddr(Boolean IsEncryptionAddr)
IsEncryptionAddr - Whether the service address uses an encrypted connectionpublic KafkaProtocolInfo getProtocol()
public void setProtocol(KafkaProtocolInfo Protocol)
Protocol - Encryption access protocol. Required when IsEncryptionAddr parameter is set to trueCopyright © 2025. All rights reserved.