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