setDocumentId(elem.getAsString());
}
if (jsonObject.has("2")) {
JsonElement elem = jsonObject.get("2");
{
ProtocolDocumentOperationProtoImpl payload = new ProtocolDocumentOperationProtoImpl();
GsonUtil.extractJsonObject(payload, elem, gson, raw);
setDocumentOperation(payload);
}
}
if (jsonObject.has("3")) {