public class SFEnsSubscriberConfiguration extends SFODataObject
| Constructor and Description |
|---|
SFEnsSubscriberConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEnsServerUrl() |
java.lang.Integer |
getFailSafePollingCount() |
java.lang.Boolean |
getIsEnsEnabled() |
java.lang.Integer |
getMaxNotificationSyncWaitCount() |
java.lang.Integer |
getNotificationConfigurationCount() |
java.lang.Object |
getRecommendedNotificationSyncInterval() |
java.lang.Object |
getRecommendedPollingSyncInterval() |
java.lang.String |
getVersion() |
void |
setEnsServerUrl(java.lang.String ensserverurl) |
void |
setFailSafePollingCount(java.lang.Integer failsafepollingcount) |
void |
setIsEnsEnabled(java.lang.Boolean isensenabled) |
void |
setMaxNotificationSyncWaitCount(java.lang.Integer maxnotificationsyncwaitcount) |
void |
setNotificationConfigurationCount(java.lang.Integer notificationconfigurationcount) |
void |
setRecommendedNotificationSyncInterval(java.lang.Object recommendednotificationsyncinterval) |
void |
setRecommendedPollingSyncInterval(java.lang.Object recommendedpollingsyncinterval) |
void |
setVersion(java.lang.String version) |
addProperty, get__type, getId, getMetadataUrl, getProperties, geturl, set__type, setId, setMetadataUrl, setProperties, seturlpublic java.lang.Boolean getIsEnsEnabled()
public void setIsEnsEnabled(java.lang.Boolean isensenabled)
public java.lang.String getEnsServerUrl()
public void setEnsServerUrl(java.lang.String ensserverurl)
public java.lang.String getVersion()
public void setVersion(java.lang.String version)
public java.lang.Object getRecommendedPollingSyncInterval()
public void setRecommendedPollingSyncInterval(java.lang.Object recommendedpollingsyncinterval)
public java.lang.Object getRecommendedNotificationSyncInterval()
public void setRecommendedNotificationSyncInterval(java.lang.Object recommendednotificationsyncinterval)
public java.lang.Integer getNotificationConfigurationCount()
public void setNotificationConfigurationCount(java.lang.Integer notificationconfigurationcount)
public java.lang.Integer getFailSafePollingCount()
public void setFailSafePollingCount(java.lang.Integer failsafepollingcount)
public java.lang.Integer getMaxNotificationSyncWaitCount()
public void setMaxNotificationSyncWaitCount(java.lang.Integer maxnotificationsyncwaitcount)