public class DescribeIdlFileInfosRequest extends AbstractModel
Constructor and Description |
---|
DescribeIdlFileInfosRequest() |
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
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 © 2020. All rights reserved.