public class SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>> extends BaseFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
SecretKeySelectorFluent() |
SecretKeySelectorFluent(SecretKeySelector instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getKey() |
String |
getName() |
Boolean |
getOptional() |
boolean |
hasAdditionalProperties() |
int |
hashCode() |
boolean |
hasKey() |
boolean |
hasName() |
boolean |
hasOptional() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withKey(String key) |
A |
withName(String name) |
A |
withOptional() |
A |
withOptional(Boolean optional) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic SecretKeySelectorFluent()
public SecretKeySelectorFluent(SecretKeySelector instance)
public String getKey()
public boolean hasKey()
public String getName()
public boolean hasName()
public Boolean getOptional()
public boolean hasOptional()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class BaseFluent<A extends SecretKeySelectorFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends SecretKeySelectorFluent<A>>public A withOptional()
Copyright © 2015–2023 Red Hat. All rights reserved.