ch.systemsx.cisd.openbis.generic.shared.api.v1.dto
Class DataStoreURLForDataSets

java.lang.Object
  extended by ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.DataStoreURLForDataSets
All Implemented Interfaces:
java.io.Serializable

@JsonObject(value="DataStoreURLForDataSets")
public class DataStoreURLForDataSets
extends java.lang.Object
implements java.io.Serializable

The data store URL for a set of data sets.

Since:
1.19
See Also:
Serialized Form

Constructor Summary
DataStoreURLForDataSets(java.lang.String dataStoreBaseURL, java.lang.String[] dataSetCodes)
           
 
Method Summary
 java.util.List<java.lang.String> getDataSetCodes()
          A set of data sets that can be found in this data store.
 java.lang.String getDataStoreURL()
          The base URL of the data store.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataStoreURLForDataSets

public DataStoreURLForDataSets(java.lang.String dataStoreBaseURL,
                               java.lang.String[] dataSetCodes)
Method Detail

getDataStoreURL

public java.lang.String getDataStoreURL()
The base URL of the data store.


getDataSetCodes

public java.util.List<java.lang.String> getDataSetCodes()
A set of data sets that can be found in this data store.