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