public static class GetSyntheticMonitorsResponseBody.GetSyntheticMonitorsResponseBodyData
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
available
Indicates whether the monitoring point is available.
|
Boolean |
canBeSelected
Indicates whether the monitoring point is selected.
|
String |
city
The city.
|
String |
cityCode
The city code.
|
Integer |
clientType
The client type of the monitoring point.
|
String |
country
The country.
|
Integer |
ipv6
Indicates whether IPv6 is supported.
|
String |
operator
The carrier.
|
String |
operatorCode
The carrier code.
|
String |
region
The region.
|
| 构造器和说明 |
|---|
GetSyntheticMonitorsResponseBodyData() |
@NameInMap(value="Available") public String available
Indicates whether the monitoring point is available. Valid values: true and false.
example:true
@NameInMap(value="CanBeSelected") public Boolean canBeSelected
Indicates whether the monitoring point is selected. Valid values: true and false.
example:true
@NameInMap(value="City") public String city
The city.
example:Beijing
@NameInMap(value="CityCode") public String cityCode
The city code.
example:1100101
@NameInMap(value="ClientType") public Integer clientType
The client type of the monitoring point. Valid values: 1: data center. 2: Internet. 3: mobile device. 4: ECS instance.
example:1
@NameInMap(value="Country") public String country
The country.
example:China
@NameInMap(value="Ipv6") public Integer ipv6
Indicates whether IPv6 is supported. Valid values: 0: IPv6 is not supported. 1: IPv6 is supported.
example:0
@NameInMap(value="Operator") public String operator
The carrier.
example:Alibaba Cloud
@NameInMap(value="OperatorCode") public String operatorCode
The carrier code.
example:1
@NameInMap(value="Region") public String region
The region.
example:Beijing
public static GetSyntheticMonitorsResponseBody.GetSyntheticMonitorsResponseBodyData build(Map<String,?> map) throws Exception
Exceptionpublic GetSyntheticMonitorsResponseBody.GetSyntheticMonitorsResponseBodyData setAvailable(String available)
public String getAvailable()
public GetSyntheticMonitorsResponseBody.GetSyntheticMonitorsResponseBodyData setCanBeSelected(Boolean canBeSelected)
public Boolean getCanBeSelected()
public GetSyntheticMonitorsResponseBody.GetSyntheticMonitorsResponseBodyData setCity(String city)
public String getCity()
public GetSyntheticMonitorsResponseBody.GetSyntheticMonitorsResponseBodyData setCityCode(String cityCode)
public String getCityCode()
public GetSyntheticMonitorsResponseBody.GetSyntheticMonitorsResponseBodyData setClientType(Integer clientType)
public Integer getClientType()
public GetSyntheticMonitorsResponseBody.GetSyntheticMonitorsResponseBodyData setCountry(String country)
public String getCountry()
public GetSyntheticMonitorsResponseBody.GetSyntheticMonitorsResponseBodyData setIpv6(Integer ipv6)
public Integer getIpv6()
public GetSyntheticMonitorsResponseBody.GetSyntheticMonitorsResponseBodyData setOperator(String operator)
public String getOperator()
public GetSyntheticMonitorsResponseBody.GetSyntheticMonitorsResponseBodyData setOperatorCode(String operatorCode)
public String getOperatorCode()
public GetSyntheticMonitorsResponseBody.GetSyntheticMonitorsResponseBodyData setRegion(String region)
public String getRegion()
Copyright © 2024. All rights reserved.