Package io.grpc.xds.internal.rbac.engine
Class AutoValue_GrpcAuthorizationEngine_DestinationPortRangeMatcher
- java.lang.Object
-
- io.grpc.xds.internal.rbac.engine.GrpcAuthorizationEngine.DestinationPortRangeMatcher
-
- io.grpc.xds.internal.rbac.engine.AutoValue_GrpcAuthorizationEngine_DestinationPortRangeMatcher
-
- All Implemented Interfaces:
GrpcAuthorizationEngine.Matcher
@Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_GrpcAuthorizationEngine_DestinationPortRangeMatcher extends GrpcAuthorizationEngine.DestinationPortRangeMatcher
-
-
Constructor Summary
Constructors Constructor Description AutoValue_GrpcAuthorizationEngine_DestinationPortRangeMatcher(int start, int end)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
end()
boolean
equals(java.lang.Object o)
int
hashCode()
int
start()
java.lang.String
toString()
-
Methods inherited from class io.grpc.xds.internal.rbac.engine.GrpcAuthorizationEngine.DestinationPortRangeMatcher
create, matches
-
-
-
-
Method Detail
-
start
public int start()
- Specified by:
start
in classGrpcAuthorizationEngine.DestinationPortRangeMatcher
-
end
public int end()
- Specified by:
end
in classGrpcAuthorizationEngine.DestinationPortRangeMatcher
-
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
-
-