I also want to do this, but am not as far along as you, so I'm glad you posted this. What I'm considering is to extend the generated protobuf message class, so I can override hashCode () and equals () ...
Contains common behaviors for all airplanes: takeOff() → shows airplane is taking off. fly() → generic flying behavior. land() → airplane lands. This is the parent class (or superclass) that defines ...
The first half of this introduction to Java inheritance teaches you how to use the extends keyword to derive a child class from a parent class, invoke parent class constructors and methods, and ...