public class CustomResourceColumnDefinitionFluent<A extends CustomResourceColumnDefinitionFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
CustomResourceColumnDefinitionFluent() |
CustomResourceColumnDefinitionFluent(CustomResourceColumnDefinition instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
protected void |
copyInstance(CustomResourceColumnDefinition instance) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getDescription() |
String |
getFormat() |
String |
getJSONPath() |
String |
getName() |
Integer |
getPriority() |
String |
getType() |
boolean |
hasAdditionalProperties() |
boolean |
hasDescription() |
boolean |
hasFormat() |
int |
hashCode() |
boolean |
hasJSONPath() |
boolean |
hasName() |
boolean |
hasPriority() |
boolean |
hasType() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withDescription(String description) |
A |
withFormat(String format) |
A |
withJSONPath(String jSONPath) |
A |
withName(String name) |
A |
withPriority(Integer priority) |
A |
withType(String type) |
public CustomResourceColumnDefinitionFluent()
public CustomResourceColumnDefinitionFluent(CustomResourceColumnDefinition instance)
protected void copyInstance(CustomResourceColumnDefinition instance)
public String getJSONPath()
public boolean hasJSONPath()
public String getDescription()
public boolean hasDescription()
public String getFormat()
public boolean hasFormat()
public String getName()
public boolean hasName()
public Integer getPriority()
public boolean hasPriority()
public String getType()
public boolean hasType()
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 CustomResourceColumnDefinitionFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends CustomResourceColumnDefinitionFluent<A>>Copyright © 2015–2025 Red Hat. All rights reserved.