public class SecretKeySelectorFluentImpl<A extends SecretKeySelectorFluent<A>> extends BaseFluent<A> implements SecretKeySelectorFluent<A>
_visitables, VISIT
Constructor and Description |
---|
SecretKeySelectorFluentImpl() |
SecretKeySelectorFluentImpl(SecretKeySelector instance) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getKey() |
String |
getName() |
Boolean |
getOptional() |
int |
hashCode() |
Boolean |
hasKey() |
Boolean |
hasName() |
Boolean |
hasOptional() |
A |
withKey(String key) |
A |
withName(String name) |
A |
withNewKey(String arg0)
Deprecated.
|
A |
withNewName(String arg0)
Deprecated.
|
A |
withOptional(Boolean optional) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethod
public SecretKeySelectorFluentImpl()
public SecretKeySelectorFluentImpl(SecretKeySelector instance)
public String getKey()
getKey
in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>
public A withKey(String key)
withKey
in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>
public Boolean hasKey()
hasKey
in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>
@Deprecated public A withNewKey(String arg0)
withNewKey
in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>
public String getName()
getName
in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>
public A withName(String name)
withName
in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>
public Boolean hasName()
hasName
in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>
@Deprecated public A withNewName(String arg0)
withNewName
in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>
public Boolean getOptional()
getOptional
in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>
public A withOptional(Boolean optional)
withOptional
in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>
public Boolean hasOptional()
hasOptional
in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>
Copyright © 2015–2020 Red Hat. All rights reserved.