@Generated(value="org.immutables.processor.ProxyProcessor") public final class RemoveSpaceAuditorByUsernameResponse extends AbstractSpaceResource
| Modifier and Type | Class and Description |
|---|---|
static class |
RemoveSpaceAuditorByUsernameResponse.Builder
Builds instances of type
RemoveSpaceAuditorByUsernameResponse. |
| Modifier and Type | Method and Description |
|---|---|
static RemoveSpaceAuditorByUsernameResponse.Builder |
builder()
Creates a builder for
RemoveSpaceAuditorByUsernameResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
RemoveSpaceAuditorByUsernameResponse that have equal attribute values. |
SpaceEntity |
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
RemoveSpaceAuditorByUsernameResponse with attribute values. |
public SpaceEntity getEntity()
getEntity in class Resource<SpaceEntity>public Metadata getMetadata()
getMetadata in class Resource<SpaceEntity>public boolean equals(Object another)
RemoveSpaceAuditorByUsernameResponse that have equal attribute values.public int hashCode()
entity, metadata.public String toString()
RemoveSpaceAuditorByUsernameResponse with attribute values.public static RemoveSpaceAuditorByUsernameResponse.Builder builder()
RemoveSpaceAuditorByUsernameResponse.
RemoveSpaceAuditorByUsernameResponse.builder()
.entity(org.cloudfoundry.client.v2.spaces.SpaceEntity | null) // nullable entity
.metadata(org.cloudfoundry.client.v2.Metadata | null) // nullable metadata
.build();
Copyright © 2020. All rights reserved.