@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2019-11-28T14:07:30.308Z[Etc/UTC]") public class V1beta1CustomResourceSubresources extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_SCALE |
static String |
SERIALIZED_NAME_STATUS |
Constructor and Description |
---|
V1beta1CustomResourceSubresources() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
V1beta1CustomResourceSubresourceScale |
getScale()
Get scale
|
Object |
getStatus()
Status denotes the status subresource for CustomResources
|
int |
hashCode() |
V1beta1CustomResourceSubresources |
scale(V1beta1CustomResourceSubresourceScale scale) |
void |
setScale(V1beta1CustomResourceSubresourceScale scale) |
void |
setStatus(Object status) |
V1beta1CustomResourceSubresources |
status(Object status) |
String |
toString() |
public static final String SERIALIZED_NAME_SCALE
public static final String SERIALIZED_NAME_STATUS
public V1beta1CustomResourceSubresources scale(V1beta1CustomResourceSubresourceScale scale)
@Nullable public V1beta1CustomResourceSubresourceScale getScale()
public void setScale(V1beta1CustomResourceSubresourceScale scale)
public V1beta1CustomResourceSubresources status(Object status)
@Nullable public Object getStatus()
public void setStatus(Object status)
Copyright © 2019. All rights reserved.