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