public class AlarmFeedback extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AlarmFeedback.FeedbackType |
Constructor and Description |
---|
AlarmFeedback() |
AlarmFeedback(String situationKey,
String situationFingerprint,
String alarmKey,
AlarmFeedback.FeedbackType feedbackType,
String reason,
String user,
long timestamp) |
Modifier and Type | Method and Description |
---|---|
String |
getAlarmKey() |
AlarmFeedback.FeedbackType |
getFeedbackType() |
String |
getReason() |
String |
getSituationFingerprint() |
String |
getSituationKey() |
long |
getTimestamp() |
String |
getUser() |
String |
toString() |
public String getSituationKey()
public String getSituationFingerprint()
public String getAlarmKey()
public AlarmFeedback.FeedbackType getFeedbackType()
public String getReason()
public String getUser()
public long getTimestamp()
Copyright © 2019. All rights reserved.