Skip to content

Commit 26d2e57

Browse files
committed
Generated 2020-05-18 for dataworks-public.
1 parent 4af1dfc commit 26d2e57

File tree

3 files changed

+4
-14
lines changed

3 files changed

+4
-14
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2025-04-27 Version: 6.1.12
2+
- Generated 2020-05-18 for `dataworks-public`.
3+
14
2025-04-07 Version: 6.1.11
25
- Generated 2020-05-18 for `dataworks-public`.
36

aliyun-java-sdk-dataworks-public/pom.xml

+1-1
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.11</version>
7+
<version>6.1.12</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

-13
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ public class ListFilesRequest extends RpcAcsRequest<ListFilesResponse> {
3131

3232
private Boolean needContent;
3333

34-
private Integer commitStatus;
35-
3634
private Boolean needAbsoluteFolderPath;
3735

3836
private String projectIdentifier;
@@ -98,17 +96,6 @@ public void setNeedContent(Boolean needContent) {
9896
}
9997
}
10098

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-
11299
public Boolean getNeedAbsoluteFolderPath() {
113100
return this.needAbsoluteFolderPath;
114101
}

0 commit comments

Comments
 (0)