Package com.fluig.sdk.api.alert
Class AlertConfigVO
- java.lang.Object
-
- com.fluig.sdk.api.alert.AlertConfigVO
-
- All Implemented Interfaces:
Serializable
public class AlertConfigVO extends Object implements Serializable
Vo que representa a configuração de recebimento de um evento de alerta.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AlertConfigVO()AlertConfigVO(String login, String eventKey, String applicationKey, String wantReceive)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetApplicationKey()StringgetEventKey()StringgetLogin()StringgetWantReceive()voidsetApplicationKey(String applicationKey)voidsetEventKey(String eventKey)voidsetLogin(String login)voidsetWantReceive(String wantReceive)
-
-
-
Method Detail
-
getLogin
public String getLogin()
-
setLogin
public void setLogin(String login)
-
getEventKey
public String getEventKey()
-
setEventKey
public void setEventKey(String eventKey)
-
getApplicationKey
public String getApplicationKey()
-
setApplicationKey
public void setApplicationKey(String applicationKey)
-
getWantReceive
public String getWantReceive()
-
setWantReceive
public void setWantReceive(String wantReceive)
-
-