Generate SDK by new Generator
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -35,20 +35,20 @@ namespace AlibabaCloud
|
||||
CreateAlbumRequest();
|
||||
~CreateAlbumRequest();
|
||||
|
||||
std::string getAlbumName()const;
|
||||
void setAlbumName(const std::string& albumName);
|
||||
std::string getLibraryId()const;
|
||||
void setLibraryId(const std::string& libraryId);
|
||||
std::string getStoreName()const;
|
||||
void setStoreName(const std::string& storeName);
|
||||
std::string getRemark()const;
|
||||
void setRemark(const std::string& remark);
|
||||
std::string getAlbumName()const;
|
||||
void setAlbumName(const std::string& albumName);
|
||||
|
||||
private:
|
||||
std::string albumName_;
|
||||
std::string libraryId_;
|
||||
std::string storeName_;
|
||||
std::string remark_;
|
||||
std::string albumName_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,18 +35,6 @@ namespace AlibabaCloud
|
||||
CreateEventRequest();
|
||||
~CreateEventRequest();
|
||||
|
||||
std::string getBannerPhotoId()const;
|
||||
void setBannerPhotoId(const std::string& bannerPhotoId);
|
||||
std::string getWatermarkPhotoId()const;
|
||||
void setWatermarkPhotoId(const std::string& watermarkPhotoId);
|
||||
std::string getIdentity()const;
|
||||
void setIdentity(const std::string& identity);
|
||||
std::string getSplashPhotoId()const;
|
||||
void setSplashPhotoId(const std::string& splashPhotoId);
|
||||
std::string getLibraryId()const;
|
||||
void setLibraryId(const std::string& libraryId);
|
||||
std::string getWeixinTitle()const;
|
||||
void setWeixinTitle(const std::string& weixinTitle);
|
||||
std::string getStoreName()const;
|
||||
void setStoreName(const std::string& storeName);
|
||||
std::string getRemark()const;
|
||||
@@ -55,20 +43,32 @@ namespace AlibabaCloud
|
||||
void setTitle(const std::string& title);
|
||||
long getEndAt()const;
|
||||
void setEndAt(long endAt);
|
||||
std::string getIdentity()const;
|
||||
void setIdentity(const std::string& identity);
|
||||
std::string getWatermarkPhotoId()const;
|
||||
void setWatermarkPhotoId(const std::string& watermarkPhotoId);
|
||||
std::string getSplashPhotoId()const;
|
||||
void setSplashPhotoId(const std::string& splashPhotoId);
|
||||
std::string getLibraryId()const;
|
||||
void setLibraryId(const std::string& libraryId);
|
||||
std::string getWeixinTitle()const;
|
||||
void setWeixinTitle(const std::string& weixinTitle);
|
||||
std::string getBannerPhotoId()const;
|
||||
void setBannerPhotoId(const std::string& bannerPhotoId);
|
||||
long getStartAt()const;
|
||||
void setStartAt(long startAt);
|
||||
|
||||
private:
|
||||
std::string bannerPhotoId_;
|
||||
std::string watermarkPhotoId_;
|
||||
std::string identity_;
|
||||
std::string splashPhotoId_;
|
||||
std::string libraryId_;
|
||||
std::string weixinTitle_;
|
||||
std::string storeName_;
|
||||
std::string remark_;
|
||||
std::string title_;
|
||||
long endAt_;
|
||||
std::string identity_;
|
||||
std::string watermarkPhotoId_;
|
||||
std::string splashPhotoId_;
|
||||
std::string libraryId_;
|
||||
std::string weixinTitle_;
|
||||
std::string bannerPhotoId_;
|
||||
long startAt_;
|
||||
|
||||
};
|
||||
|
||||
@@ -35,38 +35,38 @@ namespace AlibabaCloud
|
||||
CreatePhotoRequest();
|
||||
~CreatePhotoRequest();
|
||||
|
||||
long getTakenAt()const;
|
||||
void setTakenAt(long takenAt);
|
||||
std::string getPhotoTitle()const;
|
||||
void setPhotoTitle(const std::string& photoTitle);
|
||||
std::string getLibraryId()const;
|
||||
void setLibraryId(const std::string& libraryId);
|
||||
long getShareExpireTime()const;
|
||||
void setShareExpireTime(long shareExpireTime);
|
||||
std::string getStoreName()const;
|
||||
void setStoreName(const std::string& storeName);
|
||||
std::string getUploadType()const;
|
||||
void setUploadType(const std::string& uploadType);
|
||||
std::string getRemark()const;
|
||||
void setRemark(const std::string& remark);
|
||||
std::string getSessionId()const;
|
||||
void setSessionId(const std::string& sessionId);
|
||||
long getTakenAt()const;
|
||||
void setTakenAt(long takenAt);
|
||||
std::string getStaging()const;
|
||||
void setStaging(const std::string& staging);
|
||||
std::string getFileId()const;
|
||||
void setFileId(const std::string& fileId);
|
||||
std::string getLibraryId()const;
|
||||
void setLibraryId(const std::string& libraryId);
|
||||
std::string getUploadType()const;
|
||||
void setUploadType(const std::string& uploadType);
|
||||
long getShareExpireTime()const;
|
||||
void setShareExpireTime(long shareExpireTime);
|
||||
|
||||
private:
|
||||
long takenAt_;
|
||||
std::string photoTitle_;
|
||||
std::string libraryId_;
|
||||
long shareExpireTime_;
|
||||
std::string storeName_;
|
||||
std::string uploadType_;
|
||||
std::string remark_;
|
||||
std::string sessionId_;
|
||||
long takenAt_;
|
||||
std::string staging_;
|
||||
std::string fileId_;
|
||||
std::string libraryId_;
|
||||
std::string uploadType_;
|
||||
long shareExpireTime_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,20 +35,20 @@ namespace AlibabaCloud
|
||||
CreatePhotoStoreRequest();
|
||||
~CreatePhotoStoreRequest();
|
||||
|
||||
std::string getBucketName()const;
|
||||
void setBucketName(const std::string& bucketName);
|
||||
std::string getStoreName()const;
|
||||
void setStoreName(const std::string& storeName);
|
||||
std::string getRemark()const;
|
||||
void setRemark(const std::string& remark);
|
||||
long getDefaultQuota()const;
|
||||
void setDefaultQuota(long defaultQuota);
|
||||
std::string getBucketName()const;
|
||||
void setBucketName(const std::string& bucketName);
|
||||
|
||||
private:
|
||||
std::string bucketName_;
|
||||
std::string storeName_;
|
||||
std::string remark_;
|
||||
long defaultQuota_;
|
||||
std::string bucketName_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,12 +37,12 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getExt()const;
|
||||
void setExt(const std::string& ext);
|
||||
long getSize()const;
|
||||
void setSize(long size);
|
||||
std::string getLibraryId()const;
|
||||
void setLibraryId(const std::string& libraryId);
|
||||
std::string getStoreName()const;
|
||||
void setStoreName(const std::string& storeName);
|
||||
long getSize()const;
|
||||
void setSize(long size);
|
||||
std::string getForce()const;
|
||||
void setForce(const std::string& force);
|
||||
std::string getMd5()const;
|
||||
@@ -50,9 +50,9 @@ namespace AlibabaCloud
|
||||
|
||||
private:
|
||||
std::string ext_;
|
||||
long size_;
|
||||
std::string libraryId_;
|
||||
std::string storeName_;
|
||||
long size_;
|
||||
std::string force_;
|
||||
std::string md5_;
|
||||
|
||||
|
||||
@@ -37,18 +37,6 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getEventId()const;
|
||||
void setEventId(const std::string& eventId);
|
||||
std::string getBannerPhotoId()const;
|
||||
void setBannerPhotoId(const std::string& bannerPhotoId);
|
||||
std::string getWatermarkPhotoId()const;
|
||||
void setWatermarkPhotoId(const std::string& watermarkPhotoId);
|
||||
std::string getIdentity()const;
|
||||
void setIdentity(const std::string& identity);
|
||||
std::string getSplashPhotoId()const;
|
||||
void setSplashPhotoId(const std::string& splashPhotoId);
|
||||
std::string getLibraryId()const;
|
||||
void setLibraryId(const std::string& libraryId);
|
||||
std::string getWeixinTitle()const;
|
||||
void setWeixinTitle(const std::string& weixinTitle);
|
||||
std::string getStoreName()const;
|
||||
void setStoreName(const std::string& storeName);
|
||||
std::string getRemark()const;
|
||||
@@ -57,21 +45,33 @@ namespace AlibabaCloud
|
||||
void setTitle(const std::string& title);
|
||||
long getEndAt()const;
|
||||
void setEndAt(long endAt);
|
||||
std::string getIdentity()const;
|
||||
void setIdentity(const std::string& identity);
|
||||
std::string getWatermarkPhotoId()const;
|
||||
void setWatermarkPhotoId(const std::string& watermarkPhotoId);
|
||||
std::string getSplashPhotoId()const;
|
||||
void setSplashPhotoId(const std::string& splashPhotoId);
|
||||
std::string getLibraryId()const;
|
||||
void setLibraryId(const std::string& libraryId);
|
||||
std::string getWeixinTitle()const;
|
||||
void setWeixinTitle(const std::string& weixinTitle);
|
||||
std::string getBannerPhotoId()const;
|
||||
void setBannerPhotoId(const std::string& bannerPhotoId);
|
||||
long getStartAt()const;
|
||||
void setStartAt(long startAt);
|
||||
|
||||
private:
|
||||
std::string eventId_;
|
||||
std::string bannerPhotoId_;
|
||||
std::string watermarkPhotoId_;
|
||||
std::string identity_;
|
||||
std::string splashPhotoId_;
|
||||
std::string libraryId_;
|
||||
std::string weixinTitle_;
|
||||
std::string storeName_;
|
||||
std::string remark_;
|
||||
std::string title_;
|
||||
long endAt_;
|
||||
std::string identity_;
|
||||
std::string watermarkPhotoId_;
|
||||
std::string splashPhotoId_;
|
||||
std::string libraryId_;
|
||||
std::string weixinTitle_;
|
||||
std::string bannerPhotoId_;
|
||||
long startAt_;
|
||||
|
||||
};
|
||||
|
||||
@@ -37,8 +37,6 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getAutoCleanEnabled()const;
|
||||
void setAutoCleanEnabled(const std::string& autoCleanEnabled);
|
||||
long getDefaultTrashQuota()const;
|
||||
void setDefaultTrashQuota(long defaultTrashQuota);
|
||||
std::string getStoreName()const;
|
||||
void setStoreName(const std::string& storeName);
|
||||
std::string getRemark()const;
|
||||
@@ -47,14 +45,16 @@ namespace AlibabaCloud
|
||||
void setDefaultQuota(long defaultQuota);
|
||||
int getAutoCleanDays()const;
|
||||
void setAutoCleanDays(int autoCleanDays);
|
||||
long getDefaultTrashQuota()const;
|
||||
void setDefaultTrashQuota(long defaultTrashQuota);
|
||||
|
||||
private:
|
||||
std::string autoCleanEnabled_;
|
||||
long defaultTrashQuota_;
|
||||
std::string storeName_;
|
||||
std::string remark_;
|
||||
long defaultQuota_;
|
||||
int autoCleanDays_;
|
||||
long defaultTrashQuota_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,12 +35,8 @@ namespace AlibabaCloud
|
||||
EditPhotosRequest();
|
||||
~EditPhotosRequest();
|
||||
|
||||
long getTakenAt()const;
|
||||
void setTakenAt(long takenAt);
|
||||
std::string getLibraryId()const;
|
||||
void setLibraryId(const std::string& libraryId);
|
||||
long getShareExpireTime()const;
|
||||
void setShareExpireTime(long shareExpireTime);
|
||||
std::vector<long> getPhotoId()const;
|
||||
void setPhotoId(const std::vector<long>& photoId);
|
||||
std::string getStoreName()const;
|
||||
@@ -49,15 +45,19 @@ namespace AlibabaCloud
|
||||
void setRemark(const std::string& remark);
|
||||
std::string getTitle()const;
|
||||
void setTitle(const std::string& title);
|
||||
long getTakenAt()const;
|
||||
void setTakenAt(long takenAt);
|
||||
long getShareExpireTime()const;
|
||||
void setShareExpireTime(long shareExpireTime);
|
||||
|
||||
private:
|
||||
long takenAt_;
|
||||
std::string libraryId_;
|
||||
long shareExpireTime_;
|
||||
std::vector<long> photoId_;
|
||||
std::string storeName_;
|
||||
std::string remark_;
|
||||
std::string title_;
|
||||
long takenAt_;
|
||||
long shareExpireTime_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,8 +35,6 @@ namespace AlibabaCloud
|
||||
FetchAlbumTagPhotosRequest();
|
||||
~FetchAlbumTagPhotosRequest();
|
||||
|
||||
int getSize()const;
|
||||
void setSize(int size);
|
||||
long getTagId()const;
|
||||
void setTagId(long tagId);
|
||||
std::string getLibraryId()const;
|
||||
@@ -45,15 +43,17 @@ namespace AlibabaCloud
|
||||
void setAlbumId(long albumId);
|
||||
std::string getStoreName()const;
|
||||
void setStoreName(const std::string& storeName);
|
||||
int getSize()const;
|
||||
void setSize(int size);
|
||||
int getPage()const;
|
||||
void setPage(int page);
|
||||
|
||||
private:
|
||||
int size_;
|
||||
long tagId_;
|
||||
std::string libraryId_;
|
||||
long albumId_;
|
||||
std::string storeName_;
|
||||
int size_;
|
||||
int page_;
|
||||
|
||||
};
|
||||
|
||||
@@ -35,19 +35,19 @@ namespace AlibabaCloud
|
||||
FetchLibrariesRequest();
|
||||
~FetchLibrariesRequest();
|
||||
|
||||
int getSize()const;
|
||||
void setSize(int size);
|
||||
bool getNeedQuota()const;
|
||||
void setNeedQuota(bool needQuota);
|
||||
std::string getStoreName()const;
|
||||
void setStoreName(const std::string& storeName);
|
||||
int getSize()const;
|
||||
void setSize(int size);
|
||||
int getPage()const;
|
||||
void setPage(int page);
|
||||
|
||||
private:
|
||||
int size_;
|
||||
bool needQuota_;
|
||||
std::string storeName_;
|
||||
int size_;
|
||||
int page_;
|
||||
|
||||
};
|
||||
|
||||
@@ -35,28 +35,28 @@ namespace AlibabaCloud
|
||||
FetchMomentPhotosRequest();
|
||||
~FetchMomentPhotosRequest();
|
||||
|
||||
int getSize()const;
|
||||
void setSize(int size);
|
||||
std::string getLibraryId()const;
|
||||
void setLibraryId(const std::string& libraryId);
|
||||
std::string getOrderBy()const;
|
||||
void setOrderBy(const std::string& orderBy);
|
||||
std::string getStoreName()const;
|
||||
void setStoreName(const std::string& storeName);
|
||||
int getPage()const;
|
||||
void setPage(int page);
|
||||
long getMomentId()const;
|
||||
void setMomentId(long momentId);
|
||||
int getSize()const;
|
||||
void setSize(int size);
|
||||
int getPage()const;
|
||||
void setPage(int page);
|
||||
std::string getOrder()const;
|
||||
void setOrder(const std::string& order);
|
||||
|
||||
private:
|
||||
int size_;
|
||||
std::string libraryId_;
|
||||
std::string orderBy_;
|
||||
std::string storeName_;
|
||||
int page_;
|
||||
long momentId_;
|
||||
int size_;
|
||||
int page_;
|
||||
std::string order_;
|
||||
|
||||
};
|
||||
|
||||
@@ -35,14 +35,14 @@ namespace AlibabaCloud
|
||||
FetchPhotosRequest();
|
||||
~FetchPhotosRequest();
|
||||
|
||||
int getSize()const;
|
||||
void setSize(int size);
|
||||
std::string getLibraryId()const;
|
||||
void setLibraryId(const std::string& libraryId);
|
||||
std::string getOrderBy()const;
|
||||
void setOrderBy(const std::string& orderBy);
|
||||
std::string getStoreName()const;
|
||||
void setStoreName(const std::string& storeName);
|
||||
int getSize()const;
|
||||
void setSize(int size);
|
||||
std::string getState()const;
|
||||
void setState(const std::string& state);
|
||||
int getPage()const;
|
||||
@@ -51,10 +51,10 @@ namespace AlibabaCloud
|
||||
void setOrder(const std::string& order);
|
||||
|
||||
private:
|
||||
int size_;
|
||||
std::string libraryId_;
|
||||
std::string orderBy_;
|
||||
std::string storeName_;
|
||||
int size_;
|
||||
std::string state_;
|
||||
int page_;
|
||||
std::string order_;
|
||||
|
||||
@@ -37,15 +37,15 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getLibraryId()const;
|
||||
void setLibraryId(const std::string& libraryId);
|
||||
std::vector<std::string> getName()const;
|
||||
void setName(const std::vector<std::string>& name);
|
||||
std::string getStoreName()const;
|
||||
void setStoreName(const std::string& storeName);
|
||||
std::vector<std::string> getName()const;
|
||||
void setName(const std::vector<std::string>& name);
|
||||
|
||||
private:
|
||||
std::string libraryId_;
|
||||
std::vector<std::string> name_;
|
||||
std::string storeName_;
|
||||
std::vector<std::string> name_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,8 +35,6 @@ namespace AlibabaCloud
|
||||
GetPublicAccessUrlsRequest();
|
||||
~GetPublicAccessUrlsRequest();
|
||||
|
||||
std::string getDomainType()const;
|
||||
void setDomainType(const std::string& domainType);
|
||||
std::string getLibraryId()const;
|
||||
void setLibraryId(const std::string& libraryId);
|
||||
std::vector<long> getPhotoId()const;
|
||||
@@ -45,13 +43,15 @@ namespace AlibabaCloud
|
||||
void setStoreName(const std::string& storeName);
|
||||
std::string getZoomType()const;
|
||||
void setZoomType(const std::string& zoomType);
|
||||
std::string getDomainType()const;
|
||||
void setDomainType(const std::string& domainType);
|
||||
|
||||
private:
|
||||
std::string domainType_;
|
||||
std::string libraryId_;
|
||||
std::vector<long> photoId_;
|
||||
std::string storeName_;
|
||||
std::string zoomType_;
|
||||
std::string domainType_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,14 +37,14 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getCursor()const;
|
||||
void setCursor(const std::string& cursor);
|
||||
int getSize()const;
|
||||
void setSize(int size);
|
||||
std::string getLibraryId()const;
|
||||
void setLibraryId(const std::string& libraryId);
|
||||
long getAlbumId()const;
|
||||
void setAlbumId(long albumId);
|
||||
std::string getStoreName()const;
|
||||
void setStoreName(const std::string& storeName);
|
||||
int getSize()const;
|
||||
void setSize(int size);
|
||||
std::string getState()const;
|
||||
void setState(const std::string& state);
|
||||
std::string getDirection()const;
|
||||
@@ -52,10 +52,10 @@ namespace AlibabaCloud
|
||||
|
||||
private:
|
||||
std::string cursor_;
|
||||
int size_;
|
||||
std::string libraryId_;
|
||||
long albumId_;
|
||||
std::string storeName_;
|
||||
int size_;
|
||||
std::string state_;
|
||||
std::string direction_;
|
||||
|
||||
|
||||
@@ -37,12 +37,12 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getCursor()const;
|
||||
void setCursor(const std::string& cursor);
|
||||
int getSize()const;
|
||||
void setSize(int size);
|
||||
std::string getLibraryId()const;
|
||||
void setLibraryId(const std::string& libraryId);
|
||||
std::string getStoreName()const;
|
||||
void setStoreName(const std::string& storeName);
|
||||
int getSize()const;
|
||||
void setSize(int size);
|
||||
std::string getState()const;
|
||||
void setState(const std::string& state);
|
||||
std::string getDirection()const;
|
||||
@@ -50,9 +50,9 @@ namespace AlibabaCloud
|
||||
|
||||
private:
|
||||
std::string cursor_;
|
||||
int size_;
|
||||
std::string libraryId_;
|
||||
std::string storeName_;
|
||||
int size_;
|
||||
std::string state_;
|
||||
std::string direction_;
|
||||
|
||||
|
||||
@@ -37,10 +37,10 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getCursor()const;
|
||||
void setCursor(const std::string& cursor);
|
||||
int getSize()const;
|
||||
void setSize(int size);
|
||||
std::string getStoreName()const;
|
||||
void setStoreName(const std::string& storeName);
|
||||
int getSize()const;
|
||||
void setSize(int size);
|
||||
std::string getState()const;
|
||||
void setState(const std::string& state);
|
||||
std::string getDirection()const;
|
||||
@@ -48,8 +48,8 @@ namespace AlibabaCloud
|
||||
|
||||
private:
|
||||
std::string cursor_;
|
||||
int size_;
|
||||
std::string storeName_;
|
||||
int size_;
|
||||
std::string state_;
|
||||
std::string direction_;
|
||||
|
||||
|
||||
@@ -37,14 +37,14 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getCursor()const;
|
||||
void setCursor(const std::string& cursor);
|
||||
int getSize()const;
|
||||
void setSize(int size);
|
||||
std::string getLibraryId()const;
|
||||
void setLibraryId(const std::string& libraryId);
|
||||
std::string getStoreName()const;
|
||||
void setStoreName(const std::string& storeName);
|
||||
long getFaceId()const;
|
||||
void setFaceId(long faceId);
|
||||
int getSize()const;
|
||||
void setSize(int size);
|
||||
std::string getState()const;
|
||||
void setState(const std::string& state);
|
||||
std::string getDirection()const;
|
||||
@@ -52,10 +52,10 @@ namespace AlibabaCloud
|
||||
|
||||
private:
|
||||
std::string cursor_;
|
||||
int size_;
|
||||
std::string libraryId_;
|
||||
std::string storeName_;
|
||||
long faceId_;
|
||||
int size_;
|
||||
std::string state_;
|
||||
std::string direction_;
|
||||
|
||||
|
||||
@@ -39,12 +39,12 @@ namespace AlibabaCloud
|
||||
void setCursor(const std::string& cursor);
|
||||
std::string getHasFaceName()const;
|
||||
void setHasFaceName(const std::string& hasFaceName);
|
||||
int getSize()const;
|
||||
void setSize(int size);
|
||||
std::string getLibraryId()const;
|
||||
void setLibraryId(const std::string& libraryId);
|
||||
std::string getStoreName()const;
|
||||
void setStoreName(const std::string& storeName);
|
||||
int getSize()const;
|
||||
void setSize(int size);
|
||||
std::string getState()const;
|
||||
void setState(const std::string& state);
|
||||
std::string getDirection()const;
|
||||
@@ -53,9 +53,9 @@ namespace AlibabaCloud
|
||||
private:
|
||||
std::string cursor_;
|
||||
std::string hasFaceName_;
|
||||
int size_;
|
||||
std::string libraryId_;
|
||||
std::string storeName_;
|
||||
int size_;
|
||||
std::string state_;
|
||||
std::string direction_;
|
||||
|
||||
|
||||
@@ -37,26 +37,26 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getCursor()const;
|
||||
void setCursor(const std::string& cursor);
|
||||
int getSize()const;
|
||||
void setSize(int size);
|
||||
std::string getLibraryId()const;
|
||||
void setLibraryId(const std::string& libraryId);
|
||||
std::string getStoreName()const;
|
||||
void setStoreName(const std::string& storeName);
|
||||
std::string getState()const;
|
||||
void setState(const std::string& state);
|
||||
long getMomentId()const;
|
||||
void setMomentId(long momentId);
|
||||
int getSize()const;
|
||||
void setSize(int size);
|
||||
std::string getState()const;
|
||||
void setState(const std::string& state);
|
||||
std::string getDirection()const;
|
||||
void setDirection(const std::string& direction);
|
||||
|
||||
private:
|
||||
std::string cursor_;
|
||||
int size_;
|
||||
std::string libraryId_;
|
||||
std::string storeName_;
|
||||
std::string state_;
|
||||
long momentId_;
|
||||
int size_;
|
||||
std::string state_;
|
||||
std::string direction_;
|
||||
|
||||
};
|
||||
|
||||
@@ -37,12 +37,12 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getCursor()const;
|
||||
void setCursor(const std::string& cursor);
|
||||
int getSize()const;
|
||||
void setSize(int size);
|
||||
std::string getLibraryId()const;
|
||||
void setLibraryId(const std::string& libraryId);
|
||||
std::string getStoreName()const;
|
||||
void setStoreName(const std::string& storeName);
|
||||
int getSize()const;
|
||||
void setSize(int size);
|
||||
std::string getState()const;
|
||||
void setState(const std::string& state);
|
||||
std::string getDirection()const;
|
||||
@@ -50,9 +50,9 @@ namespace AlibabaCloud
|
||||
|
||||
private:
|
||||
std::string cursor_;
|
||||
int size_;
|
||||
std::string libraryId_;
|
||||
std::string storeName_;
|
||||
int size_;
|
||||
std::string state_;
|
||||
std::string direction_;
|
||||
|
||||
|
||||
@@ -37,12 +37,12 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getCursor()const;
|
||||
void setCursor(const std::string& cursor);
|
||||
int getSize()const;
|
||||
void setSize(int size);
|
||||
std::string getLibraryId()const;
|
||||
void setLibraryId(const std::string& libraryId);
|
||||
std::string getStoreName()const;
|
||||
void setStoreName(const std::string& storeName);
|
||||
int getSize()const;
|
||||
void setSize(int size);
|
||||
std::string getState()const;
|
||||
void setState(const std::string& state);
|
||||
std::string getDirection()const;
|
||||
@@ -50,9 +50,9 @@ namespace AlibabaCloud
|
||||
|
||||
private:
|
||||
std::string cursor_;
|
||||
int size_;
|
||||
std::string libraryId_;
|
||||
std::string storeName_;
|
||||
int size_;
|
||||
std::string state_;
|
||||
std::string direction_;
|
||||
|
||||
|
||||
@@ -37,14 +37,14 @@ namespace AlibabaCloud
|
||||
|
||||
std::string getCursor()const;
|
||||
void setCursor(const std::string& cursor);
|
||||
int getSize()const;
|
||||
void setSize(int size);
|
||||
long getTagId()const;
|
||||
void setTagId(long tagId);
|
||||
std::string getLibraryId()const;
|
||||
void setLibraryId(const std::string& libraryId);
|
||||
std::string getStoreName()const;
|
||||
void setStoreName(const std::string& storeName);
|
||||
int getSize()const;
|
||||
void setSize(int size);
|
||||
std::string getState()const;
|
||||
void setState(const std::string& state);
|
||||
std::string getDirection()const;
|
||||
@@ -52,10 +52,10 @@ namespace AlibabaCloud
|
||||
|
||||
private:
|
||||
std::string cursor_;
|
||||
int size_;
|
||||
long tagId_;
|
||||
std::string libraryId_;
|
||||
std::string storeName_;
|
||||
int size_;
|
||||
std::string state_;
|
||||
std::string direction_;
|
||||
|
||||
|
||||
@@ -35,33 +35,33 @@ namespace AlibabaCloud
|
||||
ListTimeLinePhotosRequest();
|
||||
~ListTimeLinePhotosRequest();
|
||||
|
||||
int getSize()const;
|
||||
void setSize(int size);
|
||||
std::string getLibraryId()const;
|
||||
void setLibraryId(const std::string& libraryId);
|
||||
long getEndTime()const;
|
||||
void setEndTime(long endTime);
|
||||
std::string getStoreName()const;
|
||||
void setStoreName(const std::string& storeName);
|
||||
int getPage()const;
|
||||
void setPage(int page);
|
||||
long getStartTime()const;
|
||||
void setStartTime(long startTime);
|
||||
std::string getFilterBy()const;
|
||||
void setFilterBy(const std::string& filterBy);
|
||||
int getSize()const;
|
||||
void setSize(int size);
|
||||
int getPage()const;
|
||||
void setPage(int page);
|
||||
std::string getDirection()const;
|
||||
void setDirection(const std::string& direction);
|
||||
std::string getOrder()const;
|
||||
void setOrder(const std::string& order);
|
||||
|
||||
private:
|
||||
int size_;
|
||||
std::string libraryId_;
|
||||
long endTime_;
|
||||
std::string storeName_;
|
||||
int page_;
|
||||
long startTime_;
|
||||
std::string filterBy_;
|
||||
int size_;
|
||||
int page_;
|
||||
std::string direction_;
|
||||
std::string order_;
|
||||
|
||||
|
||||
@@ -37,18 +37,18 @@ namespace AlibabaCloud
|
||||
|
||||
long getCursor()const;
|
||||
void setCursor(long cursor);
|
||||
int getPhotoSize()const;
|
||||
void setPhotoSize(int photoSize);
|
||||
int getTimeLineCount()const;
|
||||
void setTimeLineCount(int timeLineCount);
|
||||
std::string getLibraryId()const;
|
||||
void setLibraryId(const std::string& libraryId);
|
||||
std::string getStoreName()const;
|
||||
void setStoreName(const std::string& storeName);
|
||||
std::string getTimeLineUnit()const;
|
||||
void setTimeLineUnit(const std::string& timeLineUnit);
|
||||
std::string getFilterBy()const;
|
||||
void setFilterBy(const std::string& filterBy);
|
||||
int getPhotoSize()const;
|
||||
void setPhotoSize(int photoSize);
|
||||
int getTimeLineCount()const;
|
||||
void setTimeLineCount(int timeLineCount);
|
||||
std::string getTimeLineUnit()const;
|
||||
void setTimeLineUnit(const std::string& timeLineUnit);
|
||||
std::string getDirection()const;
|
||||
void setDirection(const std::string& direction);
|
||||
std::string getOrder()const;
|
||||
@@ -56,12 +56,12 @@ namespace AlibabaCloud
|
||||
|
||||
private:
|
||||
long cursor_;
|
||||
int photoSize_;
|
||||
int timeLineCount_;
|
||||
std::string libraryId_;
|
||||
std::string storeName_;
|
||||
std::string timeLineUnit_;
|
||||
std::string filterBy_;
|
||||
int photoSize_;
|
||||
int timeLineCount_;
|
||||
std::string timeLineUnit_;
|
||||
std::string direction_;
|
||||
std::string order_;
|
||||
|
||||
|
||||
@@ -35,8 +35,6 @@ namespace AlibabaCloud
|
||||
RegisterPhotoRequest();
|
||||
~RegisterPhotoRequest();
|
||||
|
||||
std::string getLibraryId()const;
|
||||
void setLibraryId(const std::string& libraryId);
|
||||
float getLatitude()const;
|
||||
void setLatitude(float latitude);
|
||||
std::string getPhotoTitle()const;
|
||||
@@ -47,34 +45,36 @@ namespace AlibabaCloud
|
||||
void setIsVideo(const std::string& isVideo);
|
||||
std::string getRemark()const;
|
||||
void setRemark(const std::string& remark);
|
||||
long getSize()const;
|
||||
void setSize(long size);
|
||||
long getTakenAt()const;
|
||||
void setTakenAt(long takenAt);
|
||||
int getWidth()const;
|
||||
void setWidth(int width);
|
||||
std::string getLocation()const;
|
||||
void setLocation(const std::string& location);
|
||||
float getLongitude()const;
|
||||
void setLongitude(float longitude);
|
||||
int getHeight()const;
|
||||
void setHeight(int height);
|
||||
std::string getLibraryId()const;
|
||||
void setLibraryId(const std::string& libraryId);
|
||||
long getSize()const;
|
||||
void setSize(long size);
|
||||
int getWidth()const;
|
||||
void setWidth(int width);
|
||||
std::string getLocation()const;
|
||||
void setLocation(const std::string& location);
|
||||
std::string getMd5()const;
|
||||
void setMd5(const std::string& md5);
|
||||
|
||||
private:
|
||||
std::string libraryId_;
|
||||
float latitude_;
|
||||
std::string photoTitle_;
|
||||
std::string storeName_;
|
||||
std::string isVideo_;
|
||||
std::string remark_;
|
||||
long size_;
|
||||
long takenAt_;
|
||||
int width_;
|
||||
std::string location_;
|
||||
float longitude_;
|
||||
int height_;
|
||||
std::string libraryId_;
|
||||
long size_;
|
||||
int width_;
|
||||
std::string location_;
|
||||
std::string md5_;
|
||||
|
||||
};
|
||||
|
||||
@@ -35,20 +35,20 @@ namespace AlibabaCloud
|
||||
RenameAlbumRequest();
|
||||
~RenameAlbumRequest();
|
||||
|
||||
std::string getAlbumName()const;
|
||||
void setAlbumName(const std::string& albumName);
|
||||
std::string getLibraryId()const;
|
||||
void setLibraryId(const std::string& libraryId);
|
||||
long getAlbumId()const;
|
||||
void setAlbumId(long albumId);
|
||||
std::string getStoreName()const;
|
||||
void setStoreName(const std::string& storeName);
|
||||
std::string getAlbumName()const;
|
||||
void setAlbumName(const std::string& albumName);
|
||||
|
||||
private:
|
||||
std::string albumName_;
|
||||
std::string libraryId_;
|
||||
long albumId_;
|
||||
std::string storeName_;
|
||||
std::string albumName_;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,21 +35,21 @@ namespace AlibabaCloud
|
||||
SearchPhotosRequest();
|
||||
~SearchPhotosRequest();
|
||||
|
||||
int getSize()const;
|
||||
void setSize(int size);
|
||||
std::string getLibraryId()const;
|
||||
void setLibraryId(const std::string& libraryId);
|
||||
std::string getStoreName()const;
|
||||
void setStoreName(const std::string& storeName);
|
||||
int getSize()const;
|
||||
void setSize(int size);
|
||||
int getPage()const;
|
||||
void setPage(int page);
|
||||
std::string getKeyword()const;
|
||||
void setKeyword(const std::string& keyword);
|
||||
|
||||
private:
|
||||
int size_;
|
||||
std::string libraryId_;
|
||||
std::string storeName_;
|
||||
int size_;
|
||||
int page_;
|
||||
std::string keyword_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user