public class SecretReferenceFluentImpl<A extends SecretReferenceFluent<A>> extends BaseFluent<A> implements SecretReferenceFluent<A>
_visitables, VISIT
Constructor and Description |
---|
SecretReferenceFluentImpl() |
SecretReferenceFluentImpl(SecretReference instance) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getName() |
String |
getNamespace() |
int |
hashCode() |
Boolean |
hasName() |
Boolean |
hasNamespace() |
A |
withName(String name) |
A |
withNamespace(String namespace) |
A |
withNewName(String arg0)
Deprecated.
|
A |
withNewNamespace(String arg0)
Deprecated.
|
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethod
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>>
@Deprecated public A withNewName(String arg0)
withNewName
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>>
@Deprecated public A withNewNamespace(String arg0)
withNewNamespace
in interface SecretReferenceFluent<A extends SecretReferenceFluent<A>>
Copyright © 2015–2020 Red Hat. All rights reserved.