Class DatasetStorageFormat

    • Constructor Detail

      • DatasetStorageFormat

        public DatasetStorageFormat()
    • Method Detail

      • getSerializer

        public Object getSerializer()
        Get the serializer property: Serializer. Type: string (or Expression with resultType string).
        Returns:
        the serializer value.
      • setSerializer

        public DatasetStorageFormat setSerializer​(Object serializer)
        Set the serializer property: Serializer. Type: string (or Expression with resultType string).
        Parameters:
        serializer - the serializer value to set.
        Returns:
        the DatasetStorageFormat object itself.
      • getDeserializer

        public Object getDeserializer()
        Get the deserializer property: Deserializer. Type: string (or Expression with resultType string).
        Returns:
        the deserializer value.
      • setDeserializer

        public DatasetStorageFormat setDeserializer​(Object deserializer)
        Set the deserializer property: Deserializer. Type: string (or Expression with resultType string).
        Parameters:
        deserializer - the deserializer value to set.
        Returns:
        the DatasetStorageFormat object itself.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
        Get the additionalProperties property: The format definition of a storage.
        Returns:
        the additionalProperties value.
      • setAdditionalProperties

        public DatasetStorageFormat setAdditionalProperties​(Map<String,​Object> additionalProperties)
        Set the additionalProperties property: The format definition of a storage.
        Parameters:
        additionalProperties - the additionalProperties value to set.
        Returns:
        the DatasetStorageFormat object itself.