()
| 74 | } |
| 75 | |
| 76 | @Override |
| 77 | public int hashCode() { |
| 78 | return Objects.hash(sessionId, getName(), getParameters()); |
| 79 | } |
| 80 | |
| 81 | private static Command fromJson(JsonInput input) { |
| 82 | input.beginObject(); |
nothing calls this directly
no test coverage detected