public class TileVersion
extends java.lang.Object
Slice version A slice can have multiple slices.
Modifier and Type | Field and Description |
---|---|
java.lang.String |
desc
Description
|
java.lang.String |
name
Version number.
|
java.lang.String |
parent
Parent version number.
|
long |
timestamp
The version created time.
|
VersionUpdate |
update
Parent version based on the update information.
|
Constructor and Description |
---|
TileVersion() |
TileVersion(java.lang.String name, java.lang.String desc, java.lang.String parent, VersionUpdate update, long timestamp) |
TileVersion(TileVersion tileVersion) |
Modifier and Type | Method and Description |
---|---|
TileVersion |
copy() |
boolean |
equals(java.lang.Object obj)
Compares whether the current object
TileVersion is the same as the incoming object |
int |
hashCode()
Gets the hash code value for this object
TileVersion |
public java.lang.String name
public java.lang.String desc
public java.lang.String parent
public VersionUpdate update
public long timestamp
public TileVersion()
public TileVersion(TileVersion tileVersion)
public TileVersion(java.lang.String name, java.lang.String desc, java.lang.String parent, VersionUpdate update, long timestamp)
public int hashCode()
Gets the hash code value for this object TileVersion
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
Compares whether the current object TileVersion
is the same as the incoming object
equals
in class java.lang.Object
obj
- the object to be compared.public TileVersion copy()