public class OperationMetricFluentImpl<A extends OperationMetricFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements OperationMetricFluent<A>
| Constructor and Description |
|---|
OperationMetricFluentImpl() |
OperationMetricFluentImpl(OperationMetric instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getEnd() |
String |
getStart() |
Boolean |
hasEnd() |
int |
hashCode() |
Boolean |
hasStart() |
A |
withEnd(String end) |
A |
withNewEnd(String arg0)
Deprecated.
|
A |
withNewStart(String arg0)
Deprecated.
|
A |
withStart(String start) |
public OperationMetricFluentImpl()
public OperationMetricFluentImpl(OperationMetric instance)
public String getEnd()
getEnd in interface OperationMetricFluent<A extends OperationMetricFluent<A>>public A withEnd(String end)
withEnd in interface OperationMetricFluent<A extends OperationMetricFluent<A>>public Boolean hasEnd()
hasEnd in interface OperationMetricFluent<A extends OperationMetricFluent<A>>@Deprecated public A withNewEnd(String arg0)
withNewEnd in interface OperationMetricFluent<A extends OperationMetricFluent<A>>public String getStart()
getStart in interface OperationMetricFluent<A extends OperationMetricFluent<A>>public A withStart(String start)
withStart in interface OperationMetricFluent<A extends OperationMetricFluent<A>>public Boolean hasStart()
hasStart in interface OperationMetricFluent<A extends OperationMetricFluent<A>>@Deprecated public A withNewStart(String arg0)
withNewStart in interface OperationMetricFluent<A extends OperationMetricFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.