Package com.fluig.sdk.api.alert
Class AlertModuleVO
- java.lang.Object
-
- com.fluig.sdk.api.alert.AlertModuleVO
-
- All Implemented Interfaces:
Serializable
public class AlertModuleVO extends Object implements Serializable
- Author:
- luis.junior
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AlertModuleVO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
Long
getId()
String
getModuleKey()
Long
getTenantId()
void
setDescription(String description)
void
setId(Long id)
void
setModuleKey(String moduleKey)
void
setTenantId(Long tenantId)
-
-
-
Method Detail
-
getId
public Long getId()
-
setId
public void setId(Long id)
-
getModuleKey
public String getModuleKey()
-
setModuleKey
public void setModuleKey(String moduleKey)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getTenantId
public Long getTenantId()
-
setTenantId
public void setTenantId(Long tenantId)
-
-