@Generated(value="org.jsonschema2pojo") public class SourceStrategyOptions extends java.lang.Object implements KubernetesResource
| Constructor and Description |
|---|
SourceStrategyOptions()
No args constructor for use in serialization
|
SourceStrategyOptions(java.lang.Boolean incremental) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getAdditionalProperties() |
java.lang.Boolean |
getIncremental() |
void |
setAdditionalProperty(java.lang.String name,
java.lang.Object value) |
void |
setIncremental(java.lang.Boolean incremental) |
public SourceStrategyOptions()
public SourceStrategyOptions(java.lang.Boolean incremental)
incremental - public java.lang.Boolean getIncremental()
public void setIncremental(java.lang.Boolean incremental)
incremental - The incrementalpublic java.util.Map<java.lang.String,java.lang.Object> getAdditionalProperties()
public void setAdditionalProperty(java.lang.String name,
java.lang.Object value)
Copyright © 2015-2019 Red Hat. All Rights Reserved.