Class Alert
java.lang.Object
com.github.kaklakariada.fritzbox.model.homeautomation.Alert
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongintgetState()voidsetLastAlertChgTimestamp(long lastAlertChgTimestamp) voidsetState(int state)
-
Constructor Details
-
Alert
public Alert()
-
-
Method Details
-
getState
public int getState() -
setState
public void setState(int state) -
getLastAlertChgTimestamp
public long getLastAlertChgTimestamp() -
setLastAlertChgTimestamp
public void setLastAlertChgTimestamp(long lastAlertChgTimestamp)
-