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