@Generated(value="jsonschema2pojo") public class HTTPPathMatch extends Object implements io.fabric8.kubernetes.api.builder.Editable<HTTPPathMatchBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
HTTPPathMatch()
No args constructor for use in serialization
|
HTTPPathMatch(String type,
String value) |
| Modifier and Type | Method and Description |
|---|---|
HTTPPathMatchBuilder |
edit() |
Map<String,Object> |
getAdditionalProperties() |
String |
getType() |
String |
getValue() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setType(String type) |
void |
setValue(String value) |
HTTPPathMatchBuilder |
toBuilder() |
public HTTPPathMatch()
public String getType()
public void setType(String type)
public String getValue()
public void setValue(String value)
public HTTPPathMatchBuilder edit()
edit in interface io.fabric8.kubernetes.api.builder.Editable<HTTPPathMatchBuilder>public HTTPPathMatchBuilder toBuilder()
Copyright © 2015–2023 Red Hat. All rights reserved.