@Generated(value="org.jsonschema2pojo") public class CustomResourceColumnDefinition extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
CustomResourceColumnDefinition()
No args constructor for use in serialization
|
CustomResourceColumnDefinition(String description,
String format,
String jsonPath,
String name,
Integer priority,
String type) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getDescription() |
String |
getFormat() |
String |
getJsonPath() |
String |
getName() |
Integer |
getPriority() |
String |
getType() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setDescription(String description) |
void |
setFormat(String format) |
void |
setJsonPath(String jsonPath) |
void |
setName(String name) |
void |
setPriority(Integer priority) |
void |
setType(String type) |
public CustomResourceColumnDefinition()
public String getDescription()
public void setDescription(String description)
description - The descriptionpublic String getFormat()
public void setFormat(String format)
format - The formatpublic String getJsonPath()
public void setJsonPath(String jsonPath)
jsonPath - The jsonPathpublic String getName()
public void setName(String name)
name - The namepublic Integer getPriority()
public void setPriority(Integer priority)
priority - The prioritypublic String getType()
public void setType(String type)
type - The typeCopyright © 2015–2020 Red Hat. All rights reserved.