File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed
src/main/java/com/aliyuncs/anytrans/model/v20250707 Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1+ 2025-12-11 Version: 1.0.2
2+ - Generated 2025-07-07 for `AnyTrans`.
3+
142025-11-26 Version: 1.0.1
25- Generated 2025-07-07 for `AnyTrans`.
36
Original file line number Diff line number Diff line change 44 <groupId >com.aliyun</groupId >
55 <artifactId >aliyun-java-sdk-anytrans</artifactId >
66 <packaging >jar</packaging >
7- <version >1.0.1 </version >
7+ <version >1.0.2 </version >
88 <name >aliyun-java-sdk-anytrans</name >
99 <url >http://www.aliyun.com</url >
1010 <description >Aliyun Open API SDK for Java
Original file line number Diff line number Diff line change @@ -143,6 +143,9 @@ public static class Ext {
143143 @ SerializedName ("examples" )
144144 private List <ExamplesItem > examples ;
145145
146+ @ SerializedName ("prefix" )
147+ private String prefix ;
148+
146149 @ SerializedName ("config" )
147150 private Config config ;
148151
@@ -189,6 +192,14 @@ public void setExamples(List<ExamplesItem> examples) {
189192 this .examples = examples ;
190193 }
191194
195+ public String getPrefix () {
196+ return this .prefix ;
197+ }
198+
199+ public void setPrefix (String prefix ) {
200+ this .prefix = prefix ;
201+ }
202+
192203 public Config getConfig () {
193204 return this .config ;
194205 }
You can’t perform that action at this time.
0 commit comments