Package com.fluig.sdk.api.alert
Class AlertActionVO
- java.lang.Object
-
- com.fluig.sdk.api.alert.AlertActionVO
-
- All Implemented Interfaces:
Serializable
public class AlertActionVO extends Object implements Serializable
- Author:
- luis.junior
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AlertActionVO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getActionKey()
String
getActionType()
String
getDescription()
String
getDescriptionAfterExec()
String
getDescriptionAfterExecKey()
String
getDescriptionKey()
Boolean
getExecuted()
String
getHttpMethod()
Long
getId()
String
getIntegrationType()
String
getType()
String
getUrl()
void
setActionKey(String actionKey)
void
setActionType(String actionType)
void
setDescription(String description)
void
setDescriptionAfterExec(String descriptionAfterExec)
void
setExecuted(Boolean executed)
void
setHttpMethod(String httpMethod)
void
setId(Long id)
void
setType(String type)
void
setUrl(String url)
-
-
-
Method Detail
-
getDescriptionKey
public String getDescriptionKey()
-
getDescriptionAfterExecKey
public String getDescriptionAfterExecKey()
-
getIntegrationType
public String getIntegrationType()
-
getId
public Long getId()
-
setId
public void setId(Long id)
-
getUrl
public String getUrl()
-
setUrl
public void setUrl(String url)
-
getHttpMethod
public String getHttpMethod()
-
setHttpMethod
public void setHttpMethod(String httpMethod)
-
getActionType
public String getActionType()
-
setActionType
public void setActionType(String actionType)
-
getExecuted
public Boolean getExecuted()
-
setExecuted
public void setExecuted(Boolean executed)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getDescriptionAfterExec
public String getDescriptionAfterExec()
-
setDescriptionAfterExec
public void setDescriptionAfterExec(String descriptionAfterExec)
-
getActionKey
public String getActionKey()
-
setActionKey
public void setActionKey(String actionKey)
-
getType
public String getType()
-
setType
public void setType(String type)
-
-