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