public class ParentReferenceFluent<A extends ParentReferenceFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
ParentReferenceFluent() |
ParentReferenceFluent(ParentReference instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
protected void |
copyInstance(ParentReference instance) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getGroup() |
String |
getName() |
String |
getNamespace() |
String |
getResource() |
String |
getUid() |
boolean |
hasAdditionalProperties() |
boolean |
hasGroup() |
int |
hashCode() |
boolean |
hasName() |
boolean |
hasNamespace() |
boolean |
hasResource() |
boolean |
hasUid() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withGroup(String group) |
A |
withName(String name) |
A |
withNamespace(String namespace) |
A |
withResource(String resource) |
A |
withUid(String uid) |
public ParentReferenceFluent()
public ParentReferenceFluent(ParentReference instance)
protected void copyInstance(ParentReference instance)
public String getGroup()
public boolean hasGroup()
public String getName()
public boolean hasName()
public String getNamespace()
public boolean hasNamespace()
public String getResource()
public boolean hasResource()
public String getUid()
public boolean hasUid()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ParentReferenceFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ParentReferenceFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.