@Generated public class CreateAlertRequestAlert extends Object
| Constructor and Description |
|---|
CreateAlertRequestAlert() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
AlertCondition |
getCondition() |
String |
getCustomBody() |
String |
getCustomSubject() |
String |
getDisplayName() |
Boolean |
getNotifyOnOk() |
String |
getParentPath() |
String |
getQueryId() |
Long |
getSecondsToRetrigger() |
int |
hashCode() |
CreateAlertRequestAlert |
setCondition(AlertCondition condition) |
CreateAlertRequestAlert |
setCustomBody(String customBody) |
CreateAlertRequestAlert |
setCustomSubject(String customSubject) |
CreateAlertRequestAlert |
setDisplayName(String displayName) |
CreateAlertRequestAlert |
setNotifyOnOk(Boolean notifyOnOk) |
CreateAlertRequestAlert |
setParentPath(String parentPath) |
CreateAlertRequestAlert |
setQueryId(String queryId) |
CreateAlertRequestAlert |
setSecondsToRetrigger(Long secondsToRetrigger) |
String |
toString() |
public CreateAlertRequestAlert setCondition(AlertCondition condition)
public AlertCondition getCondition()
public CreateAlertRequestAlert setCustomBody(String customBody)
public String getCustomBody()
public CreateAlertRequestAlert setCustomSubject(String customSubject)
public String getCustomSubject()
public CreateAlertRequestAlert setDisplayName(String displayName)
public String getDisplayName()
public CreateAlertRequestAlert setNotifyOnOk(Boolean notifyOnOk)
public Boolean getNotifyOnOk()
public CreateAlertRequestAlert setParentPath(String parentPath)
public String getParentPath()
public CreateAlertRequestAlert setQueryId(String queryId)
public String getQueryId()
public CreateAlertRequestAlert setSecondsToRetrigger(Long secondsToRetrigger)
public Long getSecondsToRetrigger()
Copyright © 2025. All rights reserved.