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