com.baidubce.services.dugo.alarm
Class AlarmTypeInfo

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

public class AlarmTypeInfo
extends Object

the alarm type info Created by liuzhenxing01 on 2018/10/22.


Nested Class Summary
static class AlarmTypeInfo.UnitType
           
 
Constructor Summary
AlarmTypeInfo()
           
 
Method Summary
 Integer getFrequency()
           
 String getUnit()
           
 Double getWindow()
           
 void setFrequency(Integer frequency)
           
 void setUnit(String unit)
           
 void setWindow(Double window)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlarmTypeInfo

public AlarmTypeInfo()
Method Detail

getFrequency

public Integer getFrequency()

setFrequency

public void setFrequency(Integer frequency)

getWindow

public Double getWindow()

setWindow

public void setWindow(Double window)

getUnit

public String getUnit()

setUnit

public void setUnit(String unit)


Copyright © 2018. All rights reserved.