@Generated(value={"Immutables.generator","_ChangeSecret"}) public final class ChangeSecret extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ChangeSecret.Builder
Builds instances of type
ChangeSecret. |
| Modifier and Type | Method and Description |
|---|---|
static ChangeSecret.Builder |
builder()
Creates a builder for
ChangeSecret. |
boolean |
equals(Object another)
This instance is equal to all instances of
ChangeSecret that have equal attribute values. |
String |
getClientId()
The client id
|
String |
getOldSecret()
The old secret
|
String |
getSecret()
The new secret
|
int |
hashCode()
Computes a hash code from attributes:
clientId, oldSecret, secret. |
String |
toString()
Prints the immutable value
ChangeSecret with attribute values. |
public String getClientId()
public String getOldSecret()
public String getSecret()
public boolean equals(Object another)
ChangeSecret that have equal attribute values.public int hashCode()
clientId, oldSecret, secret.public String toString()
ChangeSecret with attribute values.public static ChangeSecret.Builder builder()
ChangeSecret.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.