in cas-20200407/include/alibabacloud/cas_20200407.hpp [6682:6791]
void fromMap(map<string, boost::any> m) override {
if (m.find("Algorithm") != m.end() && !m["Algorithm"].empty()) {
algorithm = make_shared<string>(boost::any_cast<string>(m["Algorithm"]));
}
if (m.find("AliyunOrderId") != m.end() && !m["AliyunOrderId"].empty()) {
aliyunOrderId = make_shared<long>(boost::any_cast<long>(m["AliyunOrderId"]));
}
if (m.find("BuyDate") != m.end() && !m["BuyDate"].empty()) {
buyDate = make_shared<long>(boost::any_cast<long>(m["BuyDate"]));
}
if (m.find("CertEndTime") != m.end() && !m["CertEndTime"].empty()) {
certEndTime = make_shared<long>(boost::any_cast<long>(m["CertEndTime"]));
}
if (m.find("CertStartTime") != m.end() && !m["CertStartTime"].empty()) {
certStartTime = make_shared<long>(boost::any_cast<long>(m["CertStartTime"]));
}
if (m.find("CertType") != m.end() && !m["CertType"].empty()) {
certType = make_shared<string>(boost::any_cast<string>(m["CertType"]));
}
if (m.find("CertificateId") != m.end() && !m["CertificateId"].empty()) {
certificateId = make_shared<long>(boost::any_cast<long>(m["CertificateId"]));
}
if (m.find("City") != m.end() && !m["City"].empty()) {
city = make_shared<string>(boost::any_cast<string>(m["City"]));
}
if (m.find("CommonName") != m.end() && !m["CommonName"].empty()) {
commonName = make_shared<string>(boost::any_cast<string>(m["CommonName"]));
}
if (m.find("Country") != m.end() && !m["Country"].empty()) {
country = make_shared<string>(boost::any_cast<string>(m["Country"]));
}
if (m.find("Domain") != m.end() && !m["Domain"].empty()) {
domain = make_shared<string>(boost::any_cast<string>(m["Domain"]));
}
if (m.find("DomainCount") != m.end() && !m["DomainCount"].empty()) {
domainCount = make_shared<long>(boost::any_cast<long>(m["DomainCount"]));
}
if (m.find("DomainType") != m.end() && !m["DomainType"].empty()) {
domainType = make_shared<string>(boost::any_cast<string>(m["DomainType"]));
}
if (m.find("EndDate") != m.end() && !m["EndDate"].empty()) {
endDate = make_shared<string>(boost::any_cast<string>(m["EndDate"]));
}
if (m.find("Expired") != m.end() && !m["Expired"].empty()) {
expired = make_shared<bool>(boost::any_cast<bool>(m["Expired"]));
}
if (m.find("Fingerprint") != m.end() && !m["Fingerprint"].empty()) {
fingerprint = make_shared<string>(boost::any_cast<string>(m["Fingerprint"]));
}
if (m.find("InstanceId") != m.end() && !m["InstanceId"].empty()) {
instanceId = make_shared<string>(boost::any_cast<string>(m["InstanceId"]));
}
if (m.find("Issuer") != m.end() && !m["Issuer"].empty()) {
issuer = make_shared<string>(boost::any_cast<string>(m["Issuer"]));
}
if (m.find("Name") != m.end() && !m["Name"].empty()) {
name = make_shared<string>(boost::any_cast<string>(m["Name"]));
}
if (m.find("OrderId") != m.end() && !m["OrderId"].empty()) {
orderId = make_shared<long>(boost::any_cast<long>(m["OrderId"]));
}
if (m.find("OrgName") != m.end() && !m["OrgName"].empty()) {
orgName = make_shared<string>(boost::any_cast<string>(m["OrgName"]));
}
if (m.find("PartnerOrderId") != m.end() && !m["PartnerOrderId"].empty()) {
partnerOrderId = make_shared<string>(boost::any_cast<string>(m["PartnerOrderId"]));
}
if (m.find("ProductCode") != m.end() && !m["ProductCode"].empty()) {
productCode = make_shared<string>(boost::any_cast<string>(m["ProductCode"]));
}
if (m.find("ProductName") != m.end() && !m["ProductName"].empty()) {
productName = make_shared<string>(boost::any_cast<string>(m["ProductName"]));
}
if (m.find("Province") != m.end() && !m["Province"].empty()) {
province = make_shared<string>(boost::any_cast<string>(m["Province"]));
}
if (m.find("ResourceGroupId") != m.end() && !m["ResourceGroupId"].empty()) {
resourceGroupId = make_shared<string>(boost::any_cast<string>(m["ResourceGroupId"]));
}
if (m.find("RootBrand") != m.end() && !m["RootBrand"].empty()) {
rootBrand = make_shared<string>(boost::any_cast<string>(m["RootBrand"]));
}
if (m.find("Sans") != m.end() && !m["Sans"].empty()) {
sans = make_shared<string>(boost::any_cast<string>(m["Sans"]));
}
if (m.find("SerialNo") != m.end() && !m["SerialNo"].empty()) {
serialNo = make_shared<string>(boost::any_cast<string>(m["SerialNo"]));
}
if (m.find("Sha2") != m.end() && !m["Sha2"].empty()) {
sha2 = make_shared<string>(boost::any_cast<string>(m["Sha2"]));
}
if (m.find("SourceType") != m.end() && !m["SourceType"].empty()) {
sourceType = make_shared<string>(boost::any_cast<string>(m["SourceType"]));
}
if (m.find("StartDate") != m.end() && !m["StartDate"].empty()) {
startDate = make_shared<string>(boost::any_cast<string>(m["StartDate"]));
}
if (m.find("Status") != m.end() && !m["Status"].empty()) {
status = make_shared<string>(boost::any_cast<string>(m["Status"]));
}
if (m.find("TrusteeStatus") != m.end() && !m["TrusteeStatus"].empty()) {
trusteeStatus = make_shared<string>(boost::any_cast<string>(m["TrusteeStatus"]));
}
if (m.find("Upload") != m.end() && !m["Upload"].empty()) {
upload = make_shared<bool>(boost::any_cast<bool>(m["Upload"]));
}
if (m.find("WildDomainCount") != m.end() && !m["WildDomainCount"].empty()) {
wildDomainCount = make_shared<long>(boost::any_cast<long>(m["WildDomainCount"]));
}
}