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