@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableKeywordNames extends Object implements KeywordNames
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableKeywordNames.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableKeywordNames.Builder |
builder() |
static ImmutableKeywordNames |
copyOf(KeywordNames instance) |
boolean |
equals(Object another) |
long |
getLong() |
int |
hashCode() |
boolean |
isDefault() |
String |
toString() |
ImmutableKeywordNames |
withDefault(boolean value) |
ImmutableKeywordNames |
withLong(long value) |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitusepublic long getLong()
public boolean isDefault()
public final ImmutableKeywordNames withLong(long value)
public final ImmutableKeywordNames withDefault(boolean value)
public int hashCode()
public String toString()
public static ImmutableKeywordNames copyOf(KeywordNames instance)
public static ImmutableKeywordNames.Builder builder()
Copyright © 2022 The Immutables.org authors. All rights reserved.