@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-06T08:58:17.566Z[Etc/UTC]") public class V1beta1CSIDriver 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 |
Constructor and Description |
---|
V1beta1CSIDriver() |
Modifier and Type | Method and Description |
---|---|
V1beta1CSIDriver |
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
|
V1beta1CSIDriverSpec |
getSpec()
Get spec
|
int |
hashCode() |
V1beta1CSIDriver |
kind(String kind) |
V1beta1CSIDriver |
metadata(V1ObjectMeta metadata) |
void |
setApiVersion(String apiVersion) |
void |
setKind(String kind) |
void |
setMetadata(V1ObjectMeta metadata) |
void |
setSpec(V1beta1CSIDriverSpec spec) |
V1beta1CSIDriver |
spec(V1beta1CSIDriverSpec spec) |
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 V1beta1CSIDriver apiVersion(String apiVersion)
@Nullable public String getApiVersion()
getApiVersion
in interface KubernetesType
public void setApiVersion(String apiVersion)
public V1beta1CSIDriver kind(String kind)
@Nullable public String getKind()
getKind
in interface KubernetesType
public void setKind(String kind)
public V1beta1CSIDriver metadata(V1ObjectMeta metadata)
@Nullable public V1ObjectMeta getMetadata()
getMetadata
in interface KubernetesObject
public void setMetadata(V1ObjectMeta metadata)
public V1beta1CSIDriver spec(V1beta1CSIDriverSpec spec)
public V1beta1CSIDriverSpec getSpec()
public void setSpec(V1beta1CSIDriverSpec spec)
Copyright © 2020. All rights reserved.