public class HourRangeFluentImpl<A extends HourRangeFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements HourRangeFluent<A>
| Constructor and Description |
|---|
HourRangeFluentImpl() |
HourRangeFluentImpl(HourRange instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getEnd() |
String |
getStart() |
Boolean |
hasEnd() |
int |
hashCode() |
Boolean |
hasStart() |
String |
toString() |
A |
withEnd(String end) |
A |
withStart(String start) |
accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic HourRangeFluentImpl()
public HourRangeFluentImpl(HourRange instance)
public String getEnd()
getEnd in interface HourRangeFluent<A extends HourRangeFluent<A>>public A withEnd(String end)
withEnd in interface HourRangeFluent<A extends HourRangeFluent<A>>public Boolean hasEnd()
hasEnd in interface HourRangeFluent<A extends HourRangeFluent<A>>public String getStart()
getStart in interface HourRangeFluent<A extends HourRangeFluent<A>>public A withStart(String start)
withStart in interface HourRangeFluent<A extends HourRangeFluent<A>>public Boolean hasStart()
hasStart in interface HourRangeFluent<A extends HourRangeFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends HourRangeFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends HourRangeFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.