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) |
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) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic CustomResourceColumnDefinitionFluent()
public CustomResourceColumnDefinitionFluent(CustomResourceColumnDefinition instance)
public String getDescription()
public boolean hasDescription()
public String getFormat()
public boolean hasFormat()
public String getJsonPath()
public boolean hasJsonPath()
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–2023 Red Hat. All rights reserved.