com.baidubce.services.dugo.alarm
Class AlarmPolicy

java.lang.Object
  extended by com.baidubce.services.dugo.alarm.AlarmPolicy

public class AlarmPolicy
extends Object

Created by liuzhenxing01 on 2018/10/22.


Nested Class Summary
static class AlarmPolicy.AlarmType
           
 
Constructor Summary
AlarmPolicy()
           
 
Method Summary
 String getAlarmType()
           
 AlarmTypeInfo getAlarmTypeInfo()
           
 List<SinkType> getSinkTypes()
           
 void setAlarmType(String alarmType)
           
 void setAlarmTypeInfo(AlarmTypeInfo alarmTypeInfo)
           
 void setSinkTypes(List<SinkType> sinkTypes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlarmPolicy

public AlarmPolicy()
Method Detail

getSinkTypes

public List<SinkType> getSinkTypes()

setSinkTypes

public void setSinkTypes(List<SinkType> sinkTypes)

getAlarmType

public String getAlarmType()

setAlarmType

public void setAlarmType(String alarmType)

getAlarmTypeInfo

public AlarmTypeInfo getAlarmTypeInfo()

setAlarmTypeInfo

public void setAlarmTypeInfo(AlarmTypeInfo alarmTypeInfo)


Copyright © 2018. All rights reserved.