public static class DescribeInvocationResultsResponse.Invocation extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DescribeInvocationResultsResponse.Invocation.ResultItem |
| Constructor and Description |
|---|
DescribeInvocationResultsResponse.Invocation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getInvokeId() |
Long |
getPageNumber() |
Long |
getPageSize() |
List<DescribeInvocationResultsResponse.Invocation.ResultItem> |
getResultLists() |
String |
getStatus() |
Long |
getTotalCount() |
void |
setInvokeId(String invokeId) |
void |
setPageNumber(Long pageNumber) |
void |
setPageSize(Long pageSize) |
void |
setResultLists(List<DescribeInvocationResultsResponse.Invocation.ResultItem> resultLists) |
void |
setStatus(String status) |
void |
setTotalCount(Long totalCount) |
public DescribeInvocationResultsResponse.Invocation()
public String getInvokeId()
public void setInvokeId(String invokeId)
public Long getPageSize()
public void setPageSize(Long pageSize)
public Long getPageNumber()
public void setPageNumber(Long pageNumber)
public Long getTotalCount()
public void setTotalCount(Long totalCount)
public String getStatus()
public void setStatus(String status)
public List<DescribeInvocationResultsResponse.Invocation.ResultItem> getResultLists()
public void setResultLists(List<DescribeInvocationResultsResponse.Invocation.ResultItem> resultLists)
Copyright © 2017. All Rights Reserved.