public class Event extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Event.Builder
Class to build instances of
Event. |
| Modifier | Constructor and Description |
|---|---|
protected |
Event(io.apimatic.core.types.OptionalNullable<String> merchantId,
io.apimatic.core.types.OptionalNullable<String> locationId,
io.apimatic.core.types.OptionalNullable<String> type,
io.apimatic.core.types.OptionalNullable<String> eventId,
String createdAt,
EventData data)
Initialization constructor.
|
|
Event(String merchantId,
String locationId,
String type,
String eventId,
String createdAt,
EventData data)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCreatedAt()
Getter for CreatedAt.
|
EventData |
getData()
Getter for Data.
|
String |
getEventId()
Getter for EventId.
|
String |
getLocationId()
Getter for LocationId.
|
String |
getMerchantId()
Getter for MerchantId.
|
String |
getType()
Getter for Type.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetEventId()
Internal Getter for EventId.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetLocationId()
Internal Getter for LocationId.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetMerchantId()
Internal Getter for MerchantId.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetType()
Internal Getter for Type.
|
Event.Builder |
toBuilder()
Builds a new
Event.Builder object. |
String |
toString()
Converts this Event into string format.
|
public Event(String merchantId, String locationId, String type, String eventId, String createdAt, EventData data)
merchantId - String value for merchantId.locationId - String value for locationId.type - String value for type.eventId - String value for eventId.createdAt - String value for createdAt.data - EventData value for data.protected Event(io.apimatic.core.types.OptionalNullable<String> merchantId, io.apimatic.core.types.OptionalNullable<String> locationId, io.apimatic.core.types.OptionalNullable<String> type, io.apimatic.core.types.OptionalNullable<String> eventId, String createdAt, EventData data)
merchantId - String value for merchantId.locationId - String value for locationId.type - String value for type.eventId - String value for eventId.createdAt - String value for createdAt.data - EventData value for data.protected io.apimatic.core.types.OptionalNullable<String> internalGetMerchantId()
public String getMerchantId()
protected io.apimatic.core.types.OptionalNullable<String> internalGetLocationId()
public String getLocationId()
protected io.apimatic.core.types.OptionalNullable<String> internalGetType()
public String getType()
protected io.apimatic.core.types.OptionalNullable<String> internalGetEventId()
public String getEventId()
public String getCreatedAt()
public EventData getData()
public String toString()
public Event.Builder toBuilder()
Event.Builder object.
Creates the instance with the state of the current model.Event.Builder objectCopyright © 2024. All rights reserved.