@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 major) |
ImRev |
withMinor(int minor) |
public int major()
public int minor()
public final ImRev withMajor(int major)
public final ImRev withMinor(int minor)
public int hashCode()
public String toString()
public static ImRev copyOf(Constr.Rev instance)
public static ImRev.Builder builder()
Copyright © 2016 The Immutables.org authors. All rights reserved.