Update SegmentFood.
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
2020-12-17 Version: patch
|
||||
- Update SegmentFood.
|
||||
|
||||
2020-12-17 Version: patch
|
||||
- Update DeleteScdnDomain.
|
||||
|
||||
|
||||
@@ -35,10 +35,13 @@ namespace AlibabaCloud
|
||||
SegmentFoodRequest();
|
||||
~SegmentFoodRequest();
|
||||
|
||||
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 @@ SegmentFoodRequest::SegmentFoodRequest() :
|
||||
SegmentFoodRequest::~SegmentFoodRequest()
|
||||
{}
|
||||
|
||||
std::string SegmentFoodRequest::getReturnForm()const
|
||||
{
|
||||
return returnForm_;
|
||||
}
|
||||
|
||||
void SegmentFoodRequest::setReturnForm(const std::string& returnForm)
|
||||
{
|
||||
returnForm_ = returnForm;
|
||||
setParameter("ReturnForm", returnForm);
|
||||
}
|
||||
|
||||
std::string SegmentFoodRequest::getImageURL()const
|
||||
{
|
||||
return imageURL_;
|
||||
|
||||
Reference in New Issue
Block a user