Class AMQPClusterInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tdmq.v20200217.models.AMQPClusterInfo
-
public class AMQPClusterInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AMQPClusterInfo()AMQPClusterInfo(AMQPClusterInfo 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClusterId()Get 集群IDStringgetClusterName()Get 集群名称LonggetCreateTime()Get 创建时间,毫秒为单位StringgetPublicEndPoint()Get 公网接入地址 注意:此字段可能返回 null,表示取不到有效值。StringgetRegion()Get 地域信息StringgetRemark()Get 集群说明信息 注意:此字段可能返回 null,表示取不到有效值。StringgetVpcEndPoint()Get VPC接入地址 注意:此字段可能返回 null,表示取不到有效值。voidsetClusterId(String ClusterId)Set 集群IDvoidsetClusterName(String ClusterName)Set 集群名称voidsetCreateTime(Long CreateTime)Set 创建时间,毫秒为单位voidsetPublicEndPoint(String PublicEndPoint)Set 公网接入地址 注意:此字段可能返回 null,表示取不到有效值。voidsetRegion(String Region)Set 地域信息voidsetRemark(String Remark)Set 集群说明信息 注意:此字段可能返回 null,表示取不到有效值。voidsetVpcEndPoint(String VpcEndPoint)Set VPC接入地址 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
AMQPClusterInfo
public AMQPClusterInfo()
-
AMQPClusterInfo
public AMQPClusterInfo(AMQPClusterInfo 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.
-
-
Method Detail
-
getClusterId
public String getClusterId()
Get 集群ID- Returns:
- ClusterId 集群ID
-
setClusterId
public void setClusterId(String ClusterId)
Set 集群ID- Parameters:
ClusterId- 集群ID
-
getClusterName
public String getClusterName()
Get 集群名称- Returns:
- ClusterName 集群名称
-
setClusterName
public void setClusterName(String ClusterName)
Set 集群名称- Parameters:
ClusterName- 集群名称
-
getRegion
public String getRegion()
Get 地域信息- Returns:
- Region 地域信息
-
setRegion
public void setRegion(String Region)
Set 地域信息- Parameters:
Region- 地域信息
-
getCreateTime
public Long getCreateTime()
Get 创建时间,毫秒为单位- Returns:
- CreateTime 创建时间,毫秒为单位
-
setCreateTime
public void setCreateTime(Long CreateTime)
Set 创建时间,毫秒为单位- Parameters:
CreateTime- 创建时间,毫秒为单位
-
getRemark
public String getRemark()
Get 集群说明信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Remark 集群说明信息 注意:此字段可能返回 null,表示取不到有效值。
-
setRemark
public void setRemark(String Remark)
Set 集群说明信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Remark- 集群说明信息 注意:此字段可能返回 null,表示取不到有效值。
-
getPublicEndPoint
public String getPublicEndPoint()
Get 公网接入地址 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- PublicEndPoint 公网接入地址 注意:此字段可能返回 null,表示取不到有效值。
-
setPublicEndPoint
public void setPublicEndPoint(String PublicEndPoint)
Set 公网接入地址 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
PublicEndPoint- 公网接入地址 注意:此字段可能返回 null,表示取不到有效值。
-
getVpcEndPoint
public String getVpcEndPoint()
Get VPC接入地址 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- VpcEndPoint VPC接入地址 注意:此字段可能返回 null,表示取不到有效值。
-
setVpcEndPoint
public void setVpcEndPoint(String VpcEndPoint)
Set VPC接入地址 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
VpcEndPoint- VPC接入地址 注意:此字段可能返回 null,表示取不到有效值。
-
-