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 HTTPRouteMatchBuilderedit()Map<String,Object>getAdditionalProperties()List<HTTPHeaderMatch>getHeaders()StringgetMethod()HTTPPathMatchgetPath()List<HTTPQueryParamMatch>getQueryParams()voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetHeaders(List<HTTPHeaderMatch> headers)voidsetMethod(String method)voidsetPath(HTTPPathMatch path)voidsetQueryParams(List<HTTPQueryParamMatch> queryParams)HTTPRouteMatchBuildertoBuilder()
-
-
-
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:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<HTTPRouteMatchBuilder>
-
toBuilder
public HTTPRouteMatchBuilder toBuilder()
-
-