@ParametersAreNonnullByDefault @Generated(value={"Immutables.generator","AuthRevokeParamsIF"}) @Immutable public final class AuthRevokeParams extends Object implements AuthRevokeParamsIF
AuthRevokeParamsIF.
Use the builder to create immutable instances:
AuthRevokeParams.builder().
| Modifier and Type | Class and Description |
|---|---|
static class |
AuthRevokeParams.Builder
Builds instances of type
AuthRevokeParams. |
| Modifier and Type | Method and Description |
|---|---|
static AuthRevokeParams.Builder |
builder()
Creates a builder for
AuthRevokeParams. |
static AuthRevokeParams |
copyOf(AuthRevokeParamsIF instance)
Creates an immutable copy of a
AuthRevokeParamsIF value. |
boolean |
equals(Object another)
This instance is equal to all instances of
AuthRevokeParams that have equal attribute values. |
int |
hashCode()
Returns a constant hash code value.
|
String |
toString()
Prints the immutable value
AuthRevokeParams. |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitisTestpublic boolean equals(@Nullable Object another)
AuthRevokeParams that have equal attribute values.public int hashCode()
public String toString()
AuthRevokeParams.public static AuthRevokeParams copyOf(AuthRevokeParamsIF instance)
AuthRevokeParamsIF value.
Uses accessors to get values to initialize the new immutable instance.
If an instance is already immutable, it is returned as is.instance - The instance to copypublic static AuthRevokeParams.Builder builder()
AuthRevokeParams.Copyright © 2019. All rights reserved.