public class MetricConfigFluentImpl<A extends MetricConfigFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements MetricConfigFluent<A>
| Constructor and Description |
|---|
MetricConfigFluentImpl() |
MetricConfigFluentImpl(MetricConfig instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName() |
Type |
getType() |
Boolean |
hasName() |
Boolean |
hasType() |
A |
withName(String name) |
A |
withType(Type type) |
public MetricConfigFluentImpl()
public MetricConfigFluentImpl(MetricConfig instance)
public String getName()
getName in interface MetricConfigFluent<A extends MetricConfigFluent<A>>public A withName(String name)
withName in interface MetricConfigFluent<A extends MetricConfigFluent<A>>public Boolean hasName()
hasName in interface MetricConfigFluent<A extends MetricConfigFluent<A>>public Type getType()
getType in interface MetricConfigFluent<A extends MetricConfigFluent<A>>public A withType(Type type)
withType in interface MetricConfigFluent<A extends MetricConfigFluent<A>>public Boolean hasType()
hasType in interface MetricConfigFluent<A extends MetricConfigFluent<A>>Copyright © 2017–2018 Red Hat. All rights reserved.