@Generated(value="org.jsonschema2pojo") public class TriggerFilterSourceAndType extends java.lang.Object implements KubernetesResource
| Constructor and Description |
|---|
TriggerFilterSourceAndType()
No args constructor for use in serialization
|
TriggerFilterSourceAndType(java.lang.String source,
java.lang.String type) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getAdditionalProperties() |
java.lang.String |
getSource() |
java.lang.String |
getType() |
void |
setAdditionalProperty(java.lang.String name,
java.lang.Object value) |
void |
setSource(java.lang.String source) |
void |
setType(java.lang.String type) |
public TriggerFilterSourceAndType()
public TriggerFilterSourceAndType(java.lang.String source,
java.lang.String type)
source - type - public java.lang.String getSource()
public void setSource(java.lang.String source)
source - The sourcepublic java.lang.String getType()
public void setType(java.lang.String type)
type - The typepublic 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.