Package net.stickycode.kuuty.model.v18
Class IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceColumnDefinition
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceColumnDefinition
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceColumnDefinition extends Object
CustomResourceColumnDefinition specifies a column for server side printing.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_DESCRIPTIONstatic StringJSON_PROPERTY_FORMATstatic StringJSON_PROPERTY_JSON_PATHstatic StringJSON_PROPERTY_NAMEstatic StringJSON_PROPERTY_PRIORITYstatic StringJSON_PROPERTY_TYPE
-
Constructor Summary
Constructors Constructor Description IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceColumnDefinition()
-
Method Summary
-
-
-
Field Detail
-
JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_DESCRIPTION
- See Also:
- Constant Field Values
-
JSON_PROPERTY_FORMAT
public static final String JSON_PROPERTY_FORMAT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_JSON_PATH
public static final String JSON_PROPERTY_JSON_PATH
- See Also:
- Constant Field Values
-
JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PRIORITY
public static final String JSON_PROPERTY_PRIORITY
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
description
public IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceColumnDefinition description(String description)
-
getDescription
@Nullable public String getDescription()
description is a human readable description of this column.- Returns:
- description
-
setDescription
public void setDescription(String description)
-
format
public IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceColumnDefinition format(String format)
-
getFormat
@Nullable public String getFormat()
format is an optional OpenAPI type definition for this column. The 'name' format is applied to the primary identifier column to assist in clients identifying column is the resource name. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.- Returns:
- format
-
setFormat
public void setFormat(String format)
-
jsonPath
public IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceColumnDefinition jsonPath(String jsonPath)
-
getJsonPath
public String getJsonPath()
jsonPath is a simple JSON path (i.e. with array notation) which is evaluated against each custom resource to produce the value for this column.- Returns:
- jsonPath
-
setJsonPath
public void setJsonPath(String jsonPath)
-
name
public IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceColumnDefinition name(String name)
-
getName
public String getName()
name is a human readable name for the column.- Returns:
- name
-
setName
public void setName(String name)
-
priority
public IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceColumnDefinition priority(Integer priority)
-
getPriority
@Nullable public Integer getPriority()
priority is an integer defining the relative importance of this column compared to others. Lower numbers are considered higher priority. Columns that may be omitted in limited space scenarios should be given a priority greater than 0.- Returns:
- priority
-
setPriority
public void setPriority(Integer priority)
-
type
public IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceColumnDefinition type(String type)
-
getType
public String getType()
type is an OpenAPI type definition for this column. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.- Returns:
- type
-
setType
public void setType(String type)
-
-