Class PropertyBag
- java.lang.Object
-
- io.datahubproject.openapi.generated.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.ObjectMisc. properties about anything. Not indexed by default. See CustomProperties if you want an auto-indexed property bag
-
-
Constructor Summary
Constructors Constructor Description PropertyBag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyBagcustomProperties(java.util.Map<java.lang.String,java.lang.String> customProperties)booleanequals(java.lang.Object o)@NotNull java.util.Map<java.lang.String,java.lang.String>getCustomProperties()Get customPropertiesinthashCode()PropertyBagputCustomPropertiesItem(java.lang.String key, java.lang.String customPropertiesItem)voidsetCustomProperties(java.util.Map<java.lang.String,java.lang.String> customProperties)java.lang.StringtoString()
-
-
-
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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-