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 |
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.
|
String |
getVpcEndPoint()
Get VPC access address
|
void |
setClusterId(String ClusterId)
Set Cluster ID
|
void |
setClusterName(String ClusterName)
Set Cluster name
|
void |
setCreateTime(Long CreateTime)
Set Creation time in milliseconds
|
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 |
setVpcEndPoint(String VpcEndPoint)
Set VPC access address
|
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, toJsonString
public 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 addressCopyright © 2022. All rights reserved.