public static class CreateSyntheticTaskRequest.CreateSyntheticTaskRequestMonitorList
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
cityCode
This parameter is required.
|
Long |
monitorType
This parameter is required.
|
Long |
netServiceId
This parameter is required.
|
| 构造器和说明 |
|---|
CreateSyntheticTaskRequestMonitorList() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateSyntheticTaskRequest.CreateSyntheticTaskRequestMonitorList |
build(Map<String,?> map) |
Long |
getCityCode() |
Long |
getMonitorType() |
Long |
getNetServiceId() |
CreateSyntheticTaskRequest.CreateSyntheticTaskRequestMonitorList |
setCityCode(Long cityCode) |
CreateSyntheticTaskRequest.CreateSyntheticTaskRequestMonitorList |
setMonitorType(Long monitorType) |
CreateSyntheticTaskRequest.CreateSyntheticTaskRequestMonitorList |
setNetServiceId(Long netServiceId) |
@NameInMap(value="CityCode") public Long cityCode
This parameter is required.
example:1100101
@NameInMap(value="MonitorType") public Long monitorType
This parameter is required.
example:IDC
@NameInMap(value="NetServiceId") public Long netServiceId
This parameter is required.
example:18
public static CreateSyntheticTaskRequest.CreateSyntheticTaskRequestMonitorList build(Map<String,?> map) throws Exception
Exceptionpublic CreateSyntheticTaskRequest.CreateSyntheticTaskRequestMonitorList setCityCode(Long cityCode)
public Long getCityCode()
public CreateSyntheticTaskRequest.CreateSyntheticTaskRequestMonitorList setMonitorType(Long monitorType)
public Long getMonitorType()
public CreateSyntheticTaskRequest.CreateSyntheticTaskRequestMonitorList setNetServiceId(Long netServiceId)
public Long getNetServiceId()
Copyright © 2024. All rights reserved.