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 boolean
caseSensitive
private java.lang.String
path
private java.lang.String
prefix
private com.google.re2j.Pattern
regEx
-
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) boolean
caseSensitive()
boolean
equals(java.lang.Object o)
int
hashCode()
(package private) java.lang.String
path()
(package private) java.lang.String
prefix()
(package private) com.google.re2j.Pattern
regEx()
java.lang.String
toString()
-
Methods inherited from class io.grpc.xds.VirtualHost.Route.RouteMatch.PathMatcher
fromPath, fromPrefix, fromRegEx
-
-
-
-
Method Detail
-
path
@Nullable java.lang.String path()
- Specified by:
path
in classVirtualHost.Route.RouteMatch.PathMatcher
-
prefix
@Nullable java.lang.String prefix()
- Specified by:
prefix
in classVirtualHost.Route.RouteMatch.PathMatcher
-
regEx
@Nullable com.google.re2j.Pattern regEx()
- Specified by:
regEx
in classVirtualHost.Route.RouteMatch.PathMatcher
-
caseSensitive
boolean caseSensitive()
- Specified by:
caseSensitive
in classVirtualHost.Route.RouteMatch.PathMatcher
-
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
-
-