in yuqing-20220301/include/alibabacloud/yuqing_20220301.hpp [1135:1343]
map<string, boost::any> toMap() override {
map<string, boost::any> res;
if (appName) {
res["appName"] = boost::any(*appName);
}
if (appScore) {
res["appScore"] = boost::any(*appScore);
}
if (appStoreName) {
res["appStoreName"] = boost::any(*appStoreName);
}
if (atAuthorNames) {
res["atAuthorNames"] = boost::any(*atAuthorNames);
}
if (audioCount) {
res["audioCount"] = boost::any(*audioCount);
}
if (authorAvatarUrl) {
res["authorAvatarUrl"] = boost::any(*authorAvatarUrl);
}
if (authorFollowersCount) {
res["authorFollowersCount"] = boost::any(*authorFollowersCount);
}
if (authorFriendsCount) {
res["authorFriendsCount"] = boost::any(*authorFriendsCount);
}
if (authorGender) {
res["authorGender"] = boost::any(*authorGender);
}
if (authorId) {
res["authorId"] = boost::any(*authorId);
}
if (authorLikesCount) {
res["authorLikesCount"] = boost::any(*authorLikesCount);
}
if (authorName) {
res["authorName"] = boost::any(*authorName);
}
if (authorProfileUrl) {
res["authorProfileUrl"] = boost::any(*authorProfileUrl);
}
if (authorStatusesCount) {
res["authorStatusesCount"] = boost::any(*authorStatusesCount);
}
if (authorVerified) {
res["authorVerified"] = boost::any(*authorVerified);
}
if (authorVerifyType) {
res["authorVerifyType"] = boost::any(*authorVerifyType);
}
if (contentAudioText) {
res["contentAudioText"] = boost::any(*contentAudioText);
}
if (contentAudioUrls) {
res["contentAudioUrls"] = boost::any(*contentAudioUrls);
}
if (contentImageText) {
res["contentImageText"] = boost::any(*contentImageText);
}
if (contentImageUrls) {
res["contentImageUrls"] = boost::any(*contentImageUrls);
}
if (contentLang) {
res["contentLang"] = boost::any(*contentLang);
}
if (contentLen) {
res["contentLen"] = boost::any(*contentLen);
}
if (contentVideoText) {
res["contentVideoText"] = boost::any(*contentVideoText);
}
if (contentVideoUrls) {
res["contentVideoUrls"] = boost::any(*contentVideoUrls);
}
if (createTime) {
res["createTime"] = boost::any(*createTime);
}
if (docAnswersCount) {
res["docAnswersCount"] = boost::any(*docAnswersCount);
}
if (docAreas) {
res["docAreas"] = boost::any(*docAreas);
}
if (docCoinCount) {
res["docCoinCount"] = boost::any(*docCoinCount);
}
if (docCommentsCount) {
res["docCommentsCount"] = boost::any(*docCommentsCount);
}
if (docContent) {
res["docContent"] = boost::any(*docContent);
}
if (docContentBrief) {
res["docContentBrief"] = boost::any(*docContentBrief);
}
if (docContentSign) {
res["docContentSign"] = boost::any(*docContentSign);
}
if (docId) {
res["docId"] = boost::any(*docId);
}
if (docLikesCount) {
res["docLikesCount"] = boost::any(*docLikesCount);
}
if (docPlayCount) {
res["docPlayCount"] = boost::any(*docPlayCount);
}
if (docReadingCount) {
res["docReadingCount"] = boost::any(*docReadingCount);
}
if (docReadsCount) {
res["docReadsCount"] = boost::any(*docReadsCount);
}
if (docRepostsCount) {
res["docRepostsCount"] = boost::any(*docRepostsCount);
}
if (docReprintName) {
res["docReprintName"] = boost::any(*docReprintName);
}
if (docSelfContentSign) {
res["docSelfContentSign"] = boost::any(*docSelfContentSign);
}
if (docTitle) {
res["docTitle"] = boost::any(*docTitle);
}
if (docUrl) {
res["docUrl"] = boost::any(*docUrl);
}
if (emotionScore) {
res["emotionScore"] = boost::any(*emotionScore);
}
if (emotionType) {
res["emotionType"] = boost::any(*emotionType);
}
if (extInfo) {
res["extInfo"] = boost::any(*extInfo);
}
if (finEventCount) {
res["finEventCount"] = boost::any(*finEventCount);
}
if (financeEventList) {
vector<boost::any> temp1;
for(auto item1:*financeEventList){
temp1.push_back(boost::any(item1.toMap()));
}
res["financeEventList"] = boost::any(temp1);
}
if (highlightKeywords) {
res["highlightKeywords"] = boost::any(*highlightKeywords);
}
if (imageCount) {
res["imageCount"] = boost::any(*imageCount);
}
if (influenceScore) {
res["influenceScore"] = boost::any(*influenceScore);
}
if (mediaHosts) {
res["mediaHosts"] = boost::any(*mediaHosts);
}
if (mediaInfluenceLevel) {
res["mediaInfluenceLevel"] = boost::any(*mediaInfluenceLevel);
}
if (mediaName) {
res["mediaName"] = boost::any(*mediaName);
}
if (mediaPropagationLevel) {
res["mediaPropagationLevel"] = boost::any(*mediaPropagationLevel);
}
if (mediaType) {
res["mediaType"] = boost::any(*mediaType);
}
if (messageType) {
res["messageType"] = boost::any(*messageType);
}
if (parentDocId) {
res["parentDocId"] = boost::any(*parentDocId);
}
if (propagationScore) {
res["propagationScore"] = boost::any(*propagationScore);
}
if (publishTime) {
res["publishTime"] = boost::any(*publishTime);
}
if (relevanceScore) {
res["relevanceScore"] = boost::any(*relevanceScore);
}
if (reportMaterialTags) {
res["reportMaterialTags"] = boost::any(*reportMaterialTags);
}
if (repostList) {
res["repostList"] = boost::any(*repostList);
}
if (similarNumber) {
res["similarNumber"] = boost::any(*similarNumber);
}
if (topics) {
res["topics"] = boost::any(*topics);
}
if (videoCount) {
res["videoCount"] = boost::any(*videoCount);
}
if (weiboCommentId) {
res["weiboCommentId"] = boost::any(*weiboCommentId);
}
if (weiboMid) {
res["weiboMid"] = boost::any(*weiboMid);
}
return res;
}