
@Entity public class AlertDesc extends Object implements Serializable
| Constructor and Description |
|---|
AlertDesc() |
| Modifier and Type | Method and Description |
|---|---|
AgentDesc |
getAgentDesc() |
String |
getAlertDescription() |
String |
getAlertId() |
long |
getId() |
void |
setAgentDesc(AgentDesc agentDesc) |
void |
setAlertDescription(String alertDescription) |
void |
setAlertId(String alertId) |
void |
setId(long id) |
public long getId()
public void setId(long id)
public AgentDesc getAgentDesc()
public void setAgentDesc(AgentDesc agentDesc)
public String getAlertId()
public void setAlertId(String alertId)
public String getAlertDescription()
public void setAlertDescription(String alertDescription)
Copyright © 2023 LSST. All rights reserved.