public class StepInfoFluentImpl<A extends StepInfoFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements StepInfoFluent<A>
| Constructor and Description |
|---|
StepInfoFluentImpl() |
StepInfoFluentImpl(StepInfo instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
Long |
getDurationMilliseconds() |
String |
getName() |
String |
getStartTime() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasDurationMilliseconds() |
int |
hashCode() |
Boolean |
hasName() |
Boolean |
hasStartTime() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withDurationMilliseconds(Long durationMilliseconds) |
A |
withName(String name) |
A |
withStartTime(String startTime) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic StepInfoFluentImpl()
public StepInfoFluentImpl(StepInfo instance)
public Long getDurationMilliseconds()
getDurationMilliseconds in interface StepInfoFluent<A extends StepInfoFluent<A>>public A withDurationMilliseconds(Long durationMilliseconds)
withDurationMilliseconds in interface StepInfoFluent<A extends StepInfoFluent<A>>public Boolean hasDurationMilliseconds()
hasDurationMilliseconds in interface StepInfoFluent<A extends StepInfoFluent<A>>public String getName()
getName in interface StepInfoFluent<A extends StepInfoFluent<A>>public A withName(String name)
withName in interface StepInfoFluent<A extends StepInfoFluent<A>>public Boolean hasName()
hasName in interface StepInfoFluent<A extends StepInfoFluent<A>>public String getStartTime()
getStartTime in interface StepInfoFluent<A extends StepInfoFluent<A>>public A withStartTime(String startTime)
withStartTime in interface StepInfoFluent<A extends StepInfoFluent<A>>public Boolean hasStartTime()
hasStartTime in interface StepInfoFluent<A extends StepInfoFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface StepInfoFluent<A extends StepInfoFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface StepInfoFluent<A extends StepInfoFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface StepInfoFluent<A extends StepInfoFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface StepInfoFluent<A extends StepInfoFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface StepInfoFluent<A extends StepInfoFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface StepInfoFluent<A extends StepInfoFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface StepInfoFluent<A extends StepInfoFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends StepInfoFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends StepInfoFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.