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