Class PropertiesCollection

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

public class PropertiesCollection extends SerializableEntity
Provides data necessary for authorizing the agent using OAuth 2.0 authentication flows.
  • Constructor Details

    • PropertiesCollection

      public PropertiesCollection()
  • Method Details

    • getCount

      public Integer getCount()
    • setCount

      public void setCount(Integer count)
    • getItem

      public Object getItem()
    • setItem

      public void setItem(Object item)
    • getKeys

      public String[] getKeys()
    • setKeys

      public void setKeys(String[] keys)
    • getValues

      public String[] getValues()
    • setValues

      public void setValues(String[] values)