public class MetricInfoFluentImpl<A extends MetricInfoFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements MetricInfoFluent<A>
| Constructor and Description |
|---|
MetricInfoFluentImpl() |
MetricInfoFluentImpl(MetricInfo instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getNameTemplate() |
Type |
getType() |
Boolean |
hasNameTemplate() |
Boolean |
hasType() |
A |
withNameTemplate(String nameTemplate) |
A |
withType(Type type) |
public MetricInfoFluentImpl()
public MetricInfoFluentImpl(MetricInfo instance)
public String getNameTemplate()
getNameTemplate in interface MetricInfoFluent<A extends MetricInfoFluent<A>>public A withNameTemplate(String nameTemplate)
withNameTemplate in interface MetricInfoFluent<A extends MetricInfoFluent<A>>public Boolean hasNameTemplate()
hasNameTemplate in interface MetricInfoFluent<A extends MetricInfoFluent<A>>public Type getType()
getType in interface MetricInfoFluent<A extends MetricInfoFluent<A>>public A withType(Type type)
withType in interface MetricInfoFluent<A extends MetricInfoFluent<A>>public Boolean hasType()
hasType in interface MetricInfoFluent<A extends MetricInfoFluent<A>>Copyright © 2017–2018 Red Hat. All rights reserved.