}
if (jsonObject.has("9")) {
JsonElement elem = jsonObject.get("9");
if (!elem.isJsonNull()) {
{
ReplaceAttributesProtoImpl payload = new ReplaceAttributesProtoImpl();
GsonUtil.extractJsonObject(payload, elem, gson, raw);
setReplaceAttributes(payload);
}
}
}