Class JsonChild


  • public class JsonChild
    extends Object
    The JsonChild model.
    • Constructor Detail

      • JsonChild

        public JsonChild()
    • Method Detail

      • name

        public String name()
        Get the name value.
        Returns:
        the name value
      • withName

        public JsonChild withName​(String name)
        Set the name value.
        Parameters:
        name - the name value to set
        Returns:
        the JsonChild object itself.
      • instanceOfProperty

        public String instanceOfProperty()
        Get the instanceOfProperty value.
        Returns:
        the instanceOfProperty value
      • withInstanceOfProperty

        public JsonChild withInstanceOfProperty​(String instanceOfProperty)
        Set the instanceOfProperty value.
        Parameters:
        instanceOfProperty - the instanceOfProperty value to set
        Returns:
        the JsonChild object itself.
      • children

        public List<JsonChild> children()
        Get the children value.
        Returns:
        the children value
      • withChildren

        public JsonChild withChildren​(List<JsonChild> children)
        Set the children value.
        Parameters:
        children - the children value to set
        Returns:
        the JsonChild object itself.
      • withFeatures

        public JsonChild withFeatures​(List<JsonModelFeatureInformation> features)
        Set the features value.
        Parameters:
        features - the features value to set
        Returns:
        the JsonChild object itself.