@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(ModifiableSomeSer instance) |
ModifiableSomeSer |
from(SomeSer instance) |
int |
hashCode() |
boolean |
isInitialized() |
boolean |
regularIsSet() |
ModifiableSomeSer |
setRegular(int regular) |
ImmutableSomeSer |
toImmutable() |
String |
toString() |
ModifiableSomeSer |
unsetRegular() |
public static ModifiableSomeSer create()
@CanIgnoreReturnValue public ModifiableSomeSer clear()
public ModifiableSomeSer from(SomeSer instance)
public ModifiableSomeSer from(ModifiableSomeSer instance)
@CanIgnoreReturnValue public ModifiableSomeSer setRegular(int regular)
public final boolean regularIsSet()
@CanIgnoreReturnValue public final ModifiableSomeSer unsetRegular()
public final boolean isInitialized()
public final ImmutableSomeSer toImmutable()
public int hashCode()
public String toString()
Copyright © 2022 The Immutables.org authors. All rights reserved.