public static class AlarmFeedback.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AlarmFeedback |
build() |
AlarmFeedback.Builder |
withAlarmKey(String alarmKey) |
AlarmFeedback.Builder |
withFeedbackType(AlarmFeedback.FeedbackType feedbackType) |
AlarmFeedback.Builder |
withReason(String reason) |
AlarmFeedback.Builder |
withRootCause(Boolean rootCause) |
AlarmFeedback.Builder |
withSituationFingerprint(String situationFingerprint) |
AlarmFeedback.Builder |
withSituationKey(String situationKey) |
AlarmFeedback.Builder |
withTags(List<String> tags) |
AlarmFeedback.Builder |
withTimestamp(long timestamp) |
AlarmFeedback.Builder |
withUser(String user) |
public AlarmFeedback.Builder withSituationKey(String situationKey)
public AlarmFeedback.Builder withSituationFingerprint(String situationFingerprint)
public AlarmFeedback.Builder withAlarmKey(String alarmKey)
public AlarmFeedback.Builder withFeedbackType(AlarmFeedback.FeedbackType feedbackType)
public AlarmFeedback.Builder withRootCause(Boolean rootCause)
public AlarmFeedback.Builder withReason(String reason)
public AlarmFeedback.Builder withTags(List<String> tags)
public AlarmFeedback.Builder withUser(String user)
public AlarmFeedback.Builder withTimestamp(long timestamp)
public AlarmFeedback build()
Copyright © 2021. All rights reserved.