com.aliyuncs.cms.model.v20170301
类 ListAlarmHistoryResponse

java.lang.Object
  继承者 com.aliyuncs.AcsResponse
      继承者 com.aliyuncs.cms.model.v20170301.ListAlarmHistoryResponse

public class ListAlarmHistoryResponse
extends com.aliyuncs.AcsResponse

版本:
作者:
auto create

嵌套类摘要
static class ListAlarmHistoryResponse.AlarmHistory
           
 
构造方法摘要
ListAlarmHistoryResponse()
           
 
方法摘要
 List<ListAlarmHistoryResponse.AlarmHistory> getAlarmHistoryList()
           
 String getCode()
           
 String getCursor()
           
 ListAlarmHistoryResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
           
 String getMessage()
           
 String getRequestId()
           
 Boolean getSuccess()
           
 void setAlarmHistoryList(List<ListAlarmHistoryResponse.AlarmHistory> alarmHistoryList)
           
 void setCode(String code)
           
 void setCursor(String cursor)
           
 void setMessage(String message)
           
 void setRequestId(String requestId)
           
 void setSuccess(Boolean success)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ListAlarmHistoryResponse

public ListAlarmHistoryResponse()
方法详细信息

getSuccess

public Boolean getSuccess()

setSuccess

public void setSuccess(Boolean success)

getCode

public String getCode()

setCode

public void setCode(String code)

getMessage

public String getMessage()

setMessage

public void setMessage(String message)

getCursor

public String getCursor()

setCursor

public void setCursor(String cursor)

getRequestId

public String getRequestId()

setRequestId

public void setRequestId(String requestId)

getAlarmHistoryList

public List<ListAlarmHistoryResponse.AlarmHistory> getAlarmHistoryList()

setAlarmHistoryList

public void setAlarmHistoryList(List<ListAlarmHistoryResponse.AlarmHistory> alarmHistoryList)

getInstance

public ListAlarmHistoryResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
指定者:
com.aliyuncs.AcsResponse 中的 getInstance


Copyright © 2017. All Rights Reserved.