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