public class FluentdSpecFluentImpl<A extends FluentdSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements FluentdSpecFluent<A>
| Constructor and Description |
|---|
FluentdSpecFluentImpl() |
FluentdSpecFluentImpl(FluentdSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAddress() |
Boolean |
hasAddress() |
Boolean |
hasIntegerDuration() |
Boolean |
isIntegerDuration() |
A |
withAddress(String address) |
A |
withIntegerDuration(Boolean integerDuration) |
A |
withNewIntegerDuration(boolean arg1) |
A |
withNewIntegerDuration(String arg1) |
public FluentdSpecFluentImpl()
public FluentdSpecFluentImpl(FluentdSpec instance)
public String getAddress()
getAddress in interface FluentdSpecFluent<A extends FluentdSpecFluent<A>>public A withAddress(String address)
withAddress in interface FluentdSpecFluent<A extends FluentdSpecFluent<A>>public Boolean hasAddress()
hasAddress in interface FluentdSpecFluent<A extends FluentdSpecFluent<A>>public Boolean isIntegerDuration()
isIntegerDuration in interface FluentdSpecFluent<A extends FluentdSpecFluent<A>>public A withIntegerDuration(Boolean integerDuration)
withIntegerDuration in interface FluentdSpecFluent<A extends FluentdSpecFluent<A>>public Boolean hasIntegerDuration()
hasIntegerDuration in interface FluentdSpecFluent<A extends FluentdSpecFluent<A>>public A withNewIntegerDuration(String arg1)
withNewIntegerDuration in interface FluentdSpecFluent<A extends FluentdSpecFluent<A>>public A withNewIntegerDuration(boolean arg1)
withNewIntegerDuration in interface FluentdSpecFluent<A extends FluentdSpecFluent<A>>Copyright © 2017–2018 Red Hat. All rights reserved.