public class DescribeCustomEventHistogramResponse
extends com.aliyuncs.AcsResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
DescribeCustomEventHistogramResponse.EventHistogram |
| Constructor and Description |
|---|
DescribeCustomEventHistogramResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
List<DescribeCustomEventHistogramResponse.EventHistogram> |
getEventHistograms() |
DescribeCustomEventHistogramResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
String |
getMessage() |
String |
getRequestId() |
String |
getSuccess() |
void |
setCode(String code) |
void |
setEventHistograms(List<DescribeCustomEventHistogramResponse.EventHistogram> eventHistograms) |
void |
setMessage(String message) |
void |
setRequestId(String requestId) |
void |
setSuccess(String success) |
public DescribeCustomEventHistogramResponse()
public String getCode()
public void setCode(String code)
public String getMessage()
public void setMessage(String message)
public String getRequestId()
public void setRequestId(String requestId)
public String getSuccess()
public void setSuccess(String success)
public List<DescribeCustomEventHistogramResponse.EventHistogram> getEventHistograms()
public void setEventHistograms(List<DescribeCustomEventHistogramResponse.EventHistogram> eventHistograms)
public DescribeCustomEventHistogramResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance in class com.aliyuncs.AcsResponseCopyright © 2020. All Rights Reserved.