@Generated(value="org.jsonschema2pojo") public class MoreoverConfiguration extends Object implements Serializable
Constructor and Description |
---|
MoreoverConfiguration() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
List<MoreoverKeyData> |
getApiKeys() |
Object |
getMaxBatchSize() |
Object |
getMinDelaySeconds() |
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setApiKeys(List<MoreoverKeyData> apiKeys) |
void |
setMaxBatchSize(Object maxBatchSize) |
void |
setMinDelaySeconds(Object minDelaySeconds) |
String |
toString() |
MoreoverConfiguration |
withAdditionalProperty(String name,
Object value) |
MoreoverConfiguration |
withApiKeys(List<MoreoverKeyData> apiKeys) |
MoreoverConfiguration |
withMaxBatchSize(Object maxBatchSize) |
MoreoverConfiguration |
withMinDelaySeconds(Object minDelaySeconds) |
@BeanProperty(value="apiKeys") public List<MoreoverKeyData> getApiKeys()
@BeanProperty(value="apiKeys") public void setApiKeys(List<MoreoverKeyData> apiKeys)
apiKeys
- The apiKeyspublic MoreoverConfiguration withApiKeys(List<MoreoverKeyData> apiKeys)
@BeanProperty(value="maxBatchSize") public Object getMaxBatchSize()
@BeanProperty(value="maxBatchSize") public void setMaxBatchSize(Object maxBatchSize)
maxBatchSize
- The maxBatchSizepublic MoreoverConfiguration withMaxBatchSize(Object maxBatchSize)
@BeanProperty(value="minDelaySeconds") public Object getMinDelaySeconds()
@BeanProperty(value="minDelaySeconds") public void setMinDelaySeconds(Object minDelaySeconds)
minDelaySeconds
- The minDelaySecondspublic MoreoverConfiguration withMinDelaySeconds(Object minDelaySeconds)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
public MoreoverConfiguration withAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.