public class TLfnTileStoreMetadata
extends java.lang.Object
null
null
if unspecifiednull
if unspecifiednull
null
.
TLfnTileStoreCapabilities
Modifier and Type | Class and Description |
---|---|
static class |
TLfnTileStoreMetadata.Builder
Builder for service metadata.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object aObject) |
java.lang.String |
getAbstract()
Gets the abstract (short description) of the service.
|
java.lang.String |
getId()
Gets the service ID.
|
java.util.Collection<java.lang.String> |
getKeywords()
Gets the keywords for this service as an unmodifiable collection.
|
java.lang.String |
getName()
Gets the service name.
|
int |
hashCode() |
static TLfnTileStoreMetadata.Builder |
newBuilder()
Creates a new, empty builder.
|
static TLfnTileStoreMetadata.Builder |
newBuilder(TLfnTileStoreMetadata aTemplate)
Creates a new builder starting from a template.
|
java.lang.String |
toString()
Returns the service ID as string representation.
|
public java.lang.String getId()
null
public java.lang.String getName()
null
if unspecifiedpublic java.lang.String getAbstract()
null
if unspecifiedpublic java.util.Collection<java.lang.String> getKeywords()
null
public java.lang.String toString()
toString
in class java.lang.Object
null
public boolean equals(java.lang.Object aObject)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static TLfnTileStoreMetadata.Builder newBuilder()
TLfnTileStoreMetadata.Builder
public static TLfnTileStoreMetadata.Builder newBuilder(TLfnTileStoreMetadata aTemplate)
aTemplate
- the template to start from, must not be null
TLfnTileStoreMetadata.Builder