public final class HitResult extends Object
| Constructor and Description |
|---|
HitResult(boolean result) |
HitResult(boolean result,
Optional<Integer> index,
Optional<String> reason) |
HitResult(boolean hit,
Optional<String> reason) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Integer> |
getIndex() |
Optional<String> |
getReason() |
boolean |
isHit() |
Copyright © 2023. All rights reserved.