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: dataworks-public-20240518/src/main/java/com/aliyun/sdk/service/dataworks_public20240518/models/GetFileRequest.java
+18-4Lines changed: 18 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,10 @@ public Builder regionId(String regionId) {
124
124
}
125
125
126
126
/**
127
-
* FileId.
127
+
* <p>The file ID. You can call the <a href="https://help.aliyun.com/document_detail/173942.html">ListFiles</a> operation to query the ID.</p>
128
+
*
129
+
* <strong>example:</strong>
130
+
* <p>100000001</p>
128
131
*/
129
132
publicBuilderfileId(LongfileId) {
130
133
this.putBodyParameter("FileId", fileId);
@@ -133,7 +136,10 @@ public Builder fileId(Long fileId) {
133
136
}
134
137
135
138
/**
136
-
* NodeId.
139
+
* <p>The ID of the node that is scheduled. You can call the <a href="https://help.aliyun.com/document_detail/173942.html">ListFiles</a> operation to query the ID.</p>
140
+
*
141
+
* <strong>example:</strong>
142
+
* <p>200000001</p>
137
143
*/
138
144
publicBuildernodeId(LongnodeId) {
139
145
this.putBodyParameter("NodeId", nodeId);
@@ -142,7 +148,11 @@ public Builder nodeId(Long nodeId) {
142
148
}
143
149
144
150
/**
145
-
* ProjectId.
151
+
* <p>The DataWorks workspace ID. You can log on to the <a href="https://workbench.data.aliyun.com/console">DataWorks console</a> and go to the Workspace page to query the ID.</p>
152
+
* <p>You must configure either this parameter or the ProjectIdentifier parameter to determine the DataWorks workspace to which the operation is applied.</p>
153
+
*
154
+
* <strong>example:</strong>
155
+
* <p>10000</p>
146
156
*/
147
157
publicBuilderprojectId(LongprojectId) {
148
158
this.putBodyParameter("ProjectId", projectId);
@@ -151,7 +161,11 @@ public Builder projectId(Long projectId) {
151
161
}
152
162
153
163
/**
154
-
* ProjectIdentifier.
164
+
* <p>The name of the DataWorks workspace. You can log on to the <a href="https://workbench.data.aliyun.com/console">DataWorks console</a> and go to the Workspace page to query the name.</p>
165
+
* <p>You must configure either this parameter or the ProjectId parameter to determine the DataWorks workspace to which the operation is applied.</p>
0 commit comments