public class DescribeSendFileResultsRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
DescribeSendFileResultsRequest.DescribeSendFileResultsRequestTag |
限定符和类型 | 字段和说明 |
---|---|
String |
instanceId
The ID of the instance for which you want to query file sending records.
|
String |
invocationStatus
The overall sending status of the file.
|
String |
invokeId
The ID of the file sending task.
|
Integer |
maxResults
The maximum number of entries per page.
|
String |
name
The name of the file whose sending records you want to query.
|
String |
nextToken
The pagination token that is used in the next request to retrieve a new page of results.
|
String |
ownerAccount |
Long |
ownerId |
Long |
pageNumber
The page number.
|
Long |
pageSize
The number of entries per page.
|
String |
regionId
The region ID of the ECS instance.
|
String |
resourceGroupId
The ID of the resource group.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
List<DescribeSendFileResultsRequest.DescribeSendFileResultsRequestTag> |
tag
The tags of the file sending task.
|
构造器和说明 |
---|
DescribeSendFileResultsRequest() |
@NameInMap(value="InstanceId") public String instanceId
The ID of the instance for which you want to query file sending records.
example:i-hz0jdfwd9f****
@NameInMap(value="InvocationStatus") public String invocationStatus
The overall sending status of the file. The overall sending status of the file varies based on the sending status of the file on all destination instances. Valid values:
Success
@NameInMap(value="InvokeId") public String invokeId
The ID of the file sending task.
example:f-hz0jdfwd9f****
@NameInMap(value="MaxResults") public Integer maxResults
The maximum number of entries per page.
Valid values: 1 to 50.
Default value: 10.
example:10
@NameInMap(value="Name") public String name
The name of the file whose sending records you want to query.
example:test.txt
@NameInMap(value="NextToken") public String nextToken
The pagination token that is used in the next request to retrieve a new page of results. You must specify the token that is obtained from the previous query as the value of NextToken.
example:AAAAAdDWBF2
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="PageNumber") public Long pageNumber
The page number.
Pages start from page 1.
Default value: 1.
example:1
@NameInMap(value="PageSize") public Long pageSize
The number of entries per page.
Valid values: 1 to 50.
Default value: 10.
example:10
@NameInMap(value="RegionId") public String regionId
The region ID of the ECS instance. You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="ResourceGroupId") public String resourceGroupId
The ID of the resource group. After you set this parameter, file sending results in the specified resource group are queried.
example:rg-bp67acfmxazb4p****
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="Tag") public List<DescribeSendFileResultsRequest.DescribeSendFileResultsRequestTag> tag
The tags of the file sending task.
public static DescribeSendFileResultsRequest build(Map<String,?> map) throws Exception
Exception
public DescribeSendFileResultsRequest setInstanceId(String instanceId)
public String getInstanceId()
public DescribeSendFileResultsRequest setInvocationStatus(String invocationStatus)
public String getInvocationStatus()
public DescribeSendFileResultsRequest setInvokeId(String invokeId)
public String getInvokeId()
public DescribeSendFileResultsRequest setMaxResults(Integer maxResults)
public Integer getMaxResults()
public DescribeSendFileResultsRequest setName(String name)
public String getName()
public DescribeSendFileResultsRequest setNextToken(String nextToken)
public String getNextToken()
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 © 2024. All rights reserved.