public static class DescribeCustomEventAttributeResponseBody.DescribeCustomEventAttributeResponseBodyCustomEventsCustomEvent
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
content
The content of the custom event.
|
String |
groupId
The ID of the application group.
|
String |
id
The ID of the custom event.
|
String |
name
The name of the custom event.
|
String |
time
The time when the custom event occurred.
|
| 构造器和说明 |
|---|
DescribeCustomEventAttributeResponseBodyCustomEventsCustomEvent() |
@NameInMap(value="Content") public String content
The content of the custom event.
@NameInMap(value="GroupId") public String groupId
The ID of the application group.
@NameInMap(value="Id") public String id
The ID of the custom event.
@NameInMap(value="Name") public String name
The name of the custom event.
@NameInMap(value="Time") public String time
The time when the custom event occurred.
This value is a UNIX timestamp representing the number of milliseconds that have elapsed since the epoch time January 1, 1970, 00:00:00 UTC.
public DescribeCustomEventAttributeResponseBodyCustomEventsCustomEvent()
public static DescribeCustomEventAttributeResponseBody.DescribeCustomEventAttributeResponseBodyCustomEventsCustomEvent build(Map<String,?> map) throws Exception
Exceptionpublic DescribeCustomEventAttributeResponseBody.DescribeCustomEventAttributeResponseBodyCustomEventsCustomEvent setContent(String content)
public String getContent()
public DescribeCustomEventAttributeResponseBody.DescribeCustomEventAttributeResponseBodyCustomEventsCustomEvent setGroupId(String groupId)
public String getGroupId()
public DescribeCustomEventAttributeResponseBody.DescribeCustomEventAttributeResponseBodyCustomEventsCustomEvent setId(String id)
public String getId()
public DescribeCustomEventAttributeResponseBody.DescribeCustomEventAttributeResponseBodyCustomEventsCustomEvent setName(String name)
public String getName()
public DescribeCustomEventAttributeResponseBody.DescribeCustomEventAttributeResponseBodyCustomEventsCustomEvent setTime(String time)
public String getTime()
Copyright © 2024. All rights reserved.