public class RocketMQClusterInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
RocketMQClusterInfo()  | 
RocketMQClusterInfo(RocketMQClusterInfo 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 | 
getClusterId()
Get Cluster ID 
 | 
String | 
getClusterName()
Get Cluster name 
 | 
Long | 
getCreateTime()
Get Creation time in milliseconds 
 | 
String | 
getHttpInternalEndpoint()
Get Internal HTTP access address
Note: u200dThis field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getHttpPublicEndpoint()
Get HTTP-based public network access address
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getHttpVpcEndpoint()
Get HTTP-based VPC access address
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getInternalEndpoint()
Get Internal TCP access address
Note: u200dThis field may return null, indicating that no valid values can be obtained. 
 | 
Long | 
getIsolateTime()
Get Service suspension time in milliseconds
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
Boolean | 
getIsVip()
Get Whether it is an exclusive instance
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getPublicEndPoint()
Get Public network access address 
 | 
String | 
getRegion()
Get Region information 
 | 
String | 
getRemark()
Get Cluster remarks
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
Boolean | 
getRocketMQFlag()
Get TDMQ for RocketMQ cluster type flag
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
Long | 
getStatus()
Get Billing status (`1`: Normal; `2`: Service suspended; `3`: Terminated)
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
Boolean | 
getSupportNamespaceEndpoint()
Get Whether the namespace access point is supported. 
 | 
String | 
getVpcEndPoint()
Get VPC access address 
 | 
VpcConfig[] | 
getVpcs()
Get VPC Information
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setClusterId(String ClusterId)
Set Cluster ID 
 | 
void | 
setClusterName(String ClusterName)
Set Cluster name 
 | 
void | 
setCreateTime(Long CreateTime)
Set Creation time in milliseconds 
 | 
void | 
setHttpInternalEndpoint(String HttpInternalEndpoint)
Set Internal HTTP access address
Note: u200dThis field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setHttpPublicEndpoint(String HttpPublicEndpoint)
Set HTTP-based public network access address
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setHttpVpcEndpoint(String HttpVpcEndpoint)
Set HTTP-based VPC access address
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setInternalEndpoint(String InternalEndpoint)
Set Internal TCP access address
Note: u200dThis field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setIsolateTime(Long IsolateTime)
Set Service suspension time in milliseconds
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setIsVip(Boolean IsVip)
Set Whether it is an exclusive instance
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setPublicEndPoint(String PublicEndPoint)
Set Public network access address 
 | 
void | 
setRegion(String Region)
Set Region information 
 | 
void | 
setRemark(String Remark)
Set Cluster remarks
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setRocketMQFlag(Boolean RocketMQFlag)
Set TDMQ for RocketMQ cluster type flag
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setStatus(Long Status)
Set Billing status (`1`: Normal; `2`: Service suspended; `3`: Terminated)
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setSupportNamespaceEndpoint(Boolean SupportNamespaceEndpoint)
Set Whether the namespace access point is supported. 
 | 
void | 
setVpcEndPoint(String VpcEndPoint)
Set VPC access address 
 | 
void | 
setVpcs(VpcConfig[] Vpcs)
Set VPC Information
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 RocketMQClusterInfo()
public RocketMQClusterInfo(RocketMQClusterInfo source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - Cluster IDpublic String getClusterName()
public void setClusterName(String ClusterName)
ClusterName - Cluster namepublic String getRegion()
public void setRegion(String Region)
Region - Region informationpublic Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime - Creation time in millisecondspublic String getRemark()
public void setRemark(String Remark)
Remark - Cluster remarks
Note: this field may return null, indicating that no valid values can be obtained.public String getPublicEndPoint()
public void setPublicEndPoint(String PublicEndPoint)
PublicEndPoint - Public network access addresspublic String getVpcEndPoint()
public void setVpcEndPoint(String VpcEndPoint)
VpcEndPoint - VPC access addresspublic Boolean getSupportNamespaceEndpoint()
public void setSupportNamespaceEndpoint(Boolean SupportNamespaceEndpoint)
SupportNamespaceEndpoint - Whether the namespace access point is supported.
Note: This field may return `null`, indicating that no valid values can be obtained.public VpcConfig[] getVpcs()
public void setVpcs(VpcConfig[] Vpcs)
Vpcs - VPC Information
Note: This field may return null, indicating that no valid values can be obtained.public Boolean getIsVip()
public void setIsVip(Boolean IsVip)
IsVip - Whether it is an exclusive instance
Note: This field may return null, indicating that no valid values can be obtained.public Boolean getRocketMQFlag()
public void setRocketMQFlag(Boolean RocketMQFlag)
RocketMQFlag - TDMQ for RocketMQ cluster type flag
Note: This field may return null, indicating that no valid values can be obtained.public Long getStatus()
public void setStatus(Long Status)
Status - Billing status (`1`: Normal; `2`: Service suspended; `3`: Terminated)
Note: This field may return null, indicating that no valid values can be obtained.public Long getIsolateTime()
public void setIsolateTime(Long IsolateTime)
IsolateTime - Service suspension time in milliseconds
Note: This field may return null, indicating that no valid values can be obtained.public String getHttpPublicEndpoint()
public void setHttpPublicEndpoint(String HttpPublicEndpoint)
HttpPublicEndpoint - HTTP-based public network access address
Note: This field may return null, indicating that no valid values can be obtained.public String getHttpVpcEndpoint()
public void setHttpVpcEndpoint(String HttpVpcEndpoint)
HttpVpcEndpoint - HTTP-based VPC access address
Note: This field may return null, indicating that no valid values can be obtained.public String getInternalEndpoint()
public void setInternalEndpoint(String InternalEndpoint)
InternalEndpoint - Internal TCP access address
Note: u200dThis field may return null, indicating that no valid values can be obtained.public String getHttpInternalEndpoint()
public void setHttpInternalEndpoint(String HttpInternalEndpoint)
HttpInternalEndpoint - Internal HTTP access address
Note: u200dThis field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.