public static class UpdateTimingSyntheticTaskRequest.UpdateTimingSyntheticTaskRequestCustomPeriod
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
endHour
The hour at which the test ends.
|
Integer |
startHour
The hour at which the test starts.
|
| 构造器和说明 |
|---|
UpdateTimingSyntheticTaskRequestCustomPeriod() |
@NameInMap(value="EndHour") public Integer endHour
The hour at which the test ends. Valid values: 0 to 24.
example:22
@NameInMap(value="StartHour") public Integer startHour
The hour at which the test starts. Valid values: 0 to 24.
example:14
public UpdateTimingSyntheticTaskRequestCustomPeriod()
public static UpdateTimingSyntheticTaskRequest.UpdateTimingSyntheticTaskRequestCustomPeriod build(Map<String,?> map) throws Exception
Exceptionpublic UpdateTimingSyntheticTaskRequest.UpdateTimingSyntheticTaskRequestCustomPeriod setEndHour(Integer endHour)
public Integer getEndHour()
public UpdateTimingSyntheticTaskRequest.UpdateTimingSyntheticTaskRequestCustomPeriod setStartHour(Integer startHour)
public Integer getStartHour()
Copyright © 2024. All rights reserved.