public static class CacheRegionsInfo.KMLFile extends CacheRegionsInfo
The cache region represented with the KML file.
CacheRegionsInfo.KMLFile, CacheRegionsInfo.Type| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
filePath
KML file path
|
| Constructor and Description |
|---|
CacheRegionsInfo.KMLFile()
The Constructor.
|
CacheRegionsInfo.KMLFile(CacheRegionsInfo.KMLFile file)
The Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CacheRegionsInfo |
copy()
Clone
|
boolean |
equals(java.lang.Object obj) |
CacheRegionsInfo.Type |
getType()
The returned type.
|
int |
hashCode() |
void |
setType(CacheRegionsInfo.Type value)
Sets the cache type.
|
public CacheRegionsInfo.KMLFile()
The Constructor.
public CacheRegionsInfo.KMLFile(CacheRegionsInfo.KMLFile file)
The Constructor.
file -public void setType(CacheRegionsInfo.Type value)
CacheRegionsInfoSets the cache type. NOTSET or KMLFile
setType in class CacheRegionsInfopublic CacheRegionsInfo.Type getType()
CacheRegionsInfoThe returned type.
getType in class CacheRegionsInfopublic CacheRegionsInfo copy()
CacheRegionsInfoClone
copy in class CacheRegionsInfopublic boolean equals(java.lang.Object obj)
equals in class CacheRegionsInfopublic int hashCode()
hashCode in class CacheRegionsInfo