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