@ParametersAreNonnullByDefault @Generated(value={"Immutables.generator","Constr.Rev"}) @Immutable public final class ImRev extends Object implements Constr.Rev
| Modifier and Type | Class and Description |
|---|---|
static class |
ImRev.Builder |
| Constructor and Description |
|---|
ImRev(int major,
int minor) |
| Modifier and Type | Method and Description |
|---|---|
static ImRev.Builder |
builder() |
static ImRev |
copyOf(Constr.Rev instance) |
boolean |
equals(Object another) |
int |
hashCode() |
int |
major() |
int |
minor() |
String |
toString() |
ImRev |
withMajor(int value) |
ImRev |
withMinor(int value) |
public int major()
public int minor()
public final ImRev withMajor(int value)
public final ImRev withMinor(int value)
public int hashCode()
public String toString()
public static ImRev copyOf(Constr.Rev instance)
public static ImRev.Builder builder()
Copyright © 2017 The Immutables.org authors. All rights reserved.