com.supermap.services.tilesource
Class TileVersion
- java.lang.Object
-
- com.supermap.services.tilesource.TileVersion
-
public class TileVersion extends java.lang.ObjectSlice version A slice can have multiple slices.
- Since:
- 6.1.3
-
-
Field Summary
Fields Modifier and Type Field and Description java.lang.StringdescDescriptionjava.lang.StringnameVersion number.java.lang.StringparentParent version number.longtimestampThe version created time.VersionUpdateupdateParent version based on the update information.
-
Constructor Summary
Constructors Constructor and Description TileVersion()TileVersion(java.lang.String name, java.lang.String desc, java.lang.String parent, VersionUpdate update, long timestamp)TileVersion(TileVersion tileVersion)
-
Method Summary
Methods Modifier and Type Method and Description TileVersioncopy()booleanequals(java.lang.Object obj)Compares whether the current objectTileVersionis the same as the incoming objectinthashCode()Gets the hash code value for this objectTileVersion
-
-
-
Field Detail
-
name
public java.lang.String name
Version number.
-
desc
public java.lang.String desc
Description
-
parent
public java.lang.String parent
Parent version number. If empty, indicates that the current version is the original version.
-
update
public VersionUpdate update
Parent version based on the update information.
-
timestamp
public long timestamp
The version created time.
-
-
Constructor Detail
-
TileVersion
public TileVersion()
-
TileVersion
public TileVersion(TileVersion tileVersion)
-
TileVersion
public TileVersion(java.lang.String name, java.lang.String desc, java.lang.String parent, VersionUpdate update, long timestamp)
-
-
Method Detail
-
hashCode
public int hashCode()
Gets the hash code value for this object
TileVersion- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
Compares whether the current object
TileVersionis the same as the incoming object- Overrides:
equalsin classjava.lang.Object- Parameters:
obj- the object to be compared.
-
copy
public TileVersion copy()
-
-