public class TimeStampFluentImpl<A extends TimeStampFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements TimeStampFluent<A>
| Constructor and Description |
|---|
TimeStampFluentImpl() |
TimeStampFluentImpl(TimeStamp 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 TimeStampFluentImpl()
public TimeStampFluentImpl(TimeStamp instance)
public Integer getNanos()
getNanos in interface TimeStampFluent<A extends TimeStampFluent<A>>public A withNanos(Integer nanos)
withNanos in interface TimeStampFluent<A extends TimeStampFluent<A>>public Boolean hasNanos()
hasNanos in interface TimeStampFluent<A extends TimeStampFluent<A>>public A withNewNanos(String arg1)
withNewNanos in interface TimeStampFluent<A extends TimeStampFluent<A>>public A withNewNanos(int arg1)
withNewNanos in interface TimeStampFluent<A extends TimeStampFluent<A>>public Long getSeconds()
getSeconds in interface TimeStampFluent<A extends TimeStampFluent<A>>public A withSeconds(Long seconds)
withSeconds in interface TimeStampFluent<A extends TimeStampFluent<A>>public Boolean hasSeconds()
hasSeconds in interface TimeStampFluent<A extends TimeStampFluent<A>>public A withNewSeconds(String arg1)
withNewSeconds in interface TimeStampFluent<A extends TimeStampFluent<A>>public A withNewSeconds(long arg1)
withNewSeconds in interface TimeStampFluent<A extends TimeStampFluent<A>>Copyright © 2017–2018 Red Hat. All rights reserved.