@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-09-20T22:55:54.394Z[Etc/UTC]") public class V1JobTemplateSpec extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_METADATA |
static String |
SERIALIZED_NAME_SPEC |
Constructor and Description |
---|
V1JobTemplateSpec() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
V1ObjectMeta |
getMetadata()
Get metadata
|
V1JobSpec |
getSpec()
Get spec
|
int |
hashCode() |
V1JobTemplateSpec |
metadata(V1ObjectMeta metadata) |
void |
setMetadata(V1ObjectMeta metadata) |
void |
setSpec(V1JobSpec spec) |
V1JobTemplateSpec |
spec(V1JobSpec spec) |
String |
toString() |
public static final String SERIALIZED_NAME_METADATA
public static final String SERIALIZED_NAME_SPEC
public V1JobTemplateSpec metadata(V1ObjectMeta metadata)
@Nullable public V1ObjectMeta getMetadata()
public void setMetadata(V1ObjectMeta metadata)
public V1JobTemplateSpec spec(V1JobSpec spec)
public void setSpec(V1JobSpec spec)
Copyright © 2021. All rights reserved.