File tree Expand file tree Collapse file tree 3 files changed +19
-1
lines changed
aliyun-java-sdk-cloudphoto
src/main/java/com/aliyuncs/cloudphoto/model/v20170711 Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
6
2018-03-06 Version: 1.1.10
2
7
1, add GetAlbumsByNames
3
8
2, add ListEvent/CreateEvent/EditEvent/DeleteEvent/GetEvent
Original file line number Diff line number Diff line change 3
3
<groupId >com.aliyun</groupId >
4
4
<artifactId >aliyun-java-sdk-cloudphoto</artifactId >
5
5
<packaging >jar</packaging >
6
- <version >1.1.10 </version >
6
+ <version >1.1.11 </version >
7
7
<name >aliyun-java-sdk-cloudphoto</name >
8
8
<url >http://www.aliyun.com</url >
9
9
<description >Aliyun Open API SDK for Java
Original file line number Diff line number Diff line change @@ -38,6 +38,8 @@ public EditEventRequest() {
38
38
39
39
private String watermarkPhotoId ;
40
40
41
+ private String identity ;
42
+
41
43
private String splashPhotoId ;
42
44
43
45
private String libraryId ;
@@ -87,6 +89,17 @@ public void setWatermarkPhotoId(String watermarkPhotoId) {
87
89
}
88
90
}
89
91
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
+
90
103
public String getSplashPhotoId () {
91
104
return this .splashPhotoId ;
92
105
}
You can’t perform that action at this time.
0 commit comments