Class DataStoreURLForDataSets

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

@JsonObject("DataStoreURLForDataSets") public class DataStoreURLForDataSets extends Object implements Serializable
The data store URL for a set of data sets.
Since:
1.19
See Also:
  • Constructor Details

    • DataStoreURLForDataSets

      public DataStoreURLForDataSets(String dataStoreBaseURL, String[] dataSetCodes)
  • Method Details

    • getDataStoreURL

      public String getDataStoreURL()
      The base URL of the data store.
    • getDataSetCodes

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