Class PropertyDescriptionAddition


  • public class PropertyDescriptionAddition
    extends AttributeableEntity
    Instances of this class represent an addition to a configuration property This class is not thread safe.
    Since:
    1.8
    • Constructor Detail

      • PropertyDescriptionAddition

        public PropertyDescriptionAddition()
        Create a new description
    • Method Detail

      • fromJSONObject

        public void fromJSONObject​(javax.json.JsonObject jsonObj)
                            throws IOException
        Extract the metadata from the JSON object. This method first calls clear()
        Overrides:
        fromJSONObject in class AttributeableEntity
        Parameters:
        jsonObj - The JSON Object
        Throws:
        IOException - If JSON parsing fails
      • getIncludes

        public String[] getIncludes()
        Get the includes
        Returns:
        the includes or null
      • setIncludes

        public void setIncludes​(String[] includes)
        Set the includes
        Parameters:
        includes - the includes to set