クラス SendNotificationEventListenerDefinition
java.lang.Object
org.iplass.mtp.entity.definition.EventListenerDefinition
org.iplass.mtp.entity.definition.listeners.SendNotificationEventListenerDefinition
- すべての実装されたインタフェース:
Serializable
- 関連項目:
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明boolean
boolean
void
setDestinationList
(List<String> destinationList) void
setListenEvent
(List<EventType> listenEvent) void
setNotificationCondScript
(String notificationCondScript) void
setNotificationType
(SendNotificationType notificationType) void
setResponseHandler
(String responseHandler) void
setSendTogether
(boolean isSendTogether) void
setSynchronous
(boolean isSynchronous) void
setTmplDefName
(String tmplDefName) クラスから継承されたメソッド org.iplass.mtp.entity.definition.EventListenerDefinition
isWithoutMappedByReference, setWithoutMappedByReference
-
コンストラクタの詳細
-
SendNotificationEventListenerDefinition
public SendNotificationEventListenerDefinition()
-
-
メソッドの詳細
-
getNotificationType
-
setNotificationType
-
getTmplDefName
-
setTmplDefName
-
getNotificationCondScript
-
setNotificationCondScript
-
getListenEvent
-
setListenEvent
-
isSynchronous
public boolean isSynchronous() -
setSynchronous
public void setSynchronous(boolean isSynchronous) -
getDestinationList
-
setDestinationList
-
getResponseHandler
-
setResponseHandler
-
isSendTogether
public boolean isSendTogether() -
setSendTogether
public void setSendTogether(boolean isSendTogether)
-