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