public static class DescribeServiceEventResponseBody.DescribeServiceEventResponseBodyEvents
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
message
The returned message.
|
String |
reason
The cause of the event.
|
String |
time
The time when the event occurred.
|
String |
type
The event type.
|
| 构造器和说明 |
|---|
DescribeServiceEventResponseBodyEvents() |
@NameInMap(value="Message") public String message
The returned message. The message is formatted and returned in the JSON format.
example:{\"versionId\":1,\"message\":\"Stage scale complete\",\"availableInstance\":1,\"unavailableInstance\":0}
@NameInMap(value="Reason") public String reason
The cause of the event. The information about the change in the service status is returned.
example:Updating
@NameInMap(value="Time") public String time
The time when the event occurred. The time must be in UTC.
example:2022-04-09 06:30:00
@NameInMap(value="Type") public String type
The event type. Valid values:
Normal
public static DescribeServiceEventResponseBody.DescribeServiceEventResponseBodyEvents build(Map<String,?> map) throws Exception
Exceptionpublic DescribeServiceEventResponseBody.DescribeServiceEventResponseBodyEvents setMessage(String message)
public String getMessage()
public DescribeServiceEventResponseBody.DescribeServiceEventResponseBodyEvents setReason(String reason)
public String getReason()
public DescribeServiceEventResponseBody.DescribeServiceEventResponseBodyEvents setTime(String time)
public String getTime()
public DescribeServiceEventResponseBody.DescribeServiceEventResponseBodyEvents setType(String type)
public String getType()
Copyright © 2024. All rights reserved.