Skip to content

Commit 5cc7edb

Browse files
committed
由廷诚发起的CLOUDPHOTO SDK自动发布, BUILD_ID=460, 版本号:1.1.11
发布日志: 1, add GetAlbumsByNames 2, add ListEvent/CreateEvent/EditEvent/DeleteEvent/GetEvent 3, add return IdStr for string
1 parent a4f3b1b commit 5cc7edb

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

aliyun-java-sdk-cloudphoto/ChangeLog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2018-03-07 Version: 1.1.11
2+
1, add GetAlbumsByNames
3+
2, add ListEvent/CreateEvent/EditEvent/DeleteEvent/GetEvent
4+
3, add return IdStr for string
5+
16
2018-03-06 Version: 1.1.10
27
1, add GetAlbumsByNames
38
2, add ListEvent/CreateEvent/EditEvent/DeleteEvent/GetEvent

aliyun-java-sdk-cloudphoto/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>com.aliyun</groupId>
44
<artifactId>aliyun-java-sdk-cloudphoto</artifactId>
55
<packaging>jar</packaging>
6-
<version>1.1.10</version>
6+
<version>1.1.11</version>
77
<name>aliyun-java-sdk-cloudphoto</name>
88
<url>http://www.aliyun.com</url>
99
<description>Aliyun Open API SDK for Java

aliyun-java-sdk-cloudphoto/src/main/java/com/aliyuncs/cloudphoto/model/v20170711/EditEventRequest.java

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ public EditEventRequest() {
3838

3939
private String watermarkPhotoId;
4040

41+
private String identity;
42+
4143
private String splashPhotoId;
4244

4345
private String libraryId;
@@ -87,6 +89,17 @@ public void setWatermarkPhotoId(String watermarkPhotoId) {
8789
}
8890
}
8991

92+
public String getIdentity() {
93+
return this.identity;
94+
}
95+
96+
public void setIdentity(String identity) {
97+
this.identity = identity;
98+
if(identity != null){
99+
putQueryParameter("Identity", identity);
100+
}
101+
}
102+
90103
public String getSplashPhotoId() {
91104
return this.splashPhotoId;
92105
}

0 commit comments

Comments
 (0)