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