Class NotificationTransportConfigBean
- java.lang.Object
-
- com.javahollic.jira.emh.api.export.beans.NotificationTransportConfigBean
-
public class NotificationTransportConfigBean extends Object
-
-
Constructor Summary
Constructors Constructor Description NotificationTransportConfigBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetId()intgetTransportConfigId()StringgetTransportKey()Set<NotificationTransportMappingBean>getTransportTemplateMappings()voidsetId(int configId)voidsetTransportConfigId(int id)voidsetTransportKey(String transportKey)voidsetTransportTemplateMappings(Set<NotificationTransportMappingBean> mappings)
-
-
-
Method Detail
-
getId
public int getId()
-
setId
public void setId(int configId)
-
getTransportKey
public String getTransportKey()
-
setTransportKey
public void setTransportKey(String transportKey)
-
getTransportTemplateMappings
public Set<NotificationTransportMappingBean> getTransportTemplateMappings()
-
setTransportTemplateMappings
public void setTransportTemplateMappings(Set<NotificationTransportMappingBean> mappings)
-
getTransportConfigId
public int getTransportConfigId()
-
setTransportConfigId
public void setTransportConfigId(int id)
-
-