Class TenantLimitsConfiguration


  • public class TenantLimitsConfiguration
    extends Object
    Author:
    Fabian Martinez
    • Constructor Detail

      • TenantLimitsConfiguration

        public TenantLimitsConfiguration()
    • Method Detail

      • getMaxTotalSchemas

        public Long getMaxTotalSchemas()
        Returns:
        the maxTotalSchemas
      • setMaxTotalSchemas

        public void setMaxTotalSchemas​(Long maxTotalSchemas)
        Parameters:
        maxTotalSchemas - the maxTotalSchemas to set
      • getMaxArtifacts

        public Long getMaxArtifacts()
        Returns:
        the maxArtifacts
      • setMaxArtifacts

        public void setMaxArtifacts​(Long maxArtifacts)
        Parameters:
        maxArtifacts - the maxArtifacts to set
      • getMaxVersionsPerArtifact

        public Long getMaxVersionsPerArtifact()
        Returns:
        the maxVersionsPerArtifact
      • setMaxVersionsPerArtifact

        public void setMaxVersionsPerArtifact​(Long maxVersionsPerArtifact)
        Parameters:
        maxVersionsPerArtifact - the maxVersionsPerArtifact to set
      • getMaxArtifactProperties

        public Long getMaxArtifactProperties()
        Returns:
        the maxArtifactProperties
      • setMaxArtifactProperties

        public void setMaxArtifactProperties​(Long maxArtifactProperties)
        Parameters:
        maxArtifactProperties - the maxArtifactProperties to set
      • getMaxPropertyKeyBytesSize

        public Long getMaxPropertyKeyBytesSize()
        Returns:
        the maxPropertyKeyBytesSize
      • setMaxPropertyKeyBytesSize

        public void setMaxPropertyKeyBytesSize​(Long maxPropertyKeyBytesSize)
        Parameters:
        maxPropertyKeyBytesSize - the maxPropertyKeyBytesSize to set
      • getMaxPropertyValueBytesSize

        public Long getMaxPropertyValueBytesSize()
        Returns:
        the maxPropertyValueBytesSize
      • setMaxPropertyValueBytesSize

        public void setMaxPropertyValueBytesSize​(Long maxPropertyValueBytesSize)
        Parameters:
        maxPropertyValueBytesSize - the maxPropertyValueBytesSize to set
      • getMaxArtifactLabels

        public Long getMaxArtifactLabels()
        Returns:
        the maxArtifactLabels
      • setMaxArtifactLabels

        public void setMaxArtifactLabels​(Long maxArtifactLabels)
        Parameters:
        maxArtifactLabels - the maxArtifactLabels to set
      • getMaxLabelBytesSize

        public Long getMaxLabelBytesSize()
        Returns:
        the maxLabelBytesSize
      • setMaxLabelBytesSize

        public void setMaxLabelBytesSize​(Long maxLabelBytesSize)
        Parameters:
        maxLabelBytesSize - the maxLabelBytesSize to set
      • getMaxNameLength

        public Long getMaxNameLength()
        Returns:
        the maxNameLength
      • setMaxNameLength

        public void setMaxNameLength​(Long maxNameLength)
        Parameters:
        maxNameLength - the maxNameLength to set
      • getMaxDescriptionLength

        public Long getMaxDescriptionLength()
        Returns:
        the maxDescriptionLength
      • setMaxDescriptionLength

        public void setMaxDescriptionLength​(Long maxDescriptionLength)
        Parameters:
        maxDescriptionLength - the maxDescriptionLength to set