public class DescribeInvocationsResponse
extends com.aliyuncs.AcsResponse
限定符和类型 | 类和说明 |
---|---|
static class |
DescribeInvocationsResponse.Invocation |
构造器和说明 |
---|
DescribeInvocationsResponse() |
限定符和类型 | 方法和说明 |
---|---|
DescribeInvocationsResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
List<DescribeInvocationsResponse.Invocation> |
getInvocations() |
Long |
getPageNumber() |
Long |
getPageSize() |
String |
getRequestId() |
Long |
getTotalCount() |
void |
setInvocations(List<DescribeInvocationsResponse.Invocation> invocations) |
void |
setPageNumber(Long pageNumber) |
void |
setPageSize(Long pageSize) |
void |
setRequestId(String requestId) |
void |
setTotalCount(Long totalCount) |
public Long getPageSize()
public void setPageSize(Long pageSize)
public String getRequestId()
public void setRequestId(String requestId)
public Long getPageNumber()
public void setPageNumber(Long pageNumber)
public Long getTotalCount()
public void setTotalCount(Long totalCount)
public List<DescribeInvocationsResponse.Invocation> getInvocations()
public void setInvocations(List<DescribeInvocationsResponse.Invocation> invocations)
public DescribeInvocationsResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance
在类中 com.aliyuncs.AcsResponse
Copyright © 2023. All Rights Reserved.