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