@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class Something extends Object implements AbstractSomething
| Modifier and Type | Class and Description |
|---|---|
static class |
Something.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Something.Builder |
builder() |
static Something |
copyOf(AbstractSomething instance) |
boolean |
equals(Object another) |
MySomethingContent |
getContent() |
int |
getId() |
int |
hashCode() |
String |
toString() |
Something |
withContent(MySomethingContent value) |
Something |
withId(int value) |
public int getId()
public MySomethingContent getContent()
public final Something withId(int value)
public final Something withContent(MySomethingContent value)
public int hashCode()
public String toString()
public static Something copyOf(AbstractSomething instance)
public static Something.Builder builder()
Copyright © 2022 The Immutables.org authors. All rights reserved.