@Generated(value="org.immutables.processor.ProxyProcessor") public final class BatchChangeSecretResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BatchChangeSecretResponse.Builder
Builds instances of type
BatchChangeSecretResponse. |
| Modifier and Type | Method and Description |
|---|---|
static BatchChangeSecretResponse.Builder |
builder()
Creates a builder for
BatchChangeSecretResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
BatchChangeSecretResponse that have equal attribute values. |
List<Client> |
getClients()
Clients with changed secrets
|
int |
hashCode()
Computes a hash code from attributes:
clients. |
String |
toString()
Prints the immutable value
BatchChangeSecretResponse with attribute values. |
public boolean equals(Object another)
BatchChangeSecretResponse that have equal attribute values.public int hashCode()
clients.public String toString()
BatchChangeSecretResponse with attribute values.public static BatchChangeSecretResponse.Builder builder()
BatchChangeSecretResponse.
BatchChangeSecretResponse.builder()
.client|addAllClients(Client) // clients elements
.build();
Copyright © 2020. All rights reserved.