public class TileVersion
extends java.lang.Object
Slice version A slice can have multiple slices.
| Modifier and Type | Field and Description | 
|---|---|
| java.lang.String | descDescription | 
| java.lang.String | nameVersion number. | 
| java.lang.String | parentParent version number. | 
| long | timestampThe version created time. | 
| VersionUpdate | updateParent 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  TileVersionis 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.Objectpublic boolean equals(java.lang.Object obj)
Compares whether the current object TileVersion is the same as the incoming object
equals in class java.lang.Objectobj - the object to be compared.public TileVersion copy()