@ParametersAreNonnullByDefault @Generated(value={"Modifiables.generator","SomeSer"}) @NotThreadSafe public final class ModifiableSomeSer extends SomeSer
| Modifier and Type | Method and Description |
|---|---|
ModifiableSomeSer |
clear() |
static ModifiableSomeSer |
create() |
boolean |
equals(Object another) |
ModifiableSomeSer |
from(SomeSer instance) |
int |
hashCode() |
boolean |
isInitialized() |
boolean |
regularIsSet() |
ModifiableSomeSer |
setRegular(int regular) |
ImmutableSomeSer |
toImmutable() |
String |
toString() |
ModifiableSomeSer |
unsetRegular() |
public static ModifiableSomeSer create()
public ModifiableSomeSer clear()
public ModifiableSomeSer from(SomeSer instance)
public ModifiableSomeSer setRegular(int regular)
public final boolean regularIsSet()
public final ModifiableSomeSer unsetRegular()
public final boolean isInitialized()
public final ImmutableSomeSer toImmutable()
public int hashCode()
public String toString()
Copyright © 2017 The Immutables.org authors. All rights reserved.