Package io.grpc.xds
Class AutoValue_VirtualHost_Route_RouteMatch
- java.lang.Object
-
- io.grpc.xds.VirtualHost.Route.RouteMatch
-
- io.grpc.xds.AutoValue_VirtualHost_Route_RouteMatch
-
@Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_VirtualHost_Route_RouteMatch extends VirtualHost.Route.RouteMatch
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.grpc.xds.VirtualHost.Route.RouteMatch
VirtualHost.Route.RouteMatch.PathMatcher
-
-
Field Summary
Fields Modifier and Type Field Description private Matchers.FractionMatcher
fractionMatcher
private com.google.common.collect.ImmutableList<Matchers.HeaderMatcher>
headerMatchers
private VirtualHost.Route.RouteMatch.PathMatcher
pathMatcher
-
Constructor Summary
Constructors Constructor Description AutoValue_VirtualHost_Route_RouteMatch(VirtualHost.Route.RouteMatch.PathMatcher pathMatcher, com.google.common.collect.ImmutableList<Matchers.HeaderMatcher> headerMatchers, Matchers.FractionMatcher fractionMatcher)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
(package private) Matchers.FractionMatcher
fractionMatcher()
int
hashCode()
(package private) com.google.common.collect.ImmutableList<Matchers.HeaderMatcher>
headerMatchers()
(package private) VirtualHost.Route.RouteMatch.PathMatcher
pathMatcher()
java.lang.String
toString()
-
Methods inherited from class io.grpc.xds.VirtualHost.Route.RouteMatch
create, withPathExactOnly
-
-
-
-
Field Detail
-
pathMatcher
private final VirtualHost.Route.RouteMatch.PathMatcher pathMatcher
-
headerMatchers
private final com.google.common.collect.ImmutableList<Matchers.HeaderMatcher> headerMatchers
-
fractionMatcher
private final Matchers.FractionMatcher fractionMatcher
-
-
Constructor Detail
-
AutoValue_VirtualHost_Route_RouteMatch
AutoValue_VirtualHost_Route_RouteMatch(VirtualHost.Route.RouteMatch.PathMatcher pathMatcher, com.google.common.collect.ImmutableList<Matchers.HeaderMatcher> headerMatchers, @Nullable Matchers.FractionMatcher fractionMatcher)
-
-
Method Detail
-
pathMatcher
VirtualHost.Route.RouteMatch.PathMatcher pathMatcher()
- Specified by:
pathMatcher
in classVirtualHost.Route.RouteMatch
-
headerMatchers
com.google.common.collect.ImmutableList<Matchers.HeaderMatcher> headerMatchers()
- Specified by:
headerMatchers
in classVirtualHost.Route.RouteMatch
-
fractionMatcher
@Nullable Matchers.FractionMatcher fractionMatcher()
- Specified by:
fractionMatcher
in classVirtualHost.Route.RouteMatch
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-