@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-04-08T04:59:41.589Z[Etc/UTC]") public class V1beta1FlowSchema extends Object implements KubernetesObject
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_API_VERSION |
static String |
SERIALIZED_NAME_KIND |
static String |
SERIALIZED_NAME_METADATA |
static String |
SERIALIZED_NAME_SPEC |
static String |
SERIALIZED_NAME_STATUS |
Constructor and Description |
---|
V1beta1FlowSchema() |
Modifier and Type | Method and Description |
---|---|
V1beta1FlowSchema |
apiVersion(String apiVersion) |
boolean |
equals(Object o) |
String |
getApiVersion()
APIVersion defines the versioned schema of this representation of an object.
|
String |
getKind()
Kind is a string value representing the REST resource this object represents.
|
V1ObjectMeta |
getMetadata()
Get metadata
|
V1beta1FlowSchemaSpec |
getSpec()
Get spec
|
V1beta1FlowSchemaStatus |
getStatus()
Get status
|
int |
hashCode() |
V1beta1FlowSchema |
kind(String kind) |
V1beta1FlowSchema |
metadata(V1ObjectMeta metadata) |
void |
setApiVersion(String apiVersion) |
void |
setKind(String kind) |
void |
setMetadata(V1ObjectMeta metadata) |
void |
setSpec(V1beta1FlowSchemaSpec spec) |
void |
setStatus(V1beta1FlowSchemaStatus status) |
V1beta1FlowSchema |
spec(V1beta1FlowSchemaSpec spec) |
V1beta1FlowSchema |
status(V1beta1FlowSchemaStatus status) |
String |
toString() |
public static final String SERIALIZED_NAME_API_VERSION
public static final String SERIALIZED_NAME_KIND
public static final String SERIALIZED_NAME_METADATA
public static final String SERIALIZED_NAME_SPEC
public static final String SERIALIZED_NAME_STATUS
public V1beta1FlowSchema apiVersion(String apiVersion)
@Nullable public String getApiVersion()
getApiVersion
in interface KubernetesType
public void setApiVersion(String apiVersion)
public V1beta1FlowSchema kind(String kind)
@Nullable public String getKind()
getKind
in interface KubernetesType
public void setKind(String kind)
public V1beta1FlowSchema metadata(V1ObjectMeta metadata)
@Nullable public V1ObjectMeta getMetadata()
getMetadata
in interface KubernetesObject
public void setMetadata(V1ObjectMeta metadata)
public V1beta1FlowSchema spec(V1beta1FlowSchemaSpec spec)
@Nullable public V1beta1FlowSchemaSpec getSpec()
public void setSpec(V1beta1FlowSchemaSpec spec)
public V1beta1FlowSchema status(V1beta1FlowSchemaStatus status)
@Nullable public V1beta1FlowSchemaStatus getStatus()
public void setStatus(V1beta1FlowSchemaStatus status)
Copyright © 2022. All rights reserved.