Class MockKillByExactMatchConsumer.MockKillByExactMatchInvocation
- java.lang.Object
-
- com.funnelback.plugin.index.consumers.mock.MockKillByExactMatchConsumer.MockKillByExactMatchInvocation
-
- Enclosing class:
- MockKillByExactMatchConsumer
public static class MockKillByExactMatchConsumer.MockKillByExactMatchInvocation extends Object
Holds the values thatMockKillByExactMatchConsumer.killByExactMatch(String)
was called with. Although this class is immutable, the fields are not.
-
-
Field Summary
Fields Modifier and Type Field Description private String
urlToKillByExactMatch
-
Constructor Summary
Constructors Constructor Description MockKillByExactMatchInvocation()
-
-
-
Field Detail
-
urlToKillByExactMatch
private String urlToKillByExactMatch
-
-