public class TunedMatch extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
TunedMatch()
No args constructor for use in serialization
|
TunedMatch(String label,
List<TunedMatch> match,
String type,
String value) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getLabel() |
List<TunedMatch> |
getMatch() |
String |
getType() |
String |
getValue() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setLabel(String label) |
void |
setMatch(List<TunedMatch> match) |
void |
setType(String type) |
void |
setValue(String value) |
public TunedMatch()
public TunedMatch(String label, List<TunedMatch> match, String type, String value)
match - label - type - value - public String getLabel()
public void setLabel(String label)
public List<TunedMatch> getMatch()
public void setMatch(List<TunedMatch> match)
public String getType()
public void setType(String type)
public String getValue()
public void setValue(String value)
Copyright © 2015–2022 Red Hat. All rights reserved.