public class CKafkaInstanceInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
CKafkaInstanceInfo()  | 
CKafkaInstanceInfo(CKafkaInstanceInfo 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 | 
getInstanceID()
Get Instance ID
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getInstanceName()
Get Instance name
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getKafkaVersion()
Get Kafka version number
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
CkafkaRouteInfo[] | 
getRouteList()
Get Route list
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
CKafkaTopicInfo[] | 
getTopicList()
Get Topic list
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setInstanceID(String InstanceID)
Set Instance ID
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setInstanceName(String InstanceName)
Set Instance name
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setKafkaVersion(String KafkaVersion)
Set Kafka version number
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setRouteList(CkafkaRouteInfo[] RouteList)
Set Route list
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setTopicList(CKafkaTopicInfo[] TopicList)
Set Topic list
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 CKafkaInstanceInfo()
public CKafkaInstanceInfo(CKafkaInstanceInfo source)
public String getInstanceID()
public void setInstanceID(String InstanceID)
InstanceID - Instance ID
Note: This field may return null, indicating that no valid values can be obtained.public String getInstanceName()
public void setInstanceName(String InstanceName)
InstanceName - Instance name
Note: This field may return null, indicating that no valid values can be obtained.public CKafkaTopicInfo[] getTopicList()
public void setTopicList(CKafkaTopicInfo[] TopicList)
TopicList - Topic list
Note: This field may return null, indicating that no valid values can be obtained.public CkafkaRouteInfo[] getRouteList()
public void setRouteList(CkafkaRouteInfo[] RouteList)
RouteList - Route list
Note: This field may return null, indicating that no valid values can be obtained.public String getKafkaVersion()
public void setKafkaVersion(String KafkaVersion)
KafkaVersion - Kafka version number
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.