public class HttpReceiverDataSourceVO extends DataSourceVO<HttpReceiverDataSourceVO>
DataSourceVO.Type
Modifier and Type | Field and Description |
---|---|
private java.lang.String[] |
deviceIdWhiteList |
private java.lang.String[] |
ipWhiteList |
private static long |
serialVersionUID |
static DataSourceVO.Type |
TYPE |
private static int |
version |
XID_PREFIX
Constructor and Description |
---|
HttpReceiverDataSourceVO() |
Modifier and Type | Method and Description |
---|---|
protected void |
addEventTypes(java.util.List<EventTypeVO> ets) |
protected void |
addPropertiesImpl(java.util.List<com.serotonin.web.i18n.LocalizableMessage> list) |
protected void |
addPropertyChangesImpl(java.util.List<com.serotonin.web.i18n.LocalizableMessage> list,
HttpReceiverDataSourceVO from) |
DataSourceRT |
createDataSourceRT() |
HttpReceiverPointLocatorVO |
createPointLocator() |
com.serotonin.web.i18n.LocalizableMessage |
getConnectionDescription() |
java.lang.String[] |
getDeviceIdWhiteList() |
ExportCodes |
getEventCodes() |
java.lang.String[] |
getIpWhiteList() |
DataSourceVO.Type |
getType() |
private void |
readObject(java.io.ObjectInputStream in) |
void |
setDeviceIdWhiteList(java.lang.String[] deviceIdWhiteList) |
void |
setIpWhiteList(java.lang.String[] ipWhiteList) |
void |
validate(com.serotonin.web.dwr.DwrResponseI18n response) |
private void |
writeObject(java.io.ObjectOutputStream out) |
addProperties, addPropertyChanges, copy, createDataSourceVO, createEventType, createEventType, deserializeUpdatePeriodType, generateXid, getAlarmLevel, getEventType, getEventTypes, getId, getMessage, getName, getTypeKey, getXid, isEnabled, isNew, jsonDeserialize, jsonSerialize, serializeUpdatePeriodType, setAlarmLevel, setEnabled, setId, setName, setXid
public static final DataSourceVO.Type TYPE
private java.lang.String[] ipWhiteList
private java.lang.String[] deviceIdWhiteList
private static final long serialVersionUID
private static final int version
protected void addEventTypes(java.util.List<EventTypeVO> ets)
addEventTypes
in class DataSourceVO<HttpReceiverDataSourceVO>
public ExportCodes getEventCodes()
getEventCodes
in class DataSourceVO<HttpReceiverDataSourceVO>
public DataSourceVO.Type getType()
getType
in class DataSourceVO<HttpReceiverDataSourceVO>
public com.serotonin.web.i18n.LocalizableMessage getConnectionDescription()
getConnectionDescription
in class DataSourceVO<HttpReceiverDataSourceVO>
public DataSourceRT createDataSourceRT()
createDataSourceRT
in class DataSourceVO<HttpReceiverDataSourceVO>
public HttpReceiverPointLocatorVO createPointLocator()
createPointLocator
in class DataSourceVO<HttpReceiverDataSourceVO>
public java.lang.String[] getIpWhiteList()
public void setIpWhiteList(java.lang.String[] ipWhiteList)
public java.lang.String[] getDeviceIdWhiteList()
public void setDeviceIdWhiteList(java.lang.String[] deviceIdWhiteList)
public void validate(com.serotonin.web.dwr.DwrResponseI18n response)
validate
in class DataSourceVO<HttpReceiverDataSourceVO>
protected void addPropertiesImpl(java.util.List<com.serotonin.web.i18n.LocalizableMessage> list)
addPropertiesImpl
in class DataSourceVO<HttpReceiverDataSourceVO>
protected void addPropertyChangesImpl(java.util.List<com.serotonin.web.i18n.LocalizableMessage> list, HttpReceiverDataSourceVO from)
addPropertyChangesImpl
in class DataSourceVO<HttpReceiverDataSourceVO>
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
java.io.IOException
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException