@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-08-31T19:41:55.826Z[Etc/UTC]") public class V1ServiceMonitorSpecNamespaceSelector extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ANY |
static String |
SERIALIZED_NAME_MATCH_NAMES |
| Constructor and Description |
|---|
V1ServiceMonitorSpecNamespaceSelector() |
| Modifier and Type | Method and Description |
|---|---|
V1ServiceMonitorSpecNamespaceSelector |
addMatchNamesItem(String matchNamesItem) |
V1ServiceMonitorSpecNamespaceSelector |
any(Boolean any) |
boolean |
equals(Object o) |
Boolean |
getAny()
Boolean describing whether all namespaces are selected in contrast to a list restricting them.
|
List<String> |
getMatchNames()
List of namespace names.
|
int |
hashCode() |
V1ServiceMonitorSpecNamespaceSelector |
matchNames(List<String> matchNames) |
void |
setAny(Boolean any) |
void |
setMatchNames(List<String> matchNames) |
String |
toString() |
public static final String SERIALIZED_NAME_ANY
public static final String SERIALIZED_NAME_MATCH_NAMES
public V1ServiceMonitorSpecNamespaceSelector()
public V1ServiceMonitorSpecNamespaceSelector any(Boolean any)
@Nullable public Boolean getAny()
public void setAny(Boolean any)
public V1ServiceMonitorSpecNamespaceSelector matchNames(List<String> matchNames)
public V1ServiceMonitorSpecNamespaceSelector addMatchNamesItem(String matchNamesItem)
@Nullable public List<String> getMatchNames()
Copyright © 2020. All rights reserved.