public class TimespecFluentImpl<A extends TimespecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements TimespecFluent<A>
| Constructor and Description |
|---|
TimespecFluentImpl() |
TimespecFluentImpl(Timespec instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getNsec() |
Long |
getSec() |
int |
hashCode() |
Boolean |
hasNsec() |
Boolean |
hasSec() |
A |
withNsec(Long nsec) |
A |
withSec(Long sec) |
public TimespecFluentImpl()
public TimespecFluentImpl(Timespec instance)
public Long getNsec()
getNsec in interface TimespecFluent<A extends TimespecFluent<A>>public A withNsec(Long nsec)
withNsec in interface TimespecFluent<A extends TimespecFluent<A>>public Boolean hasNsec()
hasNsec in interface TimespecFluent<A extends TimespecFluent<A>>public Long getSec()
getSec in interface TimespecFluent<A extends TimespecFluent<A>>public A withSec(Long sec)
withSec in interface TimespecFluent<A extends TimespecFluent<A>>public Boolean hasSec()
hasSec in interface TimespecFluent<A extends TimespecFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.