Class PropertiesCollection

java.lang.Object
org.azd.abstractions.serializer.SerializableEntity
org.azd.accounts.types.PropertiesCollection

public class PropertiesCollection extends SerializableEntity
The class represents a property bag as a collection of key-value pairs. Values of all primitive types
  • Constructor Details

    • PropertiesCollection

      public PropertiesCollection()
  • Method Details

    • getCount

      public int getCount()
    • setCount

      public void setCount(int count)
    • getItem

      public com.fasterxml.jackson.databind.JsonNode getItem()
    • setItem

      public void setItem(com.fasterxml.jackson.databind.JsonNode item)
    • getKeys

      public String[] getKeys()
    • setKeys

      public void setKeys(String[] keys)
    • getValues

      public String[] getValues()
    • setValues

      public void setValues(String[] values)