@Generated(value="org.jsonschema2pojo") public class TriggerFilter extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
TriggerFilter()
No args constructor for use in serialization
|
TriggerFilter(Map<String,String> attributes,
TriggerFilterSourceAndType sourceAndType) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
Map<String,String> |
getAttributes() |
TriggerFilterSourceAndType |
getSourceAndType() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setAttributes(Map<String,String> attributes) |
void |
setSourceAndType(TriggerFilterSourceAndType sourceAndType) |
public TriggerFilter()
public TriggerFilter(Map<String,String> attributes, TriggerFilterSourceAndType sourceAndType)
attributes - sourceAndType - public void setAttributes(Map<String,String> attributes)
attributes - The attributespublic TriggerFilterSourceAndType getSourceAndType()
public void setSourceAndType(TriggerFilterSourceAndType sourceAndType)
sourceAndType - The sourceAndTypeCopyright © 2015–2020 Red Hat. All rights reserved.