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