Skip to content

Commit f5c9488

Browse files
committed
Generated 2025-02-28 for AIPodcast.
1 parent 908f446 commit f5c9488

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

aliyun-java-sdk-aipodcast/ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2025-05-30 Version: 1.0.2
2+
- Generated 2025-02-28 for `AIPodcast`.
3+
14
2025-05-30 Version: 1.0.1
25
- Generated 2025-02-28 for `AIPodcast`.
36

aliyun-java-sdk-aipodcast/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.aliyun</groupId>
55
<artifactId>aliyun-java-sdk-aipodcast</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.0.1</version>
7+
<version>1.0.2</version>
88
<name>aliyun-java-sdk-aipodcast</name>
99
<url>http://www.aliyun.com</url>
1010
<description>Aliyun Open API SDK for Java

aliyun-java-sdk-aipodcast/src/main/java/com/aliyuncs/aipodcast/model/v20250228/PodcastTaskSubmitRequest.java

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
public class PodcastTaskSubmitRequest extends RoaAcsRequest<PodcastTaskSubmitResponse> {
2929

3030

31+
private String sourceLang;
32+
3133
private Integer counts;
3234

3335
@SerializedName("fileUrls")
@@ -48,6 +50,17 @@ public PodcastTaskSubmitRequest() {
4850
setMethod(MethodType.POST);
4951
}
5052

53+
public String getSourceLang() {
54+
return this.sourceLang;
55+
}
56+
57+
public void setSourceLang(String sourceLang) {
58+
this.sourceLang = sourceLang;
59+
if(sourceLang != null){
60+
putBodyParameter("sourceLang", sourceLang);
61+
}
62+
}
63+
5164
public Integer getCounts() {
5265
return this.counts;
5366
}

0 commit comments

Comments
 (0)