Skip to content

Commit ef9b6fa

Browse files
committed
Generated 2020-05-18 for dataworks-public.
1 parent 767049a commit ef9b6fa

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

aliyun-java-sdk-dataworks-public/ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2025-04-07 Version: 6.1.11
2+
- Generated 2020-05-18 for `dataworks-public`.
3+
14
2025-03-27 Version: 6.1.10
25
- Generated 2020-05-18 for `dataworks-public`.
36

aliyun-java-sdk-dataworks-public/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-dataworks-public</artifactId>
66
<packaging>jar</packaging>
7-
<version>6.1.10</version>
7+
<version>6.1.11</version>
88
<name>aliyun-java-sdk-dataworks-public</name>
99
<url>http://www.aliyun.com</url>
1010
<description>Aliyun Open API SDK for Java

aliyun-java-sdk-dataworks-public/src/main/java/com/aliyuncs/dataworks_public/model/v20200518/ListFilesRequest.java

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ public class ListFilesRequest extends RpcAcsRequest<ListFilesResponse> {
3131

3232
private Boolean needContent;
3333

34+
private Integer commitStatus;
35+
3436
private Boolean needAbsoluteFolderPath;
3537

3638
private String projectIdentifier;
@@ -96,6 +98,17 @@ public void setNeedContent(Boolean needContent) {
9698
}
9799
}
98100

101+
public Integer getCommitStatus() {
102+
return this.commitStatus;
103+
}
104+
105+
public void setCommitStatus(Integer commitStatus) {
106+
this.commitStatus = commitStatus;
107+
if(commitStatus != null){
108+
putBodyParameter("CommitStatus", commitStatus.toString());
109+
}
110+
}
111+
99112
public Boolean getNeedAbsoluteFolderPath() {
100113
return this.needAbsoluteFolderPath;
101114
}

0 commit comments

Comments
 (0)