@ParametersAreNonnullByDefault @Generated(value={"Immutables.generator","AbstractSomething"}) @Immutable 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 MySomethingContent getContent()
public int getId()
public final Something withContent(MySomethingContent value)
public final Something withId(int value)
public int hashCode()
public String toString()
public static Something copyOf(AbstractSomething instance)
public static Something.Builder builder()
Copyright © 2017 The Immutables.org authors. All rights reserved.