public class DescribePrometheusConfigRequest extends AbstractModel
skipSign
Constructor and Description |
---|
DescribePrometheusConfigRequest() |
DescribePrometheusConfigRequest(DescribePrometheusConfigRequest 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 集群id
|
String |
getClusterType()
Get 集群类型
|
String |
getInstanceId()
Get 实例id
|
void |
setClusterId(String ClusterId)
Set 集群id
|
void |
setClusterType(String ClusterType)
Set 集群类型
|
void |
setInstanceId(String InstanceId)
Set 实例id
|
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 DescribePrometheusConfigRequest()
public DescribePrometheusConfigRequest(DescribePrometheusConfigRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例idpublic String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 集群idpublic String getClusterType()
public void setClusterType(String ClusterType)
ClusterType
- 集群类型Copyright © 2023. All rights reserved.