@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableRedacted extends Object implements Redacted
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableRedacted.Builder |
Redacted.RedactedMask, Redacted.RedactedMaskJdkOnly, Redacted.RedactedMaskJdkOnlyOpt| Modifier and Type | Method and Description |
|---|---|
static ImmutableRedacted.Builder |
builder() |
int |
code() |
static ImmutableRedacted |
copyOf(Redacted instance) |
String[] |
data() |
boolean |
equals(Object another) |
int |
hashCode() |
long |
id() |
String |
ssn() |
String |
toString() |
ImmutableRedacted |
withCode(int value) |
ImmutableRedacted |
withData(String... elements) |
ImmutableRedacted |
withId(long value) |
ImmutableRedacted |
withSsn(String value) |
public long id()
public int code()
public String ssn()
public String[] data()
public final ImmutableRedacted withId(long value)
public final ImmutableRedacted withCode(int value)
public final ImmutableRedacted withSsn(String value)
public final ImmutableRedacted withData(String... elements)
public int hashCode()
public String toString()
public static ImmutableRedacted copyOf(Redacted instance)
public static ImmutableRedacted.Builder builder()
Copyright © 2022 The Immutables.org authors. All rights reserved.