@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-06T08:58:17.566Z[Etc/UTC]") public class V1TopologySelectorLabelRequirement extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_KEY |
static String |
SERIALIZED_NAME_VALUES |
Constructor and Description |
---|
V1TopologySelectorLabelRequirement() |
Modifier and Type | Method and Description |
---|---|
V1TopologySelectorLabelRequirement |
addValuesItem(String valuesItem) |
boolean |
equals(Object o) |
String |
getKey()
The label key that the selector applies to.
|
List<String> |
getValues()
An array of string values.
|
int |
hashCode() |
V1TopologySelectorLabelRequirement |
key(String key) |
void |
setKey(String key) |
void |
setValues(List<String> values) |
String |
toString() |
V1TopologySelectorLabelRequirement |
values(List<String> values) |
public static final String SERIALIZED_NAME_KEY
public static final String SERIALIZED_NAME_VALUES
public V1TopologySelectorLabelRequirement key(String key)
public String getKey()
public void setKey(String key)
public V1TopologySelectorLabelRequirement values(List<String> values)
public V1TopologySelectorLabelRequirement addValuesItem(String valuesItem)
public List<String> getValues()
Copyright © 2020. All rights reserved.