Class PropertyBag


  • @Validated
    @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen",
               date="2023-12-06T11:25:47.362934Z[Etc/UTC]")
    public class PropertyBag
    extends java.lang.Object
    Misc. properties about anything. Not indexed by default. See CustomProperties if you want an auto-indexed property bag
    • Constructor Detail

      • PropertyBag

        public PropertyBag()
    • Method Detail

      • customProperties

        public PropertyBag customProperties​(java.util.Map<java.lang.String,​java.lang.String> customProperties)
      • putCustomPropertiesItem

        public PropertyBag putCustomPropertiesItem​(java.lang.String key,
                                                   java.lang.String customPropertiesItem)
      • getCustomProperties

        @NotNull
        public @NotNull java.util.Map<java.lang.String,​java.lang.String> getCustomProperties()
        Get customProperties
        Returns:
        customProperties
      • setCustomProperties

        public void setCustomProperties​(java.util.Map<java.lang.String,​java.lang.String> customProperties)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object