Class TopologySelectorLabelRequirement

    • Constructor Detail

      • TopologySelectorLabelRequirement

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

        public TopologySelectorLabelRequirement​(String key,
                                                List<String> values)
    • Method Detail

      • getKey

        public String getKey()
        The label key that the selector applies to.
      • setKey

        public void setKey​(String key)
        The label key that the selector applies to.
      • getValues

        public List<String> getValues()
        An array of string values. One value must match the label to be selected. Each entry in Values is ORed.
      • setValues

        public void setValues​(List<String> values)
        An array of string values. One value must match the label to be selected. Each entry in Values is ORed.
      • getAdditionalProperties

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

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

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