public class ListBuildPackResponse
extends com.aliyuncs.AcsResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
ListBuildPackResponse.BuildPack |
| Constructor and Description |
|---|
ListBuildPackResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<ListBuildPackResponse.BuildPack> |
getBuildPackList() |
Integer |
getCode() |
ListBuildPackResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
String |
getMessage() |
void |
setBuildPackList(List<ListBuildPackResponse.BuildPack> buildPackList) |
void |
setCode(Integer code) |
void |
setMessage(String message) |
public Integer getCode()
public void setCode(Integer code)
public String getMessage()
public void setMessage(String message)
public List<ListBuildPackResponse.BuildPack> getBuildPackList()
public void setBuildPackList(List<ListBuildPackResponse.BuildPack> buildPackList)
public ListBuildPackResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance in class com.aliyuncs.AcsResponseCopyright © 2018. All Rights Reserved.