Package org.n52.io.response
Class ServiceOutput.ParameterCount
- java.lang.Object
-
- org.n52.io.response.ServiceOutput.ParameterCount
-
- Enclosing class:
- ServiceOutput
public static class ServiceOutput.ParameterCount extends Object
-
-
Constructor Summary
Constructors Constructor Description ParameterCount()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description LonggetCategories()ServiceOutput.DatasetCountgetDatasets()LonggetFeatures()LonggetMeasuringPrograms()LonggetOfferings()LonggetPhenomena()LonggetPlatforms()LonggetProcedures()LonggetSamplings()String[]getSelectedPlatformTypes()LonggetStations()Deprecated.LonggetTags()LonggetTimeseries()voidsetCategoriesSize(Long size)voidsetDatasets(ServiceOutput.DatasetCount datasets)voidsetFeaturesSize(Long size)voidsetMeasuringProgramsSize(Long countMeasuringPrograms)voidsetOfferingsSize(Long size)voidsetPhenomenaSize(Long size)voidsetPlatformsSize(Long size)voidsetProceduresSize(Long size)voidsetSamplingsSize(Long countSamplings)voidsetSelectedPlatformTypes(String... selectedPlatformTypes)voidsetStationsSize(int size)Deprecated.voidsetTagsSize(Long countTags)voidsetTimeseriesSize(Long countTimeseries)
-
-
-
Method Detail
-
getSelectedPlatformTypes
public String[] getSelectedPlatformTypes()
-
setSelectedPlatformTypes
public void setSelectedPlatformTypes(String... selectedPlatformTypes)
-
getOfferings
public Long getOfferings()
-
setOfferingsSize
public void setOfferingsSize(Long size)
-
getFeatures
public Long getFeatures()
-
setFeaturesSize
public void setFeaturesSize(Long size)
-
getProcedures
public Long getProcedures()
-
setProceduresSize
public void setProceduresSize(Long size)
-
getPhenomena
public Long getPhenomena()
-
setPhenomenaSize
public void setPhenomenaSize(Long size)
-
getCategories
public Long getCategories()
-
setCategoriesSize
public void setCategoriesSize(Long size)
-
getPlatforms
public Long getPlatforms()
-
setPlatformsSize
public void setPlatformsSize(Long size)
-
getDatasets
public ServiceOutput.DatasetCount getDatasets()
-
setDatasets
public void setDatasets(ServiceOutput.DatasetCount datasets)
-
getStations
@Deprecated public Long getStations()
Deprecated.
-
setStationsSize
@Deprecated public void setStationsSize(int size)
Deprecated.
-
setTimeseriesSize
public void setTimeseriesSize(Long countTimeseries)
-
getTimeseries
public Long getTimeseries()
-
setSamplingsSize
public void setSamplingsSize(Long countSamplings)
-
getSamplings
public Long getSamplings()
-
setMeasuringProgramsSize
public void setMeasuringProgramsSize(Long countMeasuringPrograms)
-
getMeasuringPrograms
public Long getMeasuringPrograms()
-
setTagsSize
public void setTagsSize(Long countTags)
-
getTags
public Long getTags()
-
-