@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableRedactedMask extends Object implements Redacted.RedactedMask
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableRedactedMask.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableRedactedMask.Builder |
builder() |
int |
code() |
static ImmutableRedactedMask |
copyOf(Redacted.RedactedMask instance) |
boolean |
equals(Object another) |
int |
hashCode() |
String |
toString() |
ImmutableRedactedMask |
withCode(int value) |
public int code()
public final ImmutableRedactedMask withCode(int value)
public int hashCode()
public String toString()
public static ImmutableRedactedMask copyOf(Redacted.RedactedMask instance)
public static ImmutableRedactedMask.Builder builder()
Copyright © 2022 The Immutables.org authors. All rights reserved.