@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableStagedEntity extends Object implements StagedEntity
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableStagedEntity.Builder |
static interface |
ImmutableStagedEntity.BuildFinal |
static interface |
ImmutableStagedEntity.RequiredBuildStage |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableStagedEntity.RequiredBuildStage |
builder() |
static ImmutableStagedEntity |
copyOf(StagedEntity instance) |
boolean |
equals(Object another) |
String |
getOptional() |
boolean |
getOptionalPrimitive() |
String |
getRequired() |
int |
hashCode() |
String |
toString() |
ImmutableStagedEntity |
withOptional(String value) |
ImmutableStagedEntity |
withOptionalPrimitive(boolean value) |
ImmutableStagedEntity |
withRequired(String value) |
public String getRequired()
public String getOptional()
public boolean getOptionalPrimitive()
public final ImmutableStagedEntity withRequired(String value)
public final ImmutableStagedEntity withOptional(String value)
public final ImmutableStagedEntity withOptionalPrimitive(boolean value)
public int hashCode()
public String toString()
public static ImmutableStagedEntity copyOf(StagedEntity instance)
public static ImmutableStagedEntity.RequiredBuildStage builder()
Copyright © 2022 The Immutables.org authors. All rights reserved.