クラス SendNotificationEventListenerDefinition
java.lang.Object
org.iplass.mtp.entity.definition.EventListenerDefinition
org.iplass.mtp.entity.definition.listeners.SendNotificationEventListenerDefinition
- すべての実装されたインタフェース:
Serializable
- 関連項目:
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明booleanbooleanvoidsetDestinationList(List<String> destinationList) voidsetListenEvent(List<EventType> listenEvent) voidsetNotificationCondScript(String notificationCondScript) voidsetNotificationType(SendNotificationType notificationType) voidsetResponseHandler(String responseHandler) voidsetSendTogether(boolean isSendTogether) voidsetSynchronous(boolean isSynchronous) voidsetTmplDefName(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)
-