public class AlarmItem extends BasePojo
createTime, id, updateTime| Constructor and Description |
|---|
AlarmItem() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAlarmId() |
String |
getDescription() |
Boolean |
getInUse() |
String |
getName() |
String |
getOwner() |
String |
getStrategy() |
int |
hashCode() |
void |
setAlarmId(String alarmId) |
void |
setDescription(String description) |
void |
setInUse(Boolean inUse) |
void |
setName(String name) |
void |
setOwner(String owner) |
void |
setStrategy(String strategy) |
getCreateTime, getId, getUpdateTime, setCreateTime, setId, setUpdateTimepublic String getName()
public void setName(String name)
public Boolean getInUse()
public void setInUse(Boolean inUse)
public String getAlarmId()
public void setAlarmId(String alarmId)
public String getOwner()
public void setOwner(String owner)
public String getDescription()
public void setDescription(String description)
public String getStrategy()
public void setStrategy(String strategy)
Copyright © 2015. All rights reserved.