public class RocketMQClusterInfo extends AbstractModel
| 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 | getHttpPublicEndpoint()Get | 
| String | getHttpVpcEndpoint()Get | 
| Long | getIsolateTime()Get | 
| 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 | 
| 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 | setHttpPublicEndpoint(String HttpPublicEndpoint)Set | 
| void | setHttpVpcEndpoint(String HttpVpcEndpoint)Set | 
| void | setIsolateTime(Long IsolateTime)Set | 
| 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 | 
| 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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, 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 - public Long getIsolateTime()
public void setIsolateTime(Long IsolateTime)
IsolateTime - public String getHttpPublicEndpoint()
public void setHttpPublicEndpoint(String HttpPublicEndpoint)
HttpPublicEndpoint - public String getHttpVpcEndpoint()
public void setHttpVpcEndpoint(String HttpVpcEndpoint)
HttpVpcEndpoint - Copyright © 2023. All rights reserved.