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