Class GarbageCollectionConfig


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

      • GarbageCollectionConfig

        public GarbageCollectionConfig()
    • Method Detail

      • getGracePeriod

        @Nullable
        public Integer getGracePeriod()
        Duration in seconds. Objects created in the recent grace_period will not be collected.
        Returns:
        gracePeriod
      • setGracePeriod

        public void setGracePeriod​(Integer gracePeriod)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object