Skip to content

Commit b6889cb

Browse files
committed
Add TaskSetting in GetQualityRule response.
1 parent ce346ee commit b6889cb

File tree

10 files changed

+148
-134
lines changed

10 files changed

+148
-134
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+
2024-06-18 Version: 5.1.5
2+
- Add TaskSetting in GetQualityRule response.
3+
14
2024-06-07 Version: 5.1.4
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>5.1.4</version>
7+
<version>5.1.5</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/DeployFileRequest.java

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
public class DeployFileRequest extends RpcAcsRequest<DeployFileResponse> {
2626

2727

28+
private String projectIdentifier;
29+
2830
private String comment;
2931

3032
private Long projectId;
3133

3234
private Long nodeId;
3335

34-
private String projectIdentifier;
35-
3636
private Long fileId;
3737
public DeployFileRequest() {
3838
super("dataworks-public", "2020-05-18", "DeployFile");
@@ -43,6 +43,17 @@ public DeployFileRequest() {
4343
} catch (Exception e) {}
4444
}
4545

46+
public String getProjectIdentifier() {
47+
return this.projectIdentifier;
48+
}
49+
50+
public void setProjectIdentifier(String projectIdentifier) {
51+
this.projectIdentifier = projectIdentifier;
52+
if(projectIdentifier != null){
53+
putBodyParameter("ProjectIdentifier", projectIdentifier);
54+
}
55+
}
56+
4657
public String getComment() {
4758
return this.comment;
4859
}
@@ -76,17 +87,6 @@ public void setNodeId(Long nodeId) {
7687
}
7788
}
7889

79-
public String getProjectIdentifier() {
80-
return this.projectIdentifier;
81-
}
82-
83-
public void setProjectIdentifier(String projectIdentifier) {
84-
this.projectIdentifier = projectIdentifier;
85-
if(projectIdentifier != null){
86-
putBodyParameter("ProjectIdentifier", projectIdentifier);
87-
}
88-
}
89-
9090
public Long getFileId() {
9191
return this.fileId;
9292
}

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

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525
public class EstablishRelationTableToBusinessRequest extends RpcAcsRequest<EstablishRelationTableToBusinessResponse> {
2626

2727

28-
private String tableGuid;
29-
3028
private String businessId;
3129

32-
private Long projectId;
33-
3430
private String projectIdentifier;
3531

36-
private String folderId;
32+
private String folderId;
33+
34+
private String tableGuid;
35+
36+
private Long projectId;
3737
public EstablishRelationTableToBusinessRequest() {
3838
super("dataworks-public", "2020-05-18", "EstablishRelationTableToBusiness");
3939
setMethod(MethodType.POST);
@@ -43,17 +43,6 @@ public EstablishRelationTableToBusinessRequest() {
4343
} catch (Exception e) {}
4444
}
4545

46-
public String getTableGuid() {
47-
return this.tableGuid;
48-
}
49-
50-
public void setTableGuid(String tableGuid) {
51-
this.tableGuid = tableGuid;
52-
if(tableGuid != null){
53-
putBodyParameter("TableGuid", tableGuid);
54-
}
55-
}
56-
5746
public String getBusinessId() {
5847
return this.businessId;
5948
}
@@ -65,17 +54,6 @@ public void setBusinessId(String businessId) {
6554
}
6655
}
6756

68-
public Long getProjectId() {
69-
return this.projectId;
70-
}
71-
72-
public void setProjectId(Long projectId) {
73-
this.projectId = projectId;
74-
if(projectId != null){
75-
putBodyParameter("ProjectId", projectId.toString());
76-
}
77-
}
78-
7957
public String getProjectIdentifier() {
8058
return this.projectIdentifier;
8159
}
@@ -96,6 +74,28 @@ public void setFolderId(String folderId) {
9674
if(folderId != null){
9775
putBodyParameter("FolderId", folderId);
9876
}
77+
}
78+
79+
public String getTableGuid() {
80+
return this.tableGuid;
81+
}
82+
83+
public void setTableGuid(String tableGuid) {
84+
this.tableGuid = tableGuid;
85+
if(tableGuid != null){
86+
putBodyParameter("TableGuid", tableGuid);
87+
}
88+
}
89+
90+
public Long getProjectId() {
91+
return this.projectId;
92+
}
93+
94+
public void setProjectId(Long projectId) {
95+
this.projectId = projectId;
96+
if(projectId != null){
97+
putBodyParameter("ProjectId", projectId.toString());
98+
}
9999
}
100100

101101
@Override

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ public static class Data {
134134

135135
private Boolean openSwitch;
136136

137+
private String taskSetting;
138+
137139
public Integer getBlockType() {
138140
return this.blockType;
139141
}
@@ -325,6 +327,14 @@ public Boolean getOpenSwitch() {
325327
public void setOpenSwitch(Boolean openSwitch) {
326328
this.openSwitch = openSwitch;
327329
}
330+
331+
public String getTaskSetting() {
332+
return this.taskSetting;
333+
}
334+
335+
public void setTaskSetting(String taskSetting) {
336+
this.taskSetting = taskSetting;
337+
}
328338
}
329339

330340
@Override

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

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525
public class ListBusinessRequest extends RpcAcsRequest<ListBusinessResponse> {
2626

2727

28-
private Integer pageSize;
28+
private String projectIdentifier;
2929

30-
private String keyword;
30+
private Integer pageNumber;
3131

32-
private Long projectId;
32+
private Integer pageSize;
3333

34-
private String projectIdentifier;
34+
private String keyword;
3535

36-
private Integer pageNumber;
36+
private Long projectId;
3737
public ListBusinessRequest() {
3838
super("dataworks-public", "2020-05-18", "ListBusiness");
3939
setMethod(MethodType.POST);
@@ -43,6 +43,28 @@ public ListBusinessRequest() {
4343
} catch (Exception e) {}
4444
}
4545

46+
public String getProjectIdentifier() {
47+
return this.projectIdentifier;
48+
}
49+
50+
public void setProjectIdentifier(String projectIdentifier) {
51+
this.projectIdentifier = projectIdentifier;
52+
if(projectIdentifier != null){
53+
putBodyParameter("ProjectIdentifier", projectIdentifier);
54+
}
55+
}
56+
57+
public Integer getPageNumber() {
58+
return this.pageNumber;
59+
}
60+
61+
public void setPageNumber(Integer pageNumber) {
62+
this.pageNumber = pageNumber;
63+
if(pageNumber != null){
64+
putBodyParameter("PageNumber", pageNumber.toString());
65+
}
66+
}
67+
4668
public Integer getPageSize() {
4769
return this.pageSize;
4870
}
@@ -74,28 +96,6 @@ public void setProjectId(Long projectId) {
7496
if(projectId != null){
7597
putBodyParameter("ProjectId", projectId.toString());
7698
}
77-
}
78-
79-
public String getProjectIdentifier() {
80-
return this.projectIdentifier;
81-
}
82-
83-
public void setProjectIdentifier(String projectIdentifier) {
84-
this.projectIdentifier = projectIdentifier;
85-
if(projectIdentifier != null){
86-
putBodyParameter("ProjectIdentifier", projectIdentifier);
87-
}
88-
}
89-
90-
public Integer getPageNumber() {
91-
return this.pageNumber;
92-
}
93-
94-
public void setPageNumber(Integer pageNumber) {
95-
this.pageNumber = pageNumber;
96-
if(pageNumber != null){
97-
putBodyParameter("PageNumber", pageNumber.toString());
98-
}
9999
}
100100

101101
@Override

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

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
public class ListFileVersionsRequest extends RpcAcsRequest<ListFileVersionsResponse> {
2626

2727

28-
private Integer pageSize;
29-
30-
private Long projectId;
31-
3228
private String projectIdentifier;
3329

3430
private Integer pageNumber;
3531

32+
private Integer pageSize;
33+
34+
private Long projectId;
35+
3636
private Long fileId;
3737
public ListFileVersionsRequest() {
3838
super("dataworks-public", "2020-05-18", "ListFileVersions");
@@ -43,28 +43,6 @@ public ListFileVersionsRequest() {
4343
} catch (Exception e) {}
4444
}
4545

46-
public Integer getPageSize() {
47-
return this.pageSize;
48-
}
49-
50-
public void setPageSize(Integer pageSize) {
51-
this.pageSize = pageSize;
52-
if(pageSize != null){
53-
putBodyParameter("PageSize", pageSize.toString());
54-
}
55-
}
56-
57-
public Long getProjectId() {
58-
return this.projectId;
59-
}
60-
61-
public void setProjectId(Long projectId) {
62-
this.projectId = projectId;
63-
if(projectId != null){
64-
putBodyParameter("ProjectId", projectId.toString());
65-
}
66-
}
67-
6846
public String getProjectIdentifier() {
6947
return this.projectIdentifier;
7048
}
@@ -87,6 +65,28 @@ public void setPageNumber(Integer pageNumber) {
8765
}
8866
}
8967

68+
public Integer getPageSize() {
69+
return this.pageSize;
70+
}
71+
72+
public void setPageSize(Integer pageSize) {
73+
this.pageSize = pageSize;
74+
if(pageSize != null){
75+
putBodyParameter("PageSize", pageSize.toString());
76+
}
77+
}
78+
79+
public Long getProjectId() {
80+
return this.projectId;
81+
}
82+
83+
public void setProjectId(Long projectId) {
84+
this.projectId = projectId;
85+
if(projectId != null){
86+
putBodyParameter("ProjectId", projectId.toString());
87+
}
88+
}
89+
9090
public Long getFileId() {
9191
return this.fileId;
9292
}

0 commit comments

Comments
 (0)