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