Class SeriesListRepFloat


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2026-03-05T10:45:26.516033Z[Etc/UTC]",
               comments="Generator version: 7.18.0")
    public class SeriesListRepFloat
    extends java.lang.Object
    SeriesListRepFloat
    • Field Detail

      • SERIALIZED_NAME_LINKS

        public static final java.lang.String SERIALIZED_NAME_LINKS
        See Also:
        Constant Field Values
      • SERIALIZED_NAME_METADATA

        public static final java.lang.String SERIALIZED_NAME_METADATA
        See Also:
        Constant Field Values
      • SERIALIZED_NAME_SERIES

        public static final java.lang.String SERIALIZED_NAME_SERIES
        See Also:
        Constant Field Values
      • openapiFields

        public static java.util.HashSet<java.lang.String> openapiFields
      • openapiRequiredFields

        public static java.util.HashSet<java.lang.String> openapiRequiredFields
    • Constructor Detail

      • SeriesListRepFloat

        public SeriesListRepFloat()
    • Method Detail

      • links

        public SeriesListRepFloat links​(@Nonnull
                                        java.util.Map<java.lang.String,​java.lang.Object> links)
      • putLinksItem

        public SeriesListRepFloat putLinksItem​(java.lang.String key,
                                               java.lang.Object linksItem)
      • getLinks

        @Nonnull
        public java.util.Map<java.lang.String,​java.lang.Object> getLinks()
        The location and content type of related resources
        Returns:
        links
      • setLinks

        public void setLinks​(@Nonnull
                             java.util.Map<java.lang.String,​java.lang.Object> links)
      • metadata

        public SeriesListRepFloat metadata​(@Nonnull
                                           java.util.List<java.util.Map<java.lang.String,​java.lang.Object>> metadata)
      • addMetadataItem

        public SeriesListRepFloat addMetadataItem​(java.util.Map<java.lang.String,​java.lang.Object> metadataItem)
      • getMetadata

        @Nonnull
        public java.util.List<java.util.Map<java.lang.String,​java.lang.Object>> getMetadata()
        Metadata about each series
        Returns:
        metadata
      • setMetadata

        public void setMetadata​(@Nonnull
                                java.util.List<java.util.Map<java.lang.String,​java.lang.Object>> metadata)
      • series

        public SeriesListRepFloat series​(@Nonnull
                                         java.util.List<java.util.Map<java.lang.String,​java.math.BigDecimal>> series)
      • addSeriesItem

        public SeriesListRepFloat addSeriesItem​(java.util.Map<java.lang.String,​java.math.BigDecimal> seriesItem)
      • getSeries

        @Nonnull
        public java.util.List<java.util.Map<java.lang.String,​java.math.BigDecimal>> getSeries()
        An array of data points with timestamps. Each element of the array is an object with a 'time' field, whose value is the timestamp, and one or more key fields. If there are multiple key fields, they are labeled '0', '1', and so on, and are explained in the <code>metadata</code>.
        Returns:
        series
      • setSeries

        public void setSeries​(@Nonnull
                              java.util.List<java.util.Map<java.lang.String,​java.math.BigDecimal>> series)
      • putAdditionalProperty

        public SeriesListRepFloat putAdditionalProperty​(java.lang.String key,
                                                        java.lang.Object value)
        Set the additional (undeclared) property with the specified name and value. If the property does not already exist, create it otherwise replace it.
        Parameters:
        key - name of the property
        value - value of the property
        Returns:
        the SeriesListRepFloat instance itself
      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
        Return the additional (undeclared) property.
        Returns:
        a map of objects
      • getAdditionalProperty

        public java.lang.Object getAdditionalProperty​(java.lang.String key)
        Return the additional (undeclared) property with the specified name.
        Parameters:
        key - name of the property
        Returns:
        an object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • validateJsonElement

        public static void validateJsonElement​(com.google.gson.JsonElement jsonElement)
                                        throws java.io.IOException
        Validates the JSON Element and throws an exception if issues found
        Parameters:
        jsonElement - JSON Element
        Throws:
        java.io.IOException - if the JSON Element is invalid with respect to SeriesListRepFloat
      • fromJson

        public static SeriesListRepFloat fromJson​(java.lang.String jsonString)
                                           throws java.io.IOException
        Create an instance of SeriesListRepFloat given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of SeriesListRepFloat
        Throws:
        java.io.IOException - if the JSON string is invalid with respect to SeriesListRepFloat
      • toJson

        public java.lang.String toJson()
        Convert an instance of SeriesListRepFloat to an JSON string
        Returns:
        JSON string