Update SegmentCommodity.
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
2020-12-09 Version: patch
|
||||
- Update SegmentCommodity.
|
||||
|
||||
2020-12-07 Version: patch
|
||||
- Remove DescribeSubscriptionObjectModifyStatus.
|
||||
|
||||
|
||||
@@ -35,10 +35,13 @@ namespace AlibabaCloud
|
||||
SegmentCommodityRequest();
|
||||
~SegmentCommodityRequest();
|
||||
|
||||
std::string getReturnForm()const;
|
||||
void setReturnForm(const std::string& returnForm);
|
||||
std::string getImageURL()const;
|
||||
void setImageURL(const std::string& imageURL);
|
||||
|
||||
private:
|
||||
std::string returnForm_;
|
||||
std::string imageURL_;
|
||||
|
||||
};
|
||||
|
||||
@@ -27,6 +27,17 @@ SegmentCommodityRequest::SegmentCommodityRequest() :
|
||||
SegmentCommodityRequest::~SegmentCommodityRequest()
|
||||
{}
|
||||
|
||||
std::string SegmentCommodityRequest::getReturnForm()const
|
||||
{
|
||||
return returnForm_;
|
||||
}
|
||||
|
||||
void SegmentCommodityRequest::setReturnForm(const std::string& returnForm)
|
||||
{
|
||||
returnForm_ = returnForm;
|
||||
setParameter("ReturnForm", returnForm);
|
||||
}
|
||||
|
||||
std::string SegmentCommodityRequest::getImageURL()const
|
||||
{
|
||||
return imageURL_;
|
||||
|
||||
Reference in New Issue
Block a user