public class PrometheusZoneItem extends AbstractModel
Constructor and Description |
---|
PrometheusZoneItem() |
PrometheusZoneItem(PrometheusZoneItem 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 |
---|---|
Long |
getRegionId()
Get 地域 ID
|
String |
getZone()
Get 可用区
|
Long |
getZoneId()
Get 可用区 ID
|
String |
getZoneName()
Get 可用区名(目前为中文)
|
Long |
getZoneState()
Get 可用区状态( 0: 不可用;1: 可用)
|
void |
setRegionId(Long RegionId)
Set 地域 ID
|
void |
setZone(String Zone)
Set 可用区
|
void |
setZoneId(Long ZoneId)
Set 可用区 ID
|
void |
setZoneName(String ZoneName)
Set 可用区名(目前为中文)
|
void |
setZoneState(Long ZoneState)
Set 可用区状态( 0: 不可用;1: 可用)
|
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 PrometheusZoneItem()
public PrometheusZoneItem(PrometheusZoneItem source)
public String getZone()
public void setZone(String Zone)
Zone
- 可用区public Long getZoneId()
public void setZoneId(Long ZoneId)
ZoneId
- 可用区 IDpublic Long getZoneState()
public void setZoneState(Long ZoneState)
ZoneState
- 可用区状态( 0: 不可用;1: 可用)public Long getRegionId()
public void setRegionId(Long RegionId)
RegionId
- 地域 IDpublic String getZoneName()
public void setZoneName(String ZoneName)
ZoneName
- 可用区名(目前为中文)Copyright © 2023. All rights reserved.