Class HTTPRouteMatch
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.gatewayapi.v1.HTTPRouteMatch
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<HTTPRouteMatchBuilder>
,io.fabric8.kubernetes.api.model.KubernetesResource
,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class HTTPRouteMatch extends Object implements io.fabric8.kubernetes.api.builder.Editable<HTTPRouteMatchBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HTTPRouteMatch()
No args constructor for use in serializationHTTPRouteMatch(List<HTTPHeaderMatch> headers, String method, HTTPPathMatch path, List<HTTPQueryParamMatch> queryParams)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HTTPRouteMatchBuilder
edit()
Map<String,Object>
getAdditionalProperties()
List<HTTPHeaderMatch>
getHeaders()
String
getMethod()
HTTPPathMatch
getPath()
List<HTTPQueryParamMatch>
getQueryParams()
void
setAdditionalProperties(Map<String,Object> additionalProperties)
void
setAdditionalProperty(String name, Object value)
void
setHeaders(List<HTTPHeaderMatch> headers)
void
setMethod(String method)
void
setPath(HTTPPathMatch path)
void
setQueryParams(List<HTTPQueryParamMatch> queryParams)
HTTPRouteMatchBuilder
toBuilder()
-
-
-
Constructor Detail
-
HTTPRouteMatch
public HTTPRouteMatch()
No args constructor for use in serialization
-
HTTPRouteMatch
public HTTPRouteMatch(List<HTTPHeaderMatch> headers, String method, HTTPPathMatch path, List<HTTPQueryParamMatch> queryParams)
-
-
Method Detail
-
getHeaders
public List<HTTPHeaderMatch> getHeaders()
-
setHeaders
public void setHeaders(List<HTTPHeaderMatch> headers)
-
getMethod
public String getMethod()
-
setMethod
public void setMethod(String method)
-
getPath
public HTTPPathMatch getPath()
-
setPath
public void setPath(HTTPPathMatch path)
-
getQueryParams
public List<HTTPQueryParamMatch> getQueryParams()
-
setQueryParams
public void setQueryParams(List<HTTPQueryParamMatch> queryParams)
-
edit
public HTTPRouteMatchBuilder edit()
- Specified by:
edit
in interfaceio.fabric8.kubernetes.api.builder.Editable<HTTPRouteMatchBuilder>
-
toBuilder
public HTTPRouteMatchBuilder toBuilder()
-
-