@Generated(value="org.immutables.processor.ProxyProcessor") public final class AssociateSpaceManagerRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AssociateSpaceManagerRequest.Builder
Builds instances of type
AssociateSpaceManagerRequest. |
| Modifier and Type | Method and Description |
|---|---|
static AssociateSpaceManagerRequest.Builder |
builder()
Creates a builder for
AssociateSpaceManagerRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
AssociateSpaceManagerRequest 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
AssociateSpaceManagerRequest with attribute values. |
public String getManagerId()
public String getSpaceId()
public boolean equals(Object another)
AssociateSpaceManagerRequest that have equal attribute values.public int hashCode()
managerId, spaceId.public String toString()
AssociateSpaceManagerRequest with attribute values.public static AssociateSpaceManagerRequest.Builder builder()
AssociateSpaceManagerRequest.
AssociateSpaceManagerRequest.builder()
.managerId(String) // required managerId
.spaceId(String) // required spaceId
.build();
Copyright © 2020. All rights reserved.