public class Instance extends AbstractModel
header, skipSign
Constructor and Description |
---|
Instance() |
Instance(Instance 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 |
getIfCommunity()
Get 是否开源实例。开源:true,不开源:false
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getInstanceId()
Get ckafka集群实例Id
|
String |
getInstanceName()
Get ckafka集群实例Name
|
Long |
getStatus()
Get 实例的状态。0: 创建中,1: 运行中,2: 删除中, 3: 已删除, 5: 隔离中, 7: 升级中, -1: 创建失败
|
void |
setIfCommunity(Boolean IfCommunity)
Set 是否开源实例。开源:true,不开源:false
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setInstanceId(String InstanceId)
Set ckafka集群实例Id
|
void |
setInstanceName(String InstanceName)
Set ckafka集群实例Name
|
void |
setStatus(Long Status)
Set 实例的状态。0: 创建中,1: 运行中,2: 删除中, 3: 已删除, 5: 隔离中, 7: 升级中, -1: 创建失败
|
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, toJsonString
public Instance()
public Instance(Instance source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- ckafka集群实例Idpublic String getInstanceName()
public void setInstanceName(String InstanceName)
InstanceName
- ckafka集群实例Namepublic Long getStatus()
public void setStatus(Long Status)
Status
- 实例的状态。0: 创建中,1: 运行中,2: 删除中, 3: 已删除, 5: 隔离中, 7: 升级中, -1: 创建失败public Boolean getIfCommunity()
public void setIfCommunity(Boolean IfCommunity)
IfCommunity
- 是否开源实例。开源:true,不开源:false
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.