You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: aliyun-java-sdk-dataworks-public/src/main/java/com/aliyuncs/dataworks_public/model/v20200518/CreatePermissionApplyOrderRequest.java
Copy file name to clipboardexpand all lines: aliyun-java-sdk-dataworks-public/src/main/java/com/aliyuncs/dataworks_public/model/v20200518/GetPermissionApplyOrderDetailResponse.java
+20
Original file line number
Diff line number
Diff line change
@@ -253,6 +253,8 @@ public static class ObjectMetaListItem {
253
253
254
254
privateList<ColumnMetaListItem> columnMetaList;
255
255
256
+
privateList<String> actions;
257
+
256
258
publicStringgetObjectName() {
257
259
returnthis.objectName;
258
260
}
@@ -269,6 +271,14 @@ public void setColumnMetaList(List<ColumnMetaListItem> columnMetaList) {
269
271
this.columnMetaList = columnMetaList;
270
272
}
271
273
274
+
publicList<String> getActions() {
275
+
returnthis.actions;
276
+
}
277
+
278
+
publicvoidsetActions(List<String> actions) {
279
+
this.actions = actions;
280
+
}
281
+
272
282
publicstaticclassColumnMetaListItem {
273
283
274
284
privateStringcolumnName;
@@ -277,6 +287,8 @@ public static class ColumnMetaListItem {
277
287
278
288
privateStringsecurityLevel;
279
289
290
+
privateList<String> columnActions;
291
+
280
292
publicStringgetColumnName() {
281
293
returnthis.columnName;
282
294
}
@@ -300,6 +312,14 @@ public String getSecurityLevel() {
Copy file name to clipboardexpand all lines: aliyun-java-sdk-dataworks-public/src/main/java/com/aliyuncs/dataworks_public/model/v20200518/ListFilesRequest.java
+13
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,8 @@ public class ListFilesRequest extends RpcAcsRequest<ListFilesResponse> {
39
39
40
40
privateStringfileIdIn;
41
41
42
+
privateStringlastEditUser;
43
+
42
44
privateStringfileFolderPath;
43
45
44
46
privateIntegerpageSize;
@@ -138,6 +140,17 @@ public void setFileIdIn(String fileIdIn) {
Copy file name to clipboardexpand all lines: aliyun-java-sdk-dataworks-public/src/main/java/com/aliyuncs/dataworks_public/model/v20200518/ListPermissionApplyOrdersRequest.java
+26
Original file line number
Diff line number
Diff line change
@@ -39,10 +39,14 @@ public class ListPermissionApplyOrdersRequest extends RpcAcsRequest<ListPermissi
39
39
40
40
privateStringmaxComputeProjectName;
41
41
42
+
privateStringcatalogName;
43
+
42
44
privateLongendTime;
43
45
44
46
privateIntegerflowStatus;
45
47
48
+
privateStringapplyType;
49
+
46
50
privateIntegerworkspaceId;
47
51
48
52
privateIntegerorderType;
@@ -132,6 +136,17 @@ public void setMaxComputeProjectName(String maxComputeProjectName) {
132
136
}
133
137
}
134
138
139
+
publicStringgetCatalogName() {
140
+
returnthis.catalogName;
141
+
}
142
+
143
+
publicvoidsetCatalogName(StringcatalogName) {
144
+
this.catalogName = catalogName;
145
+
if(catalogName != null){
146
+
putQueryParameter("CatalogName", catalogName);
147
+
}
148
+
}
149
+
135
150
publicLonggetEndTime() {
136
151
returnthis.endTime;
137
152
}
@@ -154,6 +169,17 @@ public void setFlowStatus(Integer flowStatus) {
Copy file name to clipboardexpand all lines: aliyun-java-sdk-dataworks-public/src/main/java/com/aliyuncs/dataworks_public/model/v20200518/MountDirectoryRequest.java
0 commit comments