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