public class DescribeImageLibResponse
extends com.aliyuncs.AcsResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
DescribeImageLibResponse.ImageLib |
| Constructor and Description |
|---|
DescribeImageLibResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkShowJsonItemName() |
List<DescribeImageLibResponse.ImageLib> |
getImageLibList() |
DescribeImageLibResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
String |
getRequestId() |
Integer |
getTotalCount() |
void |
setImageLibList(List<DescribeImageLibResponse.ImageLib> imageLibList) |
void |
setRequestId(String requestId) |
void |
setTotalCount(Integer totalCount) |
public String getRequestId()
public void setRequestId(String requestId)
public Integer getTotalCount()
public void setTotalCount(Integer totalCount)
public List<DescribeImageLibResponse.ImageLib> getImageLibList()
public void setImageLibList(List<DescribeImageLibResponse.ImageLib> imageLibList)
public DescribeImageLibResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance in class com.aliyuncs.AcsResponsepublic boolean checkShowJsonItemName()
checkShowJsonItemName in class com.aliyuncs.AcsResponseCopyright © 2018. All Rights Reserved.