public class InstanceConfigDO extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
InstanceConfigDO()  | 
InstanceConfigDO(InstanceConfigDO 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 | 
getAutoCreateTopicsEnable()
Get Whether to create topics automatically 
 | 
Long | 
getDefaultNumPartitions()
Get Number of partitions 
 | 
Long | 
getDefaultReplicationFactor()
Get Default replication factor 
 | 
void | 
setAutoCreateTopicsEnable(Boolean AutoCreateTopicsEnable)
Set Whether to create topics automatically 
 | 
void | 
setDefaultNumPartitions(Long DefaultNumPartitions)
Set Number of partitions 
 | 
void | 
setDefaultReplicationFactor(Long DefaultReplicationFactor)
Set Default replication factor 
 | 
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 InstanceConfigDO()
public InstanceConfigDO(InstanceConfigDO source)
public Boolean getAutoCreateTopicsEnable()
public void setAutoCreateTopicsEnable(Boolean AutoCreateTopicsEnable)
AutoCreateTopicsEnable - Whether to create topics automaticallypublic Long getDefaultNumPartitions()
public void setDefaultNumPartitions(Long DefaultNumPartitions)
DefaultNumPartitions - Number of partitionspublic Long getDefaultReplicationFactor()
public void setDefaultReplicationFactor(Long DefaultReplicationFactor)
DefaultReplicationFactor - Default replication factorCopyright © 2025. All rights reserved.