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