public class RemoteTileSourceInfo extends TileSourceInfo
构造器和说明 |
---|
RemoteTileSourceInfo() |
限定符和类型 | 方法和说明 |
---|---|
TileSourceInfo |
copy()
拷贝自我
|
boolean |
equals(java.lang.Object obj) |
TileSourceInfo |
getInnerTileSourceInfo() |
TileType[] |
getSupportedTileTypes()
返回切片源支持的切片类型
|
java.lang.String[] |
getTileStorageServers() |
java.lang.String |
getToken() |
TileSourceType |
getType()
返回切片源类型
|
int |
hashCode() |
RemoteTileSourceInfo |
innerTileSourceInfo(TileSourceInfo innerTileSourceInfo) |
void |
setInnerTileSourceInfo(TileSourceInfo actualTileSourceInfo) |
void |
setTileStorageServers(java.lang.String[] tileStorageServers) |
void |
setToken(java.lang.String token) |
RemoteTileSourceInfo |
tileStorageServers(java.lang.String[] tileStorageServers) |
RemoteTileSourceInfo |
token(java.lang.String token) |
setType, type
getDatastoreType, setDatastoreType
public RemoteTileSourceInfo token(java.lang.String token)
public RemoteTileSourceInfo tileStorageServers(java.lang.String[] tileStorageServers)
public RemoteTileSourceInfo innerTileSourceInfo(TileSourceInfo innerTileSourceInfo)
public TileSourceInfo copy()
TileSourceInfo
拷贝自我
copy
在类中 TileSourceInfo
public TileSourceType getType()
TileSourceInfo
返回切片源类型
getType
在类中 TileSourceInfo
public int hashCode()
hashCode
在类中 TileSourceInfo
public boolean equals(java.lang.Object obj)
equals
在类中 TileSourceInfo
public java.lang.String[] getTileStorageServers()
public void setTileStorageServers(java.lang.String[] tileStorageServers)
public TileSourceInfo getInnerTileSourceInfo()
public void setInnerTileSourceInfo(TileSourceInfo actualTileSourceInfo)
public TileType[] getSupportedTileTypes()
TileSourceInfo
返回切片源支持的切片类型
getSupportedTileTypes
在类中 TileSourceInfo
public java.lang.String getToken()
public void setToken(java.lang.String token)