Package io.grpc.xds
Class AutoValue_VirtualHost_Route_RouteMatch_PathMatcher
- java.lang.Object
-
- io.grpc.xds.VirtualHost.Route.RouteMatch.PathMatcher
-
- io.grpc.xds.AutoValue_VirtualHost_Route_RouteMatch_PathMatcher
-
@Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_VirtualHost_Route_RouteMatch_PathMatcher extends VirtualHost.Route.RouteMatch.PathMatcher
-
-
Field Summary
Fields Modifier and Type Field Description private booleancaseSensitiveprivate java.lang.Stringpathprivate java.lang.Stringprefixprivate com.google.re2j.PatternregEx
-
Constructor Summary
Constructors Constructor Description AutoValue_VirtualHost_Route_RouteMatch_PathMatcher(java.lang.String path, java.lang.String prefix, com.google.re2j.Pattern regEx, boolean caseSensitive)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) booleancaseSensitive()booleanequals(java.lang.Object o)inthashCode()(package private) java.lang.Stringpath()(package private) java.lang.Stringprefix()(package private) com.google.re2j.PatternregEx()java.lang.StringtoString()-
Methods inherited from class io.grpc.xds.VirtualHost.Route.RouteMatch.PathMatcher
fromPath, fromPrefix, fromRegEx
-
-
-
-
Method Detail
-
path
@Nullable java.lang.String path()
- Specified by:
pathin classVirtualHost.Route.RouteMatch.PathMatcher
-
prefix
@Nullable java.lang.String prefix()
- Specified by:
prefixin classVirtualHost.Route.RouteMatch.PathMatcher
-
regEx
@Nullable com.google.re2j.Pattern regEx()
- Specified by:
regExin classVirtualHost.Route.RouteMatch.PathMatcher
-
caseSensitive
boolean caseSensitive()
- Specified by:
caseSensitivein classVirtualHost.Route.RouteMatch.PathMatcher
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-