public class DescribeSendFileResultsResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocations |
invocations
The file sending records.
|
String |
nextToken
A pagination token.
|
Long |
pageNumber
The page number.
|
Long |
pageSize
The number of entries per page.
|
String |
requestId
The request ID.
|
Long |
totalCount
The total number of file sending tasks queried.
|
构造器和说明 |
---|
DescribeSendFileResultsResponseBody() |
@NameInMap(value="Invocations") public DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocations invocations
The file sending records.
@NameInMap(value="NextToken") public String nextToken
A pagination token. It can be used in the next request to retrieve a new page of results.
example:AAAAAdDWBF2
@NameInMap(value="PageNumber") public Long pageNumber
The page number.
example:1
@NameInMap(value="PageSize") public Long pageSize
The number of entries per page.
example:10
@NameInMap(value="RequestId") public String requestId
The request ID.
example:473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E
@NameInMap(value="TotalCount") public Long totalCount
The total number of file sending tasks queried.
example:2
public static DescribeSendFileResultsResponseBody build(Map<String,?> map) throws Exception
Exception
public DescribeSendFileResultsResponseBody setInvocations(DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocations invocations)
public DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocations getInvocations()
public DescribeSendFileResultsResponseBody setNextToken(String nextToken)
public String getNextToken()
public DescribeSendFileResultsResponseBody setPageNumber(Long pageNumber)
public Long getPageNumber()
public DescribeSendFileResultsResponseBody setPageSize(Long pageSize)
public Long getPageSize()
public DescribeSendFileResultsResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribeSendFileResultsResponseBody setTotalCount(Long totalCount)
public Long getTotalCount()
Copyright © 2024. All rights reserved.