@Generated(value="org.immutables.processor.ProxyProcessor") public final class GetApplicationUsageEventResponse extends AbstractApplicationUsageEventResource
| Modifier and Type | Class and Description |
|---|---|
static class |
GetApplicationUsageEventResponse.Builder
Builds instances of type
GetApplicationUsageEventResponse. |
| Modifier and Type | Method and Description |
|---|---|
static GetApplicationUsageEventResponse.Builder |
builder()
Creates a builder for
GetApplicationUsageEventResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
GetApplicationUsageEventResponse that have equal attribute values. |
ApplicationUsageEventEntity |
getEntity()
The resource's entity
|
Metadata |
getMetadata()
The resource's metadata
|
int |
hashCode()
Computes a hash code from attributes:
entity, metadata. |
String |
toString()
Prints the immutable value
GetApplicationUsageEventResponse with attribute values. |
public ApplicationUsageEventEntity getEntity()
getEntity in class Resource<ApplicationUsageEventEntity>public Metadata getMetadata()
getMetadata in class Resource<ApplicationUsageEventEntity>public boolean equals(Object another)
GetApplicationUsageEventResponse that have equal attribute values.public int hashCode()
entity, metadata.public String toString()
GetApplicationUsageEventResponse with attribute values.public static GetApplicationUsageEventResponse.Builder builder()
GetApplicationUsageEventResponse.
GetApplicationUsageEventResponse.builder()
.entity(org.cloudfoundry.client.v2.applicationusageevents.ApplicationUsageEventEntity | null) // nullable entity
.metadata(org.cloudfoundry.client.v2.Metadata | null) // nullable metadata
.build();
Copyright © 2020. All rights reserved.