Package org.n52.io.response
Class OutputWithParameters
- java.lang.Object
-
- org.n52.io.response.SelfSerializedOutput
-
- org.n52.io.response.ParameterOutput
-
- org.n52.io.response.AbstractOutput
-
- org.n52.io.response.OutputWithParameters
-
- All Implemented Interfaces:
Comparable<ParameterOutput>,RawFormats
- Direct Known Subclasses:
PlatformOutput
public abstract class OutputWithParameters extends AbstractOutput
-
-
Field Summary
Fields Modifier and Type Field Description static StringPARAMETERS-
Fields inherited from class org.n52.io.response.AbstractOutput
service, SERVICE
-
Fields inherited from class org.n52.io.response.ParameterOutput
DOMAIN_ID, EXTRAS, HREF, HREF_BASE, ID, LABEL, RAWFORMATS
-
Fields inherited from interface org.n52.series.spi.srv.RawFormats
RAW_FORMAT
-
-
Constructor Summary
Constructors Constructor Description OutputWithParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Map<String,Object>>getParameters()OutputWithParameterssetParameters(OptionalOutput<Set<Map<String,Object>>> parameters)-
Methods inherited from class org.n52.io.response.AbstractOutput
equals, getService, hashCode, setService
-
Methods inherited from class org.n52.io.response.ParameterOutput
compareTo, defaultComparator, getCollectionName, getDomainId, getExtras, getHref, getHrefBase, getId, getLabel, getLicense, getRawFormats, idComparator, labelComparator, setDomainId, setExtras, setHref, setHrefBase, setId, setLabel, setLicense, setRawFormats, setValue
-
Methods inherited from class org.n52.io.response.SelfSerializedOutput
getIfSerialized, getIfSerializedCollection, getIfSerializedMap, getIfSet, getIfSetCollection, getIfSetMap, isSet, resolvesToNonNullValue
-
-
-
-
Field Detail
-
PARAMETERS
public static final String PARAMETERS
- See Also:
- Constant Field Values
-
-
Method Detail
-
setParameters
public OutputWithParameters setParameters(OptionalOutput<Set<Map<String,Object>>> parameters)
-
-