public class IoTSiteWiseConfig extends Object
Constructor and Description |
---|
IoTSiteWiseConfig()
No args constructor for use in serialization
|
IoTSiteWiseConfig(String identifier,
Long batchSize,
Long batchIntervalMillis,
Long priority,
Long startSequenceNumber,
Boolean disabled) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Long |
getBatchIntervalMillis()
The time in milliseconds between the earliest un-uploaded message and the current time.
|
Long |
getBatchSize()
The maximum size of a batch to send to the destination.
|
Boolean |
getDisabled()
Enable or disable this export.
|
String |
getIdentifier()
A unique identifier to identify this individual upload stream.
|
Long |
getPriority()
Priority for this upload stream.
|
Long |
getStartSequenceNumber()
The sequence number of the message to use as the starting message in the export.
|
int |
hashCode() |
void |
setBatchIntervalMillis(Long batchIntervalMillis)
The time in milliseconds between the earliest un-uploaded message and the current time.
|
void |
setBatchSize(Long batchSize)
The maximum size of a batch to send to the destination.
|
void |
setDisabled(Boolean disabled)
Enable or disable this export.
|
void |
setIdentifier(String identifier)
A unique identifier to identify this individual upload stream.
|
void |
setPriority(Long priority)
Priority for this upload stream.
|
void |
setStartSequenceNumber(Long startSequenceNumber)
The sequence number of the message to use as the starting message in the export.
|
String |
toString() |
IoTSiteWiseConfig |
withBatchIntervalMillis(Long batchIntervalMillis) |
IoTSiteWiseConfig |
withBatchSize(Long batchSize) |
IoTSiteWiseConfig |
withDisabled(Boolean disabled) |
IoTSiteWiseConfig |
withIdentifier(String identifier) |
IoTSiteWiseConfig |
withPriority(Long priority) |
IoTSiteWiseConfig |
withStartSequenceNumber(Long startSequenceNumber) |
public IoTSiteWiseConfig()
public String getIdentifier()
public void setIdentifier(String identifier)
public IoTSiteWiseConfig withIdentifier(String identifier)
public Long getBatchSize()
public void setBatchSize(Long batchSize)
public IoTSiteWiseConfig withBatchSize(Long batchSize)
public Long getBatchIntervalMillis()
public void setBatchIntervalMillis(Long batchIntervalMillis)
public IoTSiteWiseConfig withBatchIntervalMillis(Long batchIntervalMillis)
public Long getPriority()
public void setPriority(Long priority)
public IoTSiteWiseConfig withPriority(Long priority)
public Long getStartSequenceNumber()
public void setStartSequenceNumber(Long startSequenceNumber)
public IoTSiteWiseConfig withStartSequenceNumber(Long startSequenceNumber)
public Boolean getDisabled()
public void setDisabled(Boolean disabled)
public IoTSiteWiseConfig withDisabled(Boolean disabled)