Skip to content

Commit

Permalink
Add TaskSetting in GetQualityRule response.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdk-team committed Jun 18, 2024
1 parent ce346ee commit b6889cb
Show file tree
Hide file tree
Showing 10 changed files with 148 additions and 134 deletions.
3 changes: 3 additions & 0 deletions aliyun-java-sdk-dataworks-public/ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2024-06-18 Version: 5.1.5
- Add TaskSetting in GetQualityRule response.

2024-06-07 Version: 5.1.4
- Generated 2020-05-18 for `dataworks-public`.

Expand Down
2 changes: 1 addition & 1 deletion aliyun-java-sdk-dataworks-public/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.aliyun</groupId>
<artifactId>aliyun-java-sdk-dataworks-public</artifactId>
<packaging>jar</packaging>
<version>5.1.4</version>
<version>5.1.5</version>
<name>aliyun-java-sdk-dataworks-public</name>
<url>http://www.aliyun.com</url>
<description>Aliyun Open API SDK for Java
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
public class DeployFileRequest extends RpcAcsRequest<DeployFileResponse> {


private String projectIdentifier;

private String comment;

private Long projectId;

private Long nodeId;

private String projectIdentifier;

private Long fileId;
public DeployFileRequest() {
super("dataworks-public", "2020-05-18", "DeployFile");
Expand All @@ -43,6 +43,17 @@ public DeployFileRequest() {
} catch (Exception e) {}
}

public String getProjectIdentifier() {
return this.projectIdentifier;
}

public void setProjectIdentifier(String projectIdentifier) {
this.projectIdentifier = projectIdentifier;
if(projectIdentifier != null){
putBodyParameter("ProjectIdentifier", projectIdentifier);
}
}

public String getComment() {
return this.comment;
}
Expand Down Expand Up @@ -76,17 +87,6 @@ public void setNodeId(Long nodeId) {
}
}

public String getProjectIdentifier() {
return this.projectIdentifier;
}

public void setProjectIdentifier(String projectIdentifier) {
this.projectIdentifier = projectIdentifier;
if(projectIdentifier != null){
putBodyParameter("ProjectIdentifier", projectIdentifier);
}
}

public Long getFileId() {
return this.fileId;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
public class EstablishRelationTableToBusinessRequest extends RpcAcsRequest<EstablishRelationTableToBusinessResponse> {


private String tableGuid;

private String businessId;

private Long projectId;

private String projectIdentifier;

private String folderId;
private String folderId;

private String tableGuid;

private Long projectId;
public EstablishRelationTableToBusinessRequest() {
super("dataworks-public", "2020-05-18", "EstablishRelationTableToBusiness");
setMethod(MethodType.POST);
Expand All @@ -43,17 +43,6 @@ public EstablishRelationTableToBusinessRequest() {
} catch (Exception e) {}
}

public String getTableGuid() {
return this.tableGuid;
}

public void setTableGuid(String tableGuid) {
this.tableGuid = tableGuid;
if(tableGuid != null){
putBodyParameter("TableGuid", tableGuid);
}
}

public String getBusinessId() {
return this.businessId;
}
Expand All @@ -65,17 +54,6 @@ public void setBusinessId(String businessId) {
}
}

public Long getProjectId() {
return this.projectId;
}

public void setProjectId(Long projectId) {
this.projectId = projectId;
if(projectId != null){
putBodyParameter("ProjectId", projectId.toString());
}
}

public String getProjectIdentifier() {
return this.projectIdentifier;
}
Expand All @@ -96,6 +74,28 @@ public void setFolderId(String folderId) {
if(folderId != null){
putBodyParameter("FolderId", folderId);
}
}

public String getTableGuid() {
return this.tableGuid;
}

public void setTableGuid(String tableGuid) {
this.tableGuid = tableGuid;
if(tableGuid != null){
putBodyParameter("TableGuid", tableGuid);
}
}

public Long getProjectId() {
return this.projectId;
}

public void setProjectId(Long projectId) {
this.projectId = projectId;
if(projectId != null){
putBodyParameter("ProjectId", projectId.toString());
}
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ public static class Data {

private Boolean openSwitch;

private String taskSetting;

public Integer getBlockType() {
return this.blockType;
}
Expand Down Expand Up @@ -325,6 +327,14 @@ public Boolean getOpenSwitch() {
public void setOpenSwitch(Boolean openSwitch) {
this.openSwitch = openSwitch;
}

public String getTaskSetting() {
return this.taskSetting;
}

public void setTaskSetting(String taskSetting) {
this.taskSetting = taskSetting;
}
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
public class ListBusinessRequest extends RpcAcsRequest<ListBusinessResponse> {


private Integer pageSize;
private String projectIdentifier;

private String keyword;
private Integer pageNumber;

private Long projectId;
private Integer pageSize;

private String projectIdentifier;
private String keyword;

private Integer pageNumber;
private Long projectId;
public ListBusinessRequest() {
super("dataworks-public", "2020-05-18", "ListBusiness");
setMethod(MethodType.POST);
Expand All @@ -43,6 +43,28 @@ public ListBusinessRequest() {
} catch (Exception e) {}
}

public String getProjectIdentifier() {
return this.projectIdentifier;
}

public void setProjectIdentifier(String projectIdentifier) {
this.projectIdentifier = projectIdentifier;
if(projectIdentifier != null){
putBodyParameter("ProjectIdentifier", projectIdentifier);
}
}

public Integer getPageNumber() {
return this.pageNumber;
}

public void setPageNumber(Integer pageNumber) {
this.pageNumber = pageNumber;
if(pageNumber != null){
putBodyParameter("PageNumber", pageNumber.toString());
}
}

public Integer getPageSize() {
return this.pageSize;
}
Expand Down Expand Up @@ -74,28 +96,6 @@ public void setProjectId(Long projectId) {
if(projectId != null){
putBodyParameter("ProjectId", projectId.toString());
}
}

public String getProjectIdentifier() {
return this.projectIdentifier;
}

public void setProjectIdentifier(String projectIdentifier) {
this.projectIdentifier = projectIdentifier;
if(projectIdentifier != null){
putBodyParameter("ProjectIdentifier", projectIdentifier);
}
}

public Integer getPageNumber() {
return this.pageNumber;
}

public void setPageNumber(Integer pageNumber) {
this.pageNumber = pageNumber;
if(pageNumber != null){
putBodyParameter("PageNumber", pageNumber.toString());
}
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
public class ListFileVersionsRequest extends RpcAcsRequest<ListFileVersionsResponse> {


private Integer pageSize;

private Long projectId;

private String projectIdentifier;

private Integer pageNumber;

private Integer pageSize;

private Long projectId;

private Long fileId;
public ListFileVersionsRequest() {
super("dataworks-public", "2020-05-18", "ListFileVersions");
Expand All @@ -43,28 +43,6 @@ public ListFileVersionsRequest() {
} catch (Exception e) {}
}

public Integer getPageSize() {
return this.pageSize;
}

public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
if(pageSize != null){
putBodyParameter("PageSize", pageSize.toString());
}
}

public Long getProjectId() {
return this.projectId;
}

public void setProjectId(Long projectId) {
this.projectId = projectId;
if(projectId != null){
putBodyParameter("ProjectId", projectId.toString());
}
}

public String getProjectIdentifier() {
return this.projectIdentifier;
}
Expand All @@ -87,6 +65,28 @@ public void setPageNumber(Integer pageNumber) {
}
}

public Integer getPageSize() {
return this.pageSize;
}

public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
if(pageSize != null){
putBodyParameter("PageSize", pageSize.toString());
}
}

public Long getProjectId() {
return this.projectId;
}

public void setProjectId(Long projectId) {
this.projectId = projectId;
if(projectId != null){
putBodyParameter("ProjectId", projectId.toString());
}
}

public Long getFileId() {
return this.fileId;
}
Expand Down
Loading

0 comments on commit b6889cb

Please sign in to comment.