Class CustomResourceColumnDefinition
java.lang.Object
io.fabric8.kubernetes.api.model.apiextensions.CustomResourceColumnDefinition
- All Implemented Interfaces:
io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("org.jsonschema2pojo") public class CustomResourceColumnDefinition extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description CustomResourceColumnDefinition()No args constructor for use in serializationCustomResourceColumnDefinition(String jSONPath, String description, String format, String name, Integer priority, String type) -
Method Summary
Modifier and Type Method Description Map<String,Object>getAdditionalProperties()StringgetDescription()StringgetFormat()StringgetJSONPath()StringgetName()IntegergetPriority()StringgetType()voidsetAdditionalProperty(String name, Object value)voidsetDescription(String description)voidsetFormat(String format)voidsetJSONPath(String jSONPath)voidsetName(String name)voidsetPriority(Integer priority)voidsetType(String type)
-
Constructor Details
-
CustomResourceColumnDefinition
public CustomResourceColumnDefinition()No args constructor for use in serialization -
CustomResourceColumnDefinition
public CustomResourceColumnDefinition(String jSONPath, String description, String format, String name, Integer priority, String type)- Parameters:
format-name-description-jSONPath-priority-type-
-
-
Method Details
-
getJSONPath
- Returns:
- The jSONPath
-
setJSONPath
- Parameters:
jSONPath- The JSONPath
-
getDescription
- Returns:
- The description
-
setDescription
- Parameters:
description- The description
-
getFormat
- Returns:
- The format
-
setFormat
- Parameters:
format- The format
-
getName
- Returns:
- The name
-
setName
- Parameters:
name- The name
-
getPriority
- Returns:
- The priority
-
setPriority
- Parameters:
priority- The priority
-
getType
- Returns:
- The type
-
setType
- Parameters:
type- The type
-
getAdditionalProperties
-
setAdditionalProperty
-