@Generated(value="org.immutables.processor.ProxyProcessor") public final class CreateSpaceRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateSpaceRequest.Builder
Builds instances of type
CreateSpaceRequest. |
| Modifier and Type | Method and Description |
|---|---|
static CreateSpaceRequest.Builder |
builder()
Creates a builder for
CreateSpaceRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
CreateSpaceRequest that have equal attribute values. |
String |
getName()
The name of the new space
|
String |
getOrganization()
The organization of the new space
|
String |
getSpaceQuota()
The space quota definition of the new space
|
int |
hashCode()
Computes a hash code from attributes:
name, organization, spaceQuota. |
String |
toString()
Prints the immutable value
CreateSpaceRequest with attribute values. |
public String getName()
public String getOrganization()
public String getSpaceQuota()
public boolean equals(Object another)
CreateSpaceRequest that have equal attribute values.public int hashCode()
name, organization, spaceQuota.public String toString()
CreateSpaceRequest with attribute values.public static CreateSpaceRequest.Builder builder()
CreateSpaceRequest.Copyright © 2018. All rights reserved.