@Generated(value={"Immutables.generator","_CreateSpaceRequest"}) public final class CreateSpaceRequest extends Object
_CreateSpaceRequest
.
Use the builder to create immutable instances:
CreateSpaceRequest.builder()
.
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 © 2016 Pivotal Software, Inc.. All rights reserved.