Class StorageConfig


  • @Generated("org.openapitools.codegen.languages.JavaClientCodegen")
    public class StorageConfig
    extends Object
    StorageConfig
    • Constructor Detail

      • StorageConfig

        public StorageConfig()
    • Method Detail

      • getBlockstoreType

        @Nonnull
        public String getBlockstoreType()
        Get blockstoreType
        Returns:
        blockstoreType
      • setBlockstoreType

        public void setBlockstoreType​(String blockstoreType)
      • blockstoreNamespaceExample

        public StorageConfig blockstoreNamespaceExample​(String blockstoreNamespaceExample)
      • getBlockstoreNamespaceExample

        @Nonnull
        public String getBlockstoreNamespaceExample()
        Get blockstoreNamespaceExample
        Returns:
        blockstoreNamespaceExample
      • setBlockstoreNamespaceExample

        public void setBlockstoreNamespaceExample​(String blockstoreNamespaceExample)
      • blockstoreNamespaceValidityRegex

        public StorageConfig blockstoreNamespaceValidityRegex​(String blockstoreNamespaceValidityRegex)
      • getBlockstoreNamespaceValidityRegex

        @Nonnull
        public String getBlockstoreNamespaceValidityRegex()
        Get blockstoreNamespaceValidityRegex
        Returns:
        blockstoreNamespaceValidityRegex
      • setBlockstoreNamespaceValidityRegex

        public void setBlockstoreNamespaceValidityRegex​(String blockstoreNamespaceValidityRegex)
      • defaultNamespacePrefix

        public StorageConfig defaultNamespacePrefix​(String defaultNamespacePrefix)
      • getDefaultNamespacePrefix

        @Nullable
        public String getDefaultNamespacePrefix()
        Get defaultNamespacePrefix
        Returns:
        defaultNamespacePrefix
      • setDefaultNamespacePrefix

        public void setDefaultNamespacePrefix​(String defaultNamespacePrefix)
      • getPreSignSupport

        @Nonnull
        public Boolean getPreSignSupport()
        Get preSignSupport
        Returns:
        preSignSupport
      • setPreSignSupport

        public void setPreSignSupport​(Boolean preSignSupport)
      • getPreSignSupportUi

        @Nonnull
        public Boolean getPreSignSupportUi()
        Get preSignSupportUi
        Returns:
        preSignSupportUi
      • setPreSignSupportUi

        public void setPreSignSupportUi​(Boolean preSignSupportUi)
      • getImportSupport

        @Nonnull
        public Boolean getImportSupport()
        Get importSupport
        Returns:
        importSupport
      • setImportSupport

        public void setImportSupport​(Boolean importSupport)
      • importValidityRegex

        public StorageConfig importValidityRegex​(String importValidityRegex)
      • getImportValidityRegex

        @Nonnull
        public String getImportValidityRegex()
        Get importValidityRegex
        Returns:
        importValidityRegex
      • setImportValidityRegex

        public void setImportValidityRegex​(String importValidityRegex)
      • putAdditionalProperty

        public StorageConfig putAdditionalProperty​(String key,
                                                   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 StorageConfig instance itself
      • getAdditionalProperties

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

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

        public int hashCode()
        Overrides:
        hashCode in class Object
      • validateJsonElement

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

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

        public String toJson()
        Convert an instance of StorageConfig to an JSON string
        Returns:
        JSON string