public interface V1TaintFluent<A extends V1TaintFluent<A>> extends Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getEffect() |
String |
getKey() |
OffsetDateTime |
getTimeAdded() |
String |
getValue() |
Boolean |
hasEffect() |
Boolean |
hasKey() |
Boolean |
hasTimeAdded() |
Boolean |
hasValue() |
A |
withEffect(String effect) |
A |
withKey(String key) |
A |
withTimeAdded(OffsetDateTime timeAdded) |
A |
withValue(String value) |
String getEffect()
Boolean hasEffect()
String getKey()
Boolean hasKey()
OffsetDateTime getTimeAdded()
A withTimeAdded(OffsetDateTime timeAdded)
Boolean hasTimeAdded()
String getValue()
Boolean hasValue()
Copyright © 2022. All rights reserved.