diff --git a/aliyun-java-sdk-dataworks-public/ChangeLog.txt b/aliyun-java-sdk-dataworks-public/ChangeLog.txt
index c301342af6..e30ae97305 100644
--- a/aliyun-java-sdk-dataworks-public/ChangeLog.txt
+++ b/aliyun-java-sdk-dataworks-public/ChangeLog.txt
@@ -1,3 +1,6 @@
+2023-12-11 Version: 5.0.0
+- Generated 2020-05-18 for `dataworks-public`.
+
2023-12-08 Version: 4.2.16
- Generated 2020-05-18 for `dataworks-public`.
diff --git a/aliyun-java-sdk-dataworks-public/pom.xml b/aliyun-java-sdk-dataworks-public/pom.xml
index 6641ece310..7918405b8e 100644
--- a/aliyun-java-sdk-dataworks-public/pom.xml
+++ b/aliyun-java-sdk-dataworks-public/pom.xml
@@ -4,7 +4,7 @@
com.aliyun
aliyun-java-sdk-dataworks-public
jar
- 4.2.16
+ 5.0.0
aliyun-java-sdk-dataworks-public
http://www.aliyun.com
Aliyun Open API SDK for Java
diff --git a/aliyun-java-sdk-dataworks-public/src/main/java/com/aliyuncs/dataworks_public/model/v20200518/GetMetaCollectionDetailResponse.java b/aliyun-java-sdk-dataworks-public/src/main/java/com/aliyuncs/dataworks_public/model/v20200518/GetMetaCollectionDetailResponse.java
index bacdde01d2..5c9cd6adfa 100644
--- a/aliyun-java-sdk-dataworks-public/src/main/java/com/aliyuncs/dataworks_public/model/v20200518/GetMetaCollectionDetailResponse.java
+++ b/aliyun-java-sdk-dataworks-public/src/main/java/com/aliyuncs/dataworks_public/model/v20200518/GetMetaCollectionDetailResponse.java
@@ -24,159 +24,6 @@
*/
public class GetMetaCollectionDetailResponse extends AcsResponse {
- private String requestId;
-
- private Boolean success;
-
- private String errorCode;
-
- private String errorMessage;
-
- private Integer httpStatusCode;
-
- private Collection collection;
-
- public String getRequestId() {
- return this.requestId;
- }
-
- public void setRequestId(String requestId) {
- this.requestId = requestId;
- }
-
- public Boolean getSuccess() {
- return this.success;
- }
-
- public void setSuccess(Boolean success) {
- this.success = success;
- }
-
- public String getErrorCode() {
- return this.errorCode;
- }
-
- public void setErrorCode(String errorCode) {
- this.errorCode = errorCode;
- }
-
- public String getErrorMessage() {
- return this.errorMessage;
- }
-
- public void setErrorMessage(String errorMessage) {
- this.errorMessage = errorMessage;
- }
-
- public Integer getHttpStatusCode() {
- return this.httpStatusCode;
- }
-
- public void setHttpStatusCode(Integer httpStatusCode) {
- this.httpStatusCode = httpStatusCode;
- }
-
- public Collection getCollection() {
- return this.collection;
- }
-
- public void setCollection(Collection collection) {
- this.collection = collection;
- }
-
- public static class Collection {
-
- private String qualifiedName;
-
- private String collectionType;
-
- private String name;
-
- private String comment;
-
- private String ownerId;
-
- private String ownerName;
-
- private Long createTime;
-
- private Long updateTime;
-
- private Integer level;
-
- public String getQualifiedName() {
- return this.qualifiedName;
- }
-
- public void setQualifiedName(String qualifiedName) {
- this.qualifiedName = qualifiedName;
- }
-
- public String getCollectionType() {
- return this.collectionType;
- }
-
- public void setCollectionType(String collectionType) {
- this.collectionType = collectionType;
- }
-
- public String getName() {
- return this.name;
- }
-
- public void setName(String name) {
- this.name = name;
- }
-
- public String getComment() {
- return this.comment;
- }
-
- public void setComment(String comment) {
- this.comment = comment;
- }
-
- public String getOwnerId() {
- return this.ownerId;
- }
-
- public void setOwnerId(String ownerId) {
- this.ownerId = ownerId;
- }
-
- public String getOwnerName() {
- return this.ownerName;
- }
-
- public void setOwnerName(String ownerName) {
- this.ownerName = ownerName;
- }
-
- public Long getCreateTime() {
- return this.createTime;
- }
-
- public void setCreateTime(Long createTime) {
- this.createTime = createTime;
- }
-
- public Long getUpdateTime() {
- return this.updateTime;
- }
-
- public void setUpdateTime(Long updateTime) {
- this.updateTime = updateTime;
- }
-
- public Integer getLevel() {
- return this.level;
- }
-
- public void setLevel(Integer level) {
- this.level = level;
- }
- }
-
@Override
public GetMetaCollectionDetailResponse getInstance(UnmarshallerContext context) {
return GetMetaCollectionDetailResponseUnmarshaller.unmarshall(this, context);
diff --git a/aliyun-java-sdk-dataworks-public/src/main/java/com/aliyuncs/dataworks_public/model/v20200518/ListEnabledExtensionsForProjectResponse.java b/aliyun-java-sdk-dataworks-public/src/main/java/com/aliyuncs/dataworks_public/model/v20200518/ListEnabledExtensionsForProjectResponse.java
index b9347ae46a..58dc164440 100644
--- a/aliyun-java-sdk-dataworks-public/src/main/java/com/aliyuncs/dataworks_public/model/v20200518/ListEnabledExtensionsForProjectResponse.java
+++ b/aliyun-java-sdk-dataworks-public/src/main/java/com/aliyuncs/dataworks_public/model/v20200518/ListEnabledExtensionsForProjectResponse.java
@@ -63,10 +63,6 @@ public static class ExtensionsItem {
private String parameterSetting;
- private Long gmtCreate;
-
- private Long gmtModified;
-
public String getExtensionCode() {
return this.extensionCode;
}
@@ -130,22 +126,6 @@ public String getParameterSetting() {
public void setParameterSetting(String parameterSetting) {
this.parameterSetting = parameterSetting;
}
-
- public Long getGmtCreate() {
- return this.gmtCreate;
- }
-
- public void setGmtCreate(Long gmtCreate) {
- this.gmtCreate = gmtCreate;
- }
-
- public Long getGmtModified() {
- return this.gmtModified;
- }
-
- public void setGmtModified(Long gmtModified) {
- this.gmtModified = gmtModified;
- }
}
@Override
diff --git a/aliyun-java-sdk-dataworks-public/src/main/java/com/aliyuncs/dataworks_public/model/v20200518/ListEntitiesByTagsRequest.java b/aliyun-java-sdk-dataworks-public/src/main/java/com/aliyuncs/dataworks_public/model/v20200518/ListEntitiesByTagsRequest.java
index c89f479901..15787bbfc8 100644
--- a/aliyun-java-sdk-dataworks-public/src/main/java/com/aliyuncs/dataworks_public/model/v20200518/ListEntitiesByTagsRequest.java
+++ b/aliyun-java-sdk-dataworks-public/src/main/java/com/aliyuncs/dataworks_public/model/v20200518/ListEntitiesByTagsRequest.java
@@ -35,7 +35,7 @@ public class ListEntitiesByTagsRequest extends RpcAcsRequest tags;
+ private List