public class Stack extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CREATED_AT |
static String |
SERIALIZED_NAME_EVENTS |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_ORG_I_D |
| Constructor and Description |
|---|
Stack() |
| Modifier and Type | Method and Description |
|---|---|
Stack |
addEventsItem(StackEvents eventsItem) |
boolean |
equals(Object o) |
Stack |
events(List<StackEvents> events) |
OffsetDateTime |
getCreatedAt()
Get createdAt
|
List<StackEvents> |
getEvents()
Get events
|
String |
getId()
Get id
|
String |
getOrgID()
Get orgID
|
int |
hashCode() |
Stack |
id(String id) |
Stack |
orgID(String orgID) |
void |
setEvents(List<StackEvents> events) |
void |
setId(String id) |
void |
setOrgID(String orgID) |
String |
toString() |
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_ORG_I_D
public static final String SERIALIZED_NAME_CREATED_AT
public static final String SERIALIZED_NAME_EVENTS
public String getId()
public void setId(String id)
public String getOrgID()
public void setOrgID(String orgID)
public OffsetDateTime getCreatedAt()
public Stack events(List<StackEvents> events)
public Stack addEventsItem(StackEvents eventsItem)
public List<StackEvents> getEvents()
public void setEvents(List<StackEvents> events)
Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.