@Generated(value={"Immutables.generator","_CreateSpaceRequest"}) 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. |
Boolean |
getAllowSsh()
Allow SSH
|
List<String> |
getAuditorsIds()
The auditor ids
|
List<String> |
getDeveloperIds()
The developer ids
|
List<String> |
getDomainIds()
The domain ids
|
List<String> |
getManagerIds()
The manager ids
|
String |
getName()
The name
|
String |
getOrganizationId()
The organization id
|
List<String> |
getSecurityGroupIds()
The security group ids
|
String |
getSpaceQuotaDefinitionId()
The space quota definition id
|
int |
hashCode()
Computes a hash code from attributes:
allowSsh , auditorsIds , developerIds , domainIds , managerIds , name , organizationId , securityGroupIds , spaceQuotaDefinitionId . |
String |
toString()
Prints the immutable value
CreateSpaceRequest with attribute values. |
public Boolean getAllowSsh()
public String getName()
public String getOrganizationId()
public String getSpaceQuotaDefinitionId()
public boolean equals(Object another)
CreateSpaceRequest
that have equal attribute values.public int hashCode()
allowSsh
, auditorsIds
, developerIds
, domainIds
, managerIds
, name
, organizationId
, securityGroupIds
, spaceQuotaDefinitionId
.public String toString()
CreateSpaceRequest
with attribute values.public static CreateSpaceRequest.Builder builder()
CreateSpaceRequest
.Copyright © 2018 Pivotal Software, Inc.. All rights reserved.