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 String
getApplicationKey()
String
getEventKey()
String
getLogin()
String
getWantReceive()
void
setApplicationKey(String applicationKey)
void
setEventKey(String eventKey)
void
setLogin(String login)
void
setWantReceive(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)
-
-