Class ParentGatewayReference

    • Constructor Detail

      • ParentGatewayReference

        public ParentGatewayReference()
        No args constructor for use in serialization
      • ParentGatewayReference

        public ParentGatewayReference​(String group,
                                      String kind,
                                      String name,
                                      String namespace)
    • Method Detail

      • getGroup

        public String getGroup()
        Group is the group of the referent.
      • setGroup

        public void setGroup​(String group)
        Group is the group of the referent.
      • getKind

        public String getKind()
        Kind is kind of the referent. For example "Gateway".
      • setKind

        public void setKind​(String kind)
        Kind is kind of the referent. For example "Gateway".
      • getName

        public String getName()
        Name is the name of the referent.
      • setName

        public void setName​(String name)
        Name is the name of the referent.
      • getNamespace

        public String getNamespace()
        Namespace is the namespace of the referent. If not present, the namespace of the referent is assumed to be the same as the namespace of the referring object.
      • setNamespace

        public void setNamespace​(String namespace)
        Namespace is the namespace of the referent. If not present, the namespace of the referent is assumed to be the same as the namespace of the referring object.
      • getAdditionalProperties

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

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

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