|
@@ -37,6 +37,8 @@ namespace AlibabaCloud
|
|
|
|
|
|
|
|
long getResourceOwnerId()const;
|
|
long getResourceOwnerId()const;
|
|
|
void setResourceOwnerId(long resourceOwnerId);
|
|
void setResourceOwnerId(long resourceOwnerId);
|
|
|
|
|
+ std::string getMessageType()const;
|
|
|
|
|
+ void setMessageType(const std::string& messageType);
|
|
|
std::string getTemplateBodyParams()const;
|
|
std::string getTemplateBodyParams()const;
|
|
|
void setTemplateBodyParams(const std::string& templateBodyParams);
|
|
void setTemplateBodyParams(const std::string& templateBodyParams);
|
|
|
std::string getLink()const;
|
|
std::string getLink()const;
|
|
@@ -45,14 +47,14 @@ namespace AlibabaCloud
|
|
|
void setCaption(const std::string& caption);
|
|
void setCaption(const std::string& caption);
|
|
|
std::string getType()const;
|
|
std::string getType()const;
|
|
|
void setType(const std::string& type);
|
|
void setType(const std::string& type);
|
|
|
- std::string getBody()const;
|
|
|
|
|
- void setBody(const std::string& body);
|
|
|
|
|
std::string getAccessKeyId()const;
|
|
std::string getAccessKeyId()const;
|
|
|
void setAccessKeyId(const std::string& accessKeyId);
|
|
void setAccessKeyId(const std::string& accessKeyId);
|
|
|
std::string getChannelType()const;
|
|
std::string getChannelType()const;
|
|
|
void setChannelType(const std::string& channelType);
|
|
void setChannelType(const std::string& channelType);
|
|
|
std::string getFrom()const;
|
|
std::string getFrom()const;
|
|
|
void setFrom(const std::string& from);
|
|
void setFrom(const std::string& from);
|
|
|
|
|
+ std::string getText()const;
|
|
|
|
|
+ void setText(const std::string& text);
|
|
|
std::string getResourceOwnerAccount()const;
|
|
std::string getResourceOwnerAccount()const;
|
|
|
void setResourceOwnerAccount(const std::string& resourceOwnerAccount);
|
|
void setResourceOwnerAccount(const std::string& resourceOwnerAccount);
|
|
|
long getOwnerId()const;
|
|
long getOwnerId()const;
|
|
@@ -61,24 +63,22 @@ namespace AlibabaCloud
|
|
|
void setTo(const std::string& to);
|
|
void setTo(const std::string& to);
|
|
|
std::string getTemplateCode()const;
|
|
std::string getTemplateCode()const;
|
|
|
void setTemplateCode(const std::string& templateCode);
|
|
void setTemplateCode(const std::string& templateCode);
|
|
|
- std::string getMediaType()const;
|
|
|
|
|
- void setMediaType(const std::string& mediaType);
|
|
|
|
|
|
|
|
|
|
private:
|
|
private:
|
|
|
long resourceOwnerId_;
|
|
long resourceOwnerId_;
|
|
|
|
|
+ std::string messageType_;
|
|
|
std::string templateBodyParams_;
|
|
std::string templateBodyParams_;
|
|
|
std::string link_;
|
|
std::string link_;
|
|
|
std::string caption_;
|
|
std::string caption_;
|
|
|
std::string type_;
|
|
std::string type_;
|
|
|
- std::string body_;
|
|
|
|
|
std::string accessKeyId_;
|
|
std::string accessKeyId_;
|
|
|
std::string channelType_;
|
|
std::string channelType_;
|
|
|
std::string from_;
|
|
std::string from_;
|
|
|
|
|
+ std::string text_;
|
|
|
std::string resourceOwnerAccount_;
|
|
std::string resourceOwnerAccount_;
|
|
|
long ownerId_;
|
|
long ownerId_;
|
|
|
std::string to_;
|
|
std::string to_;
|
|
|
std::string templateCode_;
|
|
std::string templateCode_;
|
|
|
- std::string mediaType_;
|
|
|
|
|
|
|
|
|
|
};
|
|
};
|
|
|
}
|
|
}
|