Class ParentReference

    • Constructor Detail

      • ParentReference

        public ParentReference()
        No args constructor for use in serialization
    • Method Detail

      • getGroup

        public String getGroup()
        Group is the group of the object being referenced.
      • setGroup

        public void setGroup​(String group)
        Group is the group of the object being referenced.
      • getName

        public String getName()
        Name is the name of the object being referenced.
      • setName

        public void setName​(String name)
        Name is the name of the object being referenced.
      • getNamespace

        public String getNamespace()
        Namespace is the namespace of the object being referenced.
      • setNamespace

        public void setNamespace​(String namespace)
        Namespace is the namespace of the object being referenced.
      • getResource

        public String getResource()
        Resource is the resource of the object being referenced.
      • setResource

        public void setResource​(String resource)
        Resource is the resource of the object being referenced.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)