public class PachubeSenderVO extends PublisherVO<PachubePointVO>
PublisherVO.Type| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
apiKey |
private static ExportCodes |
EVENT_CODES |
private int |
retries |
private static long |
serialVersionUID |
private int |
timeoutSeconds |
private static int |
version |
points, XID_PREFIX| Constructor and Description |
|---|
PachubeSenderVO() |
| Modifier and Type | Method and Description |
|---|---|
protected PachubePointVO |
createPublishedPointInstance() |
PublisherRT<PachubePointVO> |
createPublisherRT() |
java.lang.String |
getApiKey() |
com.serotonin.web.i18n.LocalizableMessage |
getConfigDescription() |
ExportCodes |
getEventCodes() |
protected void |
getEventTypesImpl(java.util.List<EventTypeVO> eventTypes) |
int |
getRetries() |
int |
getTimeoutSeconds() |
PublisherVO.Type |
getType() |
private void |
readObject(java.io.ObjectInputStream in) |
void |
setApiKey(java.lang.String apiKey) |
void |
setRetries(int retries) |
void |
setTimeoutSeconds(int timeoutSeconds) |
void |
validate(com.serotonin.web.dwr.DwrResponseI18n response) |
private void |
writeObject(java.io.ObjectOutputStream out) |
addDefaultEventCodes, createPublisherVO, getCacheWarningSize, getEventTypes, getId, getName, getPoints, getSnapshotSendPeriods, getSnapshotSendPeriodType, getTypeMessage, getXid, isChangesOnly, isEnabled, isNew, isSendSnapshot, jsonDeserialize, jsonSerialize, setCacheWarningSize, setChangesOnly, setEnabled, setId, setName, setPoints, setSendSnapshot, setSnapshotSendPeriods, setSnapshotSendPeriodType, setXidprivate static final ExportCodes EVENT_CODES
private java.lang.String apiKey
private int timeoutSeconds
private int retries
private static final long serialVersionUID
private static final int version
protected void getEventTypesImpl(java.util.List<EventTypeVO> eventTypes)
getEventTypesImpl in class PublisherVO<PachubePointVO>public ExportCodes getEventCodes()
getEventCodes in class PublisherVO<PachubePointVO>public com.serotonin.web.i18n.LocalizableMessage getConfigDescription()
getConfigDescription in class PublisherVO<PachubePointVO>public PublisherVO.Type getType()
getType in class PublisherVO<PachubePointVO>public PublisherRT<PachubePointVO> createPublisherRT()
createPublisherRT in class PublisherVO<PachubePointVO>protected PachubePointVO createPublishedPointInstance()
createPublishedPointInstance in class PublisherVO<PachubePointVO>public java.lang.String getApiKey()
public void setApiKey(java.lang.String apiKey)
public int getTimeoutSeconds()
public void setTimeoutSeconds(int timeoutSeconds)
public int getRetries()
public void setRetries(int retries)
public void validate(com.serotonin.web.dwr.DwrResponseI18n response)
validate in class PublisherVO<PachubePointVO>private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
java.io.IOExceptionprivate void readObject(java.io.ObjectInputStream in)
throws java.io.IOException
java.io.IOException