public class BuildId extends Object implements Comparable<BuildId>
| Modifier and Type | Class and Description |
|---|---|
static class |
BuildId.BuildIdSerializer |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(BuildId other) |
boolean |
equals(Object other) |
static BuildId |
fromJson(String id) |
int |
hashCode() |
String |
toString() |
public BuildId()
public BuildId(String id)
public int compareTo(BuildId other)
compareTo in interface Comparable<BuildId>