public class SecretReferenceFluentImpl<A extends SecretReferenceFluent<A>> extends BaseFluent<A> implements SecretReferenceFluent<A>
_visitables| Constructor and Description |
|---|
SecretReferenceFluentImpl() |
SecretReferenceFluentImpl(SecretReference instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName() |
String |
getNamespace() |
Boolean |
hasName() |
Boolean |
hasNamespace() |
A |
withName(String name) |
A |
withNamespace(String namespace) |
public SecretReferenceFluentImpl()
public SecretReferenceFluentImpl(SecretReference instance)
public String getName()
getName in interface SecretReferenceFluent<A extends SecretReferenceFluent<A>>public A withName(String name)
withName in interface SecretReferenceFluent<A extends SecretReferenceFluent<A>>public Boolean hasName()
hasName in interface SecretReferenceFluent<A extends SecretReferenceFluent<A>>public String getNamespace()
getNamespace in interface SecretReferenceFluent<A extends SecretReferenceFluent<A>>public A withNamespace(String namespace)
withNamespace in interface SecretReferenceFluent<A extends SecretReferenceFluent<A>>public Boolean hasNamespace()
hasNamespace in interface SecretReferenceFluent<A extends SecretReferenceFluent<A>>Copyright © 2011–2018 Red Hat. All rights reserved.