}
}
if (jsonObject.has("2")) {
JsonElement elem = jsonObject.get("2");
if (!elem.isJsonNull()) {
WaveletUpdateGsonImpl payload = new WaveletUpdateGsonImpl();
GsonUtil.extractJsonObject(payload, elem, gson, raw);
setDelta(payload);
}
}
if (jsonObject.has("3")) {