@ParametersAreNonnullByDefault @Generated(value={"Immutables.generator","GetterEncloser.Getters"}) @Immutable public final class ImmutableGetters extends Object implements GetterEncloser.Getters
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableGetters.Builder |
| Modifier and Type | Method and Description |
|---|---|
int |
ab() |
static ImmutableGetters.Builder |
builder() |
String |
cd() |
static ImmutableGetters |
copyOf(GetterEncloser.Getters instance) |
boolean |
ef() |
boolean |
equals(Object another) |
int |
hashCode() |
String |
toString() |
ImmutableGetters |
withAb(int value) |
ImmutableGetters |
withCd(String value) |
ImmutableGetters |
withEf(boolean value) |
public int ab()
@POST @Path(value="/cd") public String cd()
@Path(value="/ef") public boolean ef()
public final ImmutableGetters withAb(int value)
public final ImmutableGetters withCd(String value)
public final ImmutableGetters withEf(boolean value)
public int hashCode()
public String toString()
public static ImmutableGetters copyOf(GetterEncloser.Getters instance)
public static ImmutableGetters.Builder builder()
Copyright © 2017 The Immutables.org authors. All rights reserved.