@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2019-11-28T14:07:30.308Z[Etc/UTC]") public class AppsV1beta1Deployment extends Object
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 |
---|
AppsV1beta1Deployment() |
Modifier and Type | Method and Description |
---|---|
AppsV1beta1Deployment |
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
|
AppsV1beta1DeploymentSpec |
getSpec()
Get spec
|
AppsV1beta1DeploymentStatus |
getStatus()
Get status
|
int |
hashCode() |
AppsV1beta1Deployment |
kind(String kind) |
AppsV1beta1Deployment |
metadata(V1ObjectMeta metadata) |
void |
setApiVersion(String apiVersion) |
void |
setKind(String kind) |
void |
setMetadata(V1ObjectMeta metadata) |
void |
setSpec(AppsV1beta1DeploymentSpec spec) |
void |
setStatus(AppsV1beta1DeploymentStatus status) |
AppsV1beta1Deployment |
spec(AppsV1beta1DeploymentSpec spec) |
AppsV1beta1Deployment |
status(AppsV1beta1DeploymentStatus 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 AppsV1beta1Deployment apiVersion(String apiVersion)
@Nullable public String getApiVersion()
public void setApiVersion(String apiVersion)
public AppsV1beta1Deployment kind(String kind)
@Nullable public String getKind()
public void setKind(String kind)
public AppsV1beta1Deployment metadata(V1ObjectMeta metadata)
@Nullable public V1ObjectMeta getMetadata()
public void setMetadata(V1ObjectMeta metadata)
public AppsV1beta1Deployment spec(AppsV1beta1DeploymentSpec spec)
@Nullable public AppsV1beta1DeploymentSpec getSpec()
public void setSpec(AppsV1beta1DeploymentSpec spec)
public AppsV1beta1Deployment status(AppsV1beta1DeploymentStatus status)
@Nullable public AppsV1beta1DeploymentStatus getStatus()
public void setStatus(AppsV1beta1DeploymentStatus status)
Copyright © 2019. All rights reserved.