|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.systemsx.cisd.openbis.plugin.query.shared.api.v1.dto.AggregationServiceDescription
@JsonObject(value="AggregationServiceDescription") public class AggregationServiceDescription
Bean with information about aggregation services that provide data.
Constructor Summary | |
---|---|
AggregationServiceDescription()
|
Method Summary | |
---|---|
java.lang.String |
getDataStoreCode()
The code of the data store the provides this service. |
java.lang.String |
getServiceKey()
The key that identifies this particular service. |
AggregationServiceType |
getType()
The type of the service. |
void |
setDataStoreCode(java.lang.String dataStoreCode)
|
void |
setServiceKey(java.lang.String key)
|
void |
setType(AggregationServiceType type)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AggregationServiceDescription()
Method Detail |
---|
public java.lang.String getDataStoreCode()
public java.lang.String getServiceKey()
public AggregationServiceType getType()
public void setDataStoreCode(java.lang.String dataStoreCode)
public void setServiceKey(java.lang.String key)
public void setType(AggregationServiceType type)
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |