public class DescribeIdlFileInfosRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeIdlFileInfosRequest()  | 
DescribeIdlFileInfosRequest(DescribeIdlFileInfosRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getClusterId()
Get ID of the cluster where a file resides 
 | 
String[] | 
getIdlFileIds()
Get File ID list 
 | 
Long | 
getLimit()
Get Number of returned results in query list 
 | 
Long | 
getOffset()
Get Query list offset 
 | 
String[] | 
getTableGroupIds()
Get ID of the table group where a file resides 
 | 
void | 
setClusterId(String ClusterId)
Set ID of the cluster where a file resides 
 | 
void | 
setIdlFileIds(String[] IdlFileIds)
Set File ID list 
 | 
void | 
setLimit(Long Limit)
Set Number of returned results in query list 
 | 
void | 
setOffset(Long Offset)
Set Query list offset 
 | 
void | 
setTableGroupIds(String[] TableGroupIds)
Set ID of the table group where a file resides 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeIdlFileInfosRequest()
public DescribeIdlFileInfosRequest(DescribeIdlFileInfosRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - ID of the cluster where a file residespublic String[] getTableGroupIds()
public void setTableGroupIds(String[] TableGroupIds)
TableGroupIds - ID of the table group where a file residespublic String[] getIdlFileIds()
public void setIdlFileIds(String[] IdlFileIds)
IdlFileIds - File ID listpublic Long getOffset()
public void setOffset(Long Offset)
Offset - Query list offsetpublic Long getLimit()
public void setLimit(Long Limit)
Limit - Number of returned results in query listCopyright © 2025. All rights reserved.