@Generated(value="org.immutables.processor.ProxyProcessor") public final class GetEventRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetEventRequest.Builder
Builds instances of type
GetEventRequest. |
| Modifier and Type | Method and Description |
|---|---|
static GetEventRequest.Builder |
builder()
Creates a builder for
GetEventRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
GetEventRequest that have equal attribute values. |
String |
getEventId()
The event id
|
int |
hashCode()
Computes a hash code from attributes:
eventId. |
String |
toString()
Prints the immutable value
GetEventRequest with attribute values. |
public String getEventId()
public boolean equals(Object another)
GetEventRequest that have equal attribute values.public int hashCode()
eventId.public String toString()
GetEventRequest with attribute values.public static GetEventRequest.Builder builder()
GetEventRequest.
GetEventRequest.builder()
.eventId(String) // required eventId
.build();
Copyright © 2020. All rights reserved.