public class SecretReferenceFluent<A extends SecretReferenceFluent<A>> extends BaseFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
SecretReferenceFluent() |
SecretReferenceFluent(SecretReference 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 |
getName() |
String |
getNamespace() |
boolean |
hasAdditionalProperties() |
int |
hashCode() |
boolean |
hasName() |
boolean |
hasNamespace() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withName(String name) |
A |
withNamespace(String namespace) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic SecretReferenceFluent()
public SecretReferenceFluent(SecretReference instance)
public String getName()
public boolean hasName()
public String getNamespace()
public boolean hasNamespace()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class BaseFluent<A extends SecretReferenceFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends SecretReferenceFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.