@ParametersAreNonnullByDefault @Generated(value={"Immutables.generator","InstantiationGenerics.StringLeaf"}) @Immutable public final class ImmutableStringLeaf extends Object implements InstantiationGenerics.StringLeaf
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableStringLeaf.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableStringLeaf.Builder |
builder() |
static ImmutableStringLeaf |
copyOf(InstantiationGenerics.StringLeaf instance) |
boolean |
equals(Object another) |
int |
hashCode() |
static ImmutableStringLeaf |
of(String value) |
String |
toString() |
String |
value() |
ImmutableStringLeaf |
withValue(String value) |
public String value()
public final ImmutableStringLeaf withValue(String value)
public int hashCode()
public String toString()
public static ImmutableStringLeaf of(String value)
public static ImmutableStringLeaf copyOf(InstantiationGenerics.StringLeaf instance)
public static ImmutableStringLeaf.Builder builder()
Copyright © 2017 The Immutables.org authors. All rights reserved.