Class MockGscopeByRegexConsumer.MockGscopeByRegexInvocation
- java.lang.Object
-
- com.funnelback.plugin.index.consumers.mock.MockGscopeByRegexConsumer.MockGscopeByRegexInvocation
-
- Enclosing class:
- MockGscopeByRegexConsumer
public static class MockGscopeByRegexConsumer.MockGscopeByRegexInvocation extends Object
Holds the values thatMockGscopeByRegexConsumer.applyGscopeWhenRegexMatches(String, String)
was called with. Although this class is immutable, the fields are not.
-
-
Field Summary
Fields Modifier and Type Field Description private String
gscopeName
private String
query
-
Constructor Summary
Constructors Constructor Description MockGscopeByRegexInvocation(String gscopeName, String query)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getGscopeName()
String
getQuery()
int
hashCode()
-