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 StringgetDescription()LonggetId()StringgetModuleKey()LonggetTenantId()voidsetDescription(String description)voidsetId(Long id)voidsetModuleKey(String moduleKey)voidsetTenantId(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)
-
-