public class ClockSpecFluentImpl<A extends ClockSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ClockSpecFluent<A>
| Constructor and Description |
|---|
ClockSpecFluentImpl() |
ClockSpecFluentImpl(ClockSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getClockIdsSlice() |
Integer |
getPid() |
String |
getTimeOffset() |
Boolean |
hasClockIdsSlice() |
int |
hashCode() |
Boolean |
hasPid() |
Boolean |
hasTimeOffset() |
String |
toString() |
A |
withClockIdsSlice(String clockIdsSlice) |
A |
withPid(Integer pid) |
A |
withTimeOffset(String timeOffset) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ClockSpecFluentImpl()
public ClockSpecFluentImpl(ClockSpec instance)
public String getClockIdsSlice()
getClockIdsSlice in interface ClockSpecFluent<A extends ClockSpecFluent<A>>public A withClockIdsSlice(String clockIdsSlice)
withClockIdsSlice in interface ClockSpecFluent<A extends ClockSpecFluent<A>>public Boolean hasClockIdsSlice()
hasClockIdsSlice in interface ClockSpecFluent<A extends ClockSpecFluent<A>>public Integer getPid()
getPid in interface ClockSpecFluent<A extends ClockSpecFluent<A>>public A withPid(Integer pid)
withPid in interface ClockSpecFluent<A extends ClockSpecFluent<A>>public Boolean hasPid()
hasPid in interface ClockSpecFluent<A extends ClockSpecFluent<A>>public String getTimeOffset()
getTimeOffset in interface ClockSpecFluent<A extends ClockSpecFluent<A>>public A withTimeOffset(String timeOffset)
withTimeOffset in interface ClockSpecFluent<A extends ClockSpecFluent<A>>public Boolean hasTimeOffset()
hasTimeOffset in interface ClockSpecFluent<A extends ClockSpecFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ClockSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ClockSpecFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.