@Generated(value="org.jsonschema2pojo") public class SysomosConfiguration extends Object implements Serializable
Constructor and Description |
---|
SysomosConfiguration() |
@BeanProperty(value="apiKey") public String getApiKey()
@BeanProperty(value="apiKey") public void setApiKey(String apiKey)
apiKey
- The apiKeypublic SysomosConfiguration withApiKey(String apiKey)
@BeanProperty(value="endpoint") public String getEndpoint()
@BeanProperty(value="endpoint") public void setEndpoint(String endpoint)
endpoint
- The endpointpublic SysomosConfiguration withEndpoint(String endpoint)
@BeanProperty(value="heartbeatIds") public List<String> getHeartbeatIds()
@BeanProperty(value="heartbeatIds") public void setHeartbeatIds(List<String> heartbeatIds)
heartbeatIds
- The heartbeatIdspublic SysomosConfiguration withHeartbeatIds(List<String> heartbeatIds)
@BeanProperty(value="minDelayMs") public Long getMinDelayMs()
@BeanProperty(value="minDelayMs") public void setMinDelayMs(Long minDelayMs)
minDelayMs
- The minDelayMspublic SysomosConfiguration withMinDelayMs(Long minDelayMs)
@BeanProperty(value="scheduledDelayMs") public Long getScheduledDelayMs()
@BeanProperty(value="scheduledDelayMs") public void setScheduledDelayMs(Long scheduledDelayMs)
scheduledDelayMs
- The scheduledDelayMspublic SysomosConfiguration withScheduledDelayMs(Long scheduledDelayMs)
@BeanProperty(value="maxBatchSize") public Long getMaxBatchSize()
@BeanProperty(value="maxBatchSize") public void setMaxBatchSize(Long maxBatchSize)
maxBatchSize
- The maxBatchSizepublic SysomosConfiguration withMaxBatchSize(Long maxBatchSize)
@BeanProperty(value="apiBatchSize") public Long getApiBatchSize()
@BeanProperty(value="apiBatchSize") public void setApiBatchSize(Long apiBatchSize)
apiBatchSize
- The apiBatchSizepublic SysomosConfiguration withApiBatchSize(Long apiBatchSize)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
public SysomosConfiguration withAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.