public class SecretKeySelectorFluentImpl<A extends SecretKeySelectorFluent<A>> extends BaseFluent<A> implements SecretKeySelectorFluent<A>
_visitables| Constructor and Description |
|---|
SecretKeySelectorFluentImpl() |
SecretKeySelectorFluentImpl(SecretKeySelector instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getKey() |
String |
getName() |
A |
withKey(String key) |
A |
withName(String name) |
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 String getName()
getName in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>public A withName(String name)
withName in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>Copyright © 2011–2016 Red Hat. All rights reserved.