public class DescribeAlertLogHistogramResponse
extends com.aliyuncs.AcsResponse
| 限定符和类型 | 类和说明 |
|---|---|
static class |
DescribeAlertLogHistogramResponse.AlertLogHistogramListItem |
| 构造器和说明 |
|---|
DescribeAlertLogHistogramResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
checkShowJsonItemName() |
List<DescribeAlertLogHistogramResponse.AlertLogHistogramListItem> |
getAlertLogHistogramList() |
String |
getCode() |
DescribeAlertLogHistogramResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
String |
getMessage() |
String |
getRequestId() |
Boolean |
getSuccess() |
void |
setAlertLogHistogramList(List<DescribeAlertLogHistogramResponse.AlertLogHistogramListItem> alertLogHistogramList) |
void |
setCode(String code) |
void |
setMessage(String message) |
void |
setRequestId(String requestId) |
void |
setSuccess(Boolean success) |
public String getCode()
public void setCode(String code)
public String getMessage()
public void setMessage(String message)
public Boolean getSuccess()
public void setSuccess(Boolean success)
public String getRequestId()
public void setRequestId(String requestId)
public List<DescribeAlertLogHistogramResponse.AlertLogHistogramListItem> getAlertLogHistogramList()
public void setAlertLogHistogramList(List<DescribeAlertLogHistogramResponse.AlertLogHistogramListItem> alertLogHistogramList)
public DescribeAlertLogHistogramResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance 在类中 com.aliyuncs.AcsResponsepublic boolean checkShowJsonItemName()
checkShowJsonItemName 在类中 com.aliyuncs.AcsResponseCopyright © 2021. All Rights Reserved.