public static KineticDevice fromJson(String json) {
   return (KineticDevice) MessageUtil.fromJson(json, KineticDevice.class);
 }