public static class DescribeDisksFullStatusRequest.DescribeDisksFullStatusRequestEventTime
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
end
The end of the time range to query occurred events.
|
String |
start
The beginning of the time range to query occurred events.
|
构造器和说明 |
---|
DescribeDisksFullStatusRequestEventTime() |
@NameInMap(value="End") public String end
The end of the time range to query occurred events.
Specify the time in the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ
format. The time must be in UTC.
2018-05-08T02:48:52Z
public static DescribeDisksFullStatusRequest.DescribeDisksFullStatusRequestEventTime build(Map<String,?> map) throws Exception
Exception
public DescribeDisksFullStatusRequest.DescribeDisksFullStatusRequestEventTime setEnd(String end)
public String getEnd()
public DescribeDisksFullStatusRequest.DescribeDisksFullStatusRequestEventTime setStart(String start)
public String getStart()
Copyright © 2024. All rights reserved.