public static class ONotificationModule.Module
extends com.orientechnologies.orient.core.type.ODocumentWrapper
ONotificationModule| Modifier and Type | Field and Description |
|---|---|
static String |
CLASS_NAME |
static String |
PROP_NOTIFICATIONS_PER_WORKER |
static String |
PROP_SEND_PERIOD |
static String |
PROP_SMS_STATUS_URL |
| Constructor and Description |
|---|
Module() |
Module(com.orientechnologies.orient.core.record.impl.ODocument iDocument) |
Module(String iClassName) |
| Modifier and Type | Method and Description |
|---|---|
int |
getNotificationsPerWorker() |
long |
getSendPeriod() |
String |
getSmsStatusUrl() |
ONotificationModule.Module |
setNotificationsPerWorker(int notifications) |
ONotificationModule.Module |
setSendPeriod(long period) |
ONotificationModule.Module |
setSmsStatusUrl(String smsStatusUrl) |
public static final String CLASS_NAME
public static final String PROP_SEND_PERIOD
public static final String PROP_NOTIFICATIONS_PER_WORKER
public static final String PROP_SMS_STATUS_URL
public Module()
public Module(String iClassName)
public Module(com.orientechnologies.orient.core.record.impl.ODocument iDocument)
public long getSendPeriod()
public ONotificationModule.Module setSendPeriod(long period)
public int getNotificationsPerWorker()
public ONotificationModule.Module setNotificationsPerWorker(int notifications)
public String getSmsStatusUrl()
public ONotificationModule.Module setSmsStatusUrl(String smsStatusUrl)
Copyright © 2020. All rights reserved.