public class TaintFluent<A extends TaintFluent<A>> extends BaseFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
TaintFluent() |
TaintFluent(Taint instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getEffect() |
String |
getKey() |
String |
getTimeAdded() |
String |
getValue() |
boolean |
hasAdditionalProperties() |
boolean |
hasEffect() |
int |
hashCode() |
boolean |
hasKey() |
boolean |
hasTimeAdded() |
boolean |
hasValue() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withEffect(String effect) |
A |
withKey(String key) |
A |
withTimeAdded(String timeAdded) |
A |
withValue(String value) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic TaintFluent()
public TaintFluent(Taint instance)
public String getEffect()
public boolean hasEffect()
public String getKey()
public boolean hasKey()
public String getTimeAdded()
public boolean hasTimeAdded()
public String getValue()
public boolean hasValue()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class BaseFluent<A extends TaintFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends TaintFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.