@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-19T10:47:33.387Z[Etc/UTC]") public class V1CustomResourceColumnDefinition extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_DESCRIPTION |
static String |
SERIALIZED_NAME_FORMAT |
static String |
SERIALIZED_NAME_JSON_PATH |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_PRIORITY |
static String |
SERIALIZED_NAME_TYPE |
Constructor and Description |
---|
V1CustomResourceColumnDefinition() |
Modifier and Type | Method and Description |
---|---|
V1CustomResourceColumnDefinition |
description(String description) |
boolean |
equals(Object o) |
V1CustomResourceColumnDefinition |
format(String format) |
String |
getDescription()
description is a human readable description of this column.
|
String |
getFormat()
format is an optional OpenAPI type definition for this column.
|
String |
getJsonPath()
jsonPath is a simple JSON path (i.e.
|
String |
getName()
name is a human readable name for the column.
|
Integer |
getPriority()
priority is an integer defining the relative importance of this column compared to others.
|
String |
getType()
type is an OpenAPI type definition for this column.
|
int |
hashCode() |
V1CustomResourceColumnDefinition |
jsonPath(String jsonPath) |
V1CustomResourceColumnDefinition |
name(String name) |
V1CustomResourceColumnDefinition |
priority(Integer priority) |
void |
setDescription(String description) |
void |
setFormat(String format) |
void |
setJsonPath(String jsonPath) |
void |
setName(String name) |
void |
setPriority(Integer priority) |
void |
setType(String type) |
String |
toString() |
V1CustomResourceColumnDefinition |
type(String type) |
public static final String SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_FORMAT
public static final String SERIALIZED_NAME_JSON_PATH
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_PRIORITY
public static final String SERIALIZED_NAME_TYPE
public V1CustomResourceColumnDefinition description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public V1CustomResourceColumnDefinition format(String format)
@Nullable public String getFormat()
public void setFormat(String format)
public V1CustomResourceColumnDefinition jsonPath(String jsonPath)
public String getJsonPath()
public void setJsonPath(String jsonPath)
public V1CustomResourceColumnDefinition name(String name)
public String getName()
public void setName(String name)
public V1CustomResourceColumnDefinition priority(Integer priority)
@Nullable public Integer getPriority()
public void setPriority(Integer priority)
public V1CustomResourceColumnDefinition type(String type)
public String getType()
public void setType(String type)
Copyright © 2020. All rights reserved.