@Generated(value="org.immutables.processor.ProxyProcessor") public final class RemoveSpaceManagerRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RemoveSpaceManagerRequest.Builder
Builds instances of type
RemoveSpaceManagerRequest. |
| Modifier and Type | Method and Description |
|---|---|
static RemoveSpaceManagerRequest.Builder |
builder()
Creates a builder for
RemoveSpaceManagerRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
RemoveSpaceManagerRequest that have equal attribute values. |
String |
getManagerId()
The manager id
|
String |
getSpaceId()
The space id
|
int |
hashCode()
Computes a hash code from attributes:
managerId, spaceId. |
String |
toString()
Prints the immutable value
RemoveSpaceManagerRequest with attribute values. |
public String getManagerId()
public String getSpaceId()
public boolean equals(Object another)
RemoveSpaceManagerRequest that have equal attribute values.public int hashCode()
managerId, spaceId.public String toString()
RemoveSpaceManagerRequest with attribute values.public static RemoveSpaceManagerRequest.Builder builder()
RemoveSpaceManagerRequest.
RemoveSpaceManagerRequest.builder()
.managerId(String) // required managerId
.spaceId(String) // required spaceId
.build();
Copyright © 2020. All rights reserved.