public class DescribePulsarProInstanceDetailResponse extends AbstractModel
skipSign
Constructor and Description |
---|
DescribePulsarProInstanceDetailResponse() |
DescribePulsarProInstanceDetailResponse(DescribePulsarProInstanceDetailResponse 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 |
---|---|
PulsarProClusterInfo |
getClusterInfo()
Get Cluster information
|
PulsarProClusterSpecInfo |
getClusterSpecInfo()
Get Cluster specification information
Note: This field may return null, indicating that no valid values can be obtained.
|
PulsarNetworkAccessPointInfo[] |
getNetworkAccessPointInfos()
Get Cluster network access point information
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
void |
setClusterInfo(PulsarProClusterInfo ClusterInfo)
Set Cluster information
|
void |
setClusterSpecInfo(PulsarProClusterSpecInfo ClusterSpecInfo)
Set Cluster specification information
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setNetworkAccessPointInfos(PulsarNetworkAccessPointInfo[] NetworkAccessPointInfos)
Set Cluster network access point information
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribePulsarProInstanceDetailResponse()
public DescribePulsarProInstanceDetailResponse(DescribePulsarProInstanceDetailResponse source)
public PulsarProClusterInfo getClusterInfo()
public void setClusterInfo(PulsarProClusterInfo ClusterInfo)
ClusterInfo
- Cluster informationpublic PulsarNetworkAccessPointInfo[] getNetworkAccessPointInfos()
public void setNetworkAccessPointInfos(PulsarNetworkAccessPointInfo[] NetworkAccessPointInfos)
NetworkAccessPointInfos
- Cluster network access point information
Note: This field may return null, indicating that no valid values can be obtained.public PulsarProClusterSpecInfo getClusterSpecInfo()
public void setClusterSpecInfo(PulsarProClusterSpecInfo ClusterSpecInfo)
ClusterSpecInfo
- Cluster specification information
Note: This field may return null, indicating that no valid values can be obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2023. All rights reserved.