public class DurationFluentImpl<A extends DurationFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements DurationFluent<A>
| Constructor and Description |
|---|
DurationFluentImpl() |
DurationFluentImpl(Duration instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getNanos() |
Long |
getSeconds() |
Boolean |
hasNanos() |
Boolean |
hasSeconds() |
A |
withNanos(Integer nanos) |
A |
withNewNanos(int arg1) |
A |
withNewNanos(String arg1) |
A |
withNewSeconds(long arg1) |
A |
withNewSeconds(String arg1) |
A |
withSeconds(Long seconds) |
public DurationFluentImpl()
public DurationFluentImpl(Duration instance)
public Integer getNanos()
getNanos in interface DurationFluent<A extends DurationFluent<A>>public A withNanos(Integer nanos)
withNanos in interface DurationFluent<A extends DurationFluent<A>>public Boolean hasNanos()
hasNanos in interface DurationFluent<A extends DurationFluent<A>>public A withNewNanos(String arg1)
withNewNanos in interface DurationFluent<A extends DurationFluent<A>>public A withNewNanos(int arg1)
withNewNanos in interface DurationFluent<A extends DurationFluent<A>>public Long getSeconds()
getSeconds in interface DurationFluent<A extends DurationFluent<A>>public A withSeconds(Long seconds)
withSeconds in interface DurationFluent<A extends DurationFluent<A>>public Boolean hasSeconds()
hasSeconds in interface DurationFluent<A extends DurationFluent<A>>public A withNewSeconds(String arg1)
withNewSeconds in interface DurationFluent<A extends DurationFluent<A>>public A withNewSeconds(long arg1)
withNewSeconds in interface DurationFluent<A extends DurationFluent<A>>Copyright © 2017–2018 Red Hat. All rights reserved.