in buss-20220822/include/alibabacloud/buss_20220822.hpp [3964:4073]
void fromMap(map<string, boost::any> m) override {
if (m.find("AntiPunishRespTime") != m.end() && !m["AntiPunishRespTime"].empty()) {
antiPunishRespTime = make_shared<string>(boost::any_cast<string>(m["AntiPunishRespTime"]));
}
if (m.find("AntiPunishTime") != m.end() && !m["AntiPunishTime"].empty()) {
antiPunishTime = make_shared<string>(boost::any_cast<string>(m["AntiPunishTime"]));
}
if (m.find("AntiResult") != m.end() && !m["AntiResult"].empty()) {
antiResult = make_shared<string>(boost::any_cast<string>(m["AntiResult"]));
}
if (m.find("AntiStatus") != m.end() && !m["AntiStatus"].empty()) {
antiStatus = make_shared<string>(boost::any_cast<string>(m["AntiStatus"]));
}
if (m.find("BussinessCode") != m.end() && !m["BussinessCode"].empty()) {
bussinessCode = make_shared<string>(boost::any_cast<string>(m["BussinessCode"]));
}
if (m.find("CaseCode") != m.end() && !m["CaseCode"].empty()) {
caseCode = make_shared<string>(boost::any_cast<string>(m["CaseCode"]));
}
if (m.find("CaseExtendCode") != m.end() && !m["CaseExtendCode"].empty()) {
caseExtendCode = make_shared<string>(boost::any_cast<string>(m["CaseExtendCode"]));
}
if (m.find("CaseSubCode") != m.end() && !m["CaseSubCode"].empty()) {
caseSubCode = make_shared<string>(boost::any_cast<string>(m["CaseSubCode"]));
}
if (m.find("Class") != m.end() && !m["Class"].empty()) {
class_ = make_shared<string>(boost::any_cast<string>(m["Class"]));
}
if (m.find("Creator") != m.end() && !m["Creator"].empty()) {
creator = make_shared<string>(boost::any_cast<string>(m["Creator"]));
}
if (m.find("Deleted") != m.end() && !m["Deleted"].empty()) {
deleted = make_shared<bool>(boost::any_cast<bool>(m["Deleted"]));
}
if (m.find("EventCode") != m.end() && !m["EventCode"].empty()) {
eventCode = make_shared<string>(boost::any_cast<string>(m["EventCode"]));
}
if (m.find("ExpectedRemoveTime") != m.end() && !m["ExpectedRemoveTime"].empty()) {
expectedRemoveTime = make_shared<string>(boost::any_cast<string>(m["ExpectedRemoveTime"]));
}
if (m.find("ExtRequestId") != m.end() && !m["ExtRequestId"].empty()) {
extRequestId = make_shared<string>(boost::any_cast<string>(m["ExtRequestId"]));
}
if (m.find("GmtCreated") != m.end() && !m["GmtCreated"].empty()) {
gmtCreated = make_shared<string>(boost::any_cast<string>(m["GmtCreated"]));
}
if (m.find("GmtModified") != m.end() && !m["GmtModified"].empty()) {
gmtModified = make_shared<string>(boost::any_cast<string>(m["GmtModified"]));
}
if (m.find("Id") != m.end() && !m["Id"].empty()) {
id = make_shared<long>(boost::any_cast<long>(m["Id"]));
}
if (m.find("IdType") != m.end() && !m["IdType"].empty()) {
idType = make_shared<string>(boost::any_cast<string>(m["IdType"]));
}
if (m.find("InstanceId") != m.end() && !m["InstanceId"].empty()) {
instanceId = make_shared<string>(boost::any_cast<string>(m["InstanceId"]));
}
if (m.find("IpString") != m.end() && !m["IpString"].empty()) {
ipString = make_shared<string>(boost::any_cast<string>(m["IpString"]));
}
if (m.find("Modifier") != m.end() && !m["Modifier"].empty()) {
modifier = make_shared<string>(boost::any_cast<string>(m["Modifier"]));
}
if (m.find("Operator") != m.end() && !m["Operator"].empty()) {
operator_ = make_shared<string>(boost::any_cast<string>(m["Operator"]));
}
if (m.find("OperatorNum") != m.end() && !m["OperatorNum"].empty()) {
operatorNum = make_shared<string>(boost::any_cast<string>(m["OperatorNum"]));
}
if (m.find("PunishDomain") != m.end() && !m["PunishDomain"].empty()) {
punishDomain = make_shared<string>(boost::any_cast<string>(m["PunishDomain"]));
}
if (m.find("PunishIp") != m.end() && !m["PunishIp"].empty()) {
punishIp = make_shared<string>(boost::any_cast<string>(m["PunishIp"]));
}
if (m.find("PunishOfficer") != m.end() && !m["PunishOfficer"].empty()) {
punishOfficer = make_shared<string>(boost::any_cast<string>(m["PunishOfficer"]));
}
if (m.find("PunishOfficerNum") != m.end() && !m["PunishOfficerNum"].empty()) {
punishOfficerNum = make_shared<string>(boost::any_cast<string>(m["PunishOfficerNum"]));
}
if (m.find("PunishRequest") != m.end() && !m["PunishRequest"].empty()) {
punishRequest = make_shared<string>(boost::any_cast<string>(m["PunishRequest"]));
}
if (m.find("PunishRespTime") != m.end() && !m["PunishRespTime"].empty()) {
punishRespTime = make_shared<string>(boost::any_cast<string>(m["PunishRespTime"]));
}
if (m.find("PunishResult") != m.end() && !m["PunishResult"].empty()) {
punishResult = make_shared<string>(boost::any_cast<string>(m["PunishResult"]));
}
if (m.find("PunishStatus") != m.end() && !m["PunishStatus"].empty()) {
punishStatus = make_shared<string>(boost::any_cast<string>(m["PunishStatus"]));
}
if (m.find("PunishTime") != m.end() && !m["PunishTime"].empty()) {
punishTime = make_shared<string>(boost::any_cast<string>(m["PunishTime"]));
}
if (m.find("PunishUrl") != m.end() && !m["PunishUrl"].empty()) {
punishUrl = make_shared<string>(boost::any_cast<string>(m["PunishUrl"]));
}
if (m.find("Reason") != m.end() && !m["Reason"].empty()) {
reason = make_shared<string>(boost::any_cast<string>(m["Reason"]));
}
if (m.find("SourceCode") != m.end() && !m["SourceCode"].empty()) {
sourceCode = make_shared<string>(boost::any_cast<string>(m["SourceCode"]));
}
if (m.find("UserId") != m.end() && !m["UserId"].empty()) {
userId = make_shared<string>(boost::any_cast<string>(m["UserId"]));
}
}