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