public class V1CustomResourceColumnDefinitionFluentImpl<A extends V1CustomResourceColumnDefinitionFluent<A>> extends BaseFluent<A> implements V1CustomResourceColumnDefinitionFluent<A>
_visitables, VISIT
Constructor and Description |
---|
V1CustomResourceColumnDefinitionFluentImpl() |
V1CustomResourceColumnDefinitionFluentImpl(io.kubernetes.client.openapi.models.V1CustomResourceColumnDefinition instance) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDescription() |
String |
getFormat() |
String |
getJsonPath() |
String |
getName() |
Integer |
getPriority() |
String |
getType() |
Boolean |
hasDescription() |
Boolean |
hasFormat() |
int |
hashCode() |
Boolean |
hasJsonPath() |
Boolean |
hasName() |
Boolean |
hasPriority() |
Boolean |
hasType() |
A |
withDescription(String description) |
A |
withFormat(String format) |
A |
withJsonPath(String jsonPath) |
A |
withName(String name) |
A |
withNewDescription(String original)
Deprecated.
|
A |
withNewFormat(String original)
Deprecated.
|
A |
withNewJsonPath(String original)
Deprecated.
|
A |
withNewName(String original)
Deprecated.
|
A |
withNewType(String original)
Deprecated.
|
A |
withPriority(Integer priority) |
A |
withType(String type) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethod
public V1CustomResourceColumnDefinitionFluentImpl()
public V1CustomResourceColumnDefinitionFluentImpl(io.kubernetes.client.openapi.models.V1CustomResourceColumnDefinition instance)
public String getDescription()
getDescription
in interface V1CustomResourceColumnDefinitionFluent<A extends V1CustomResourceColumnDefinitionFluent<A>>
public A withDescription(String description)
withDescription
in interface V1CustomResourceColumnDefinitionFluent<A extends V1CustomResourceColumnDefinitionFluent<A>>
public Boolean hasDescription()
hasDescription
in interface V1CustomResourceColumnDefinitionFluent<A extends V1CustomResourceColumnDefinitionFluent<A>>
@Deprecated public A withNewDescription(String original)
withNewDescription
in interface V1CustomResourceColumnDefinitionFluent<A extends V1CustomResourceColumnDefinitionFluent<A>>
public String getFormat()
getFormat
in interface V1CustomResourceColumnDefinitionFluent<A extends V1CustomResourceColumnDefinitionFluent<A>>
public A withFormat(String format)
withFormat
in interface V1CustomResourceColumnDefinitionFluent<A extends V1CustomResourceColumnDefinitionFluent<A>>
public Boolean hasFormat()
hasFormat
in interface V1CustomResourceColumnDefinitionFluent<A extends V1CustomResourceColumnDefinitionFluent<A>>
@Deprecated public A withNewFormat(String original)
withNewFormat
in interface V1CustomResourceColumnDefinitionFluent<A extends V1CustomResourceColumnDefinitionFluent<A>>
public String getJsonPath()
getJsonPath
in interface V1CustomResourceColumnDefinitionFluent<A extends V1CustomResourceColumnDefinitionFluent<A>>
public A withJsonPath(String jsonPath)
withJsonPath
in interface V1CustomResourceColumnDefinitionFluent<A extends V1CustomResourceColumnDefinitionFluent<A>>
public Boolean hasJsonPath()
hasJsonPath
in interface V1CustomResourceColumnDefinitionFluent<A extends V1CustomResourceColumnDefinitionFluent<A>>
@Deprecated public A withNewJsonPath(String original)
withNewJsonPath
in interface V1CustomResourceColumnDefinitionFluent<A extends V1CustomResourceColumnDefinitionFluent<A>>
public String getName()
getName
in interface V1CustomResourceColumnDefinitionFluent<A extends V1CustomResourceColumnDefinitionFluent<A>>
public A withName(String name)
withName
in interface V1CustomResourceColumnDefinitionFluent<A extends V1CustomResourceColumnDefinitionFluent<A>>
public Boolean hasName()
hasName
in interface V1CustomResourceColumnDefinitionFluent<A extends V1CustomResourceColumnDefinitionFluent<A>>
@Deprecated public A withNewName(String original)
withNewName
in interface V1CustomResourceColumnDefinitionFluent<A extends V1CustomResourceColumnDefinitionFluent<A>>
public Integer getPriority()
getPriority
in interface V1CustomResourceColumnDefinitionFluent<A extends V1CustomResourceColumnDefinitionFluent<A>>
public A withPriority(Integer priority)
withPriority
in interface V1CustomResourceColumnDefinitionFluent<A extends V1CustomResourceColumnDefinitionFluent<A>>
public Boolean hasPriority()
hasPriority
in interface V1CustomResourceColumnDefinitionFluent<A extends V1CustomResourceColumnDefinitionFluent<A>>
public String getType()
getType
in interface V1CustomResourceColumnDefinitionFluent<A extends V1CustomResourceColumnDefinitionFluent<A>>
public A withType(String type)
withType
in interface V1CustomResourceColumnDefinitionFluent<A extends V1CustomResourceColumnDefinitionFluent<A>>
public Boolean hasType()
hasType
in interface V1CustomResourceColumnDefinitionFluent<A extends V1CustomResourceColumnDefinitionFluent<A>>
@Deprecated public A withNewType(String original)
withNewType
in interface V1CustomResourceColumnDefinitionFluent<A extends V1CustomResourceColumnDefinitionFluent<A>>
Copyright © 2021. All rights reserved.