@JsonObject(value="AggregationServiceDescription")
public class AggregationServiceDescription
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
AggregationServiceDescription() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDataStoreBaseUrl()
Returns the base URL of the data store that provides this service.
|
java.lang.String |
getDataStoreCode()
The code of the data store that provides this service.
|
java.lang.String |
getServiceKey()
The key that identifies this particular service.
|
AggregationServiceType |
getType()
The type of the service.
|
void |
setDataStoreBaseUrl(java.lang.String dataStoreBaseUrl) |
void |
setDataStoreCode(java.lang.String dataStoreCode) |
void |
setServiceKey(java.lang.String key) |
void |
setType(AggregationServiceType type) |
java.lang.String |
toString() |
public java.lang.String getDataStoreCode()
public java.lang.String getDataStoreBaseUrl()
public java.lang.String getServiceKey()
public AggregationServiceType getType()
public void setDataStoreCode(java.lang.String dataStoreCode)
public void setDataStoreBaseUrl(java.lang.String dataStoreBaseUrl)
public void setServiceKey(java.lang.String key)
public void setType(AggregationServiceType type)
public java.lang.String toString()
toString
in class java.lang.Object