public class DescribeSendFileResultsRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
DescribeSendFileResultsRequest.DescribeSendFileResultsRequestTag |
限定符和类型 | 字段和说明 |
---|---|
String |
instanceId
The ID of the instance whose records you want to query.
|
String |
invokeId
The ID of the file sending task.
|
String |
name
The name of the file whose records you want to query.
|
String |
ownerAccount |
Long |
ownerId |
Long |
pageNumber
The page number of the page to return.
|
Long |
pageSize
The number of entries returned per page.
|
String |
regionId
The region ID of the instance.
|
String |
resourceGroupId
The ID of the resource group.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
List<DescribeSendFileResultsRequest.DescribeSendFileResultsRequestTag> |
tag |
构造器和说明 |
---|
DescribeSendFileResultsRequest() |
@NameInMap(value="InstanceId") public String instanceId
The ID of the instance whose records you want to query.
@NameInMap(value="InvokeId") public String invokeId
The ID of the file sending task.
@NameInMap(value="Name") public String name
The name of the file whose records you want to query.
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="PageNumber") public Long pageNumber
The page number of the page to return.
Pages start from page 1.
Default value: 1.
@NameInMap(value="PageSize") public Long pageSize
The number of entries returned per page.
Maximum value: 50.
Default value: 10.
@NameInMap(value="RegionId") public String regionId
The region ID of the instance. You can call the [DescribeRegions](~~25609~~) operation to query the most recent region list.
@NameInMap(value="ResourceGroupId") public String resourceGroupId
The ID of the resource group. After you set this parameter, you need to specify ResourceGroupId when you send files to query the file sending results in the specified resource group.
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="Tag") public List<DescribeSendFileResultsRequest.DescribeSendFileResultsRequestTag> tag
public static DescribeSendFileResultsRequest build(Map<String,?> map) throws Exception
Exception
public DescribeSendFileResultsRequest setInstanceId(String instanceId)
public String getInstanceId()
public DescribeSendFileResultsRequest setInvokeId(String invokeId)
public String getInvokeId()
public DescribeSendFileResultsRequest setName(String name)
public String getName()
public DescribeSendFileResultsRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DescribeSendFileResultsRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribeSendFileResultsRequest setPageNumber(Long pageNumber)
public Long getPageNumber()
public DescribeSendFileResultsRequest setPageSize(Long pageSize)
public Long getPageSize()
public DescribeSendFileResultsRequest setRegionId(String regionId)
public String getRegionId()
public DescribeSendFileResultsRequest setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public DescribeSendFileResultsRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DescribeSendFileResultsRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public DescribeSendFileResultsRequest setTag(List<DescribeSendFileResultsRequest.DescribeSendFileResultsRequestTag> tag)
public List<DescribeSendFileResultsRequest.DescribeSendFileResultsRequestTag> getTag()
Copyright © 2023. All rights reserved.