public class AnyFluentImpl<A extends AnyFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements AnyFluent<A>
| Constructor and Description |
|---|
AnyFluentImpl() |
AnyFluentImpl(Any instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getTypeUrl() |
String |
getValue() |
Boolean |
hasTypeUrl() |
Boolean |
hasValue() |
A |
withTypeUrl(String typeUrl) |
A |
withValue(String value) |
public AnyFluentImpl()
public AnyFluentImpl(Any instance)
public String getTypeUrl()
getTypeUrl in interface AnyFluent<A extends AnyFluent<A>>public A withTypeUrl(String typeUrl)
withTypeUrl in interface AnyFluent<A extends AnyFluent<A>>public Boolean hasTypeUrl()
hasTypeUrl in interface AnyFluent<A extends AnyFluent<A>>public String getValue()
public Boolean hasValue()
Copyright © 2017–2018 Red Hat. All rights reserved.