|
@@ -35,10 +35,13 @@ namespace AlibabaCloud
|
|
|
SegmentCommonImageRequest();
|
|
SegmentCommonImageRequest();
|
|
|
~SegmentCommonImageRequest();
|
|
~SegmentCommonImageRequest();
|
|
|
|
|
|
|
|
|
|
+ std::string getReturnForm()const;
|
|
|
|
|
+ void setReturnForm(const std::string& returnForm);
|
|
|
std::string getImageURL()const;
|
|
std::string getImageURL()const;
|
|
|
void setImageURL(const std::string& imageURL);
|
|
void setImageURL(const std::string& imageURL);
|
|
|
|
|
|
|
|
private:
|
|
private:
|
|
|
|
|
+ std::string returnForm_;
|
|
|
std::string imageURL_;
|
|
std::string imageURL_;
|
|
|
|
|
|
|
|
};
|
|
};
|