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)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object