@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2019-12-17T11:16:41.964Z[Etc/UTC]") public class V1Lifecycle extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_POST_START |
static String |
SERIALIZED_NAME_PRE_STOP |
Constructor and Description |
---|
V1Lifecycle() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
V1Handler |
getPostStart()
Get postStart
|
V1Handler |
getPreStop()
Get preStop
|
int |
hashCode() |
V1Lifecycle |
postStart(V1Handler postStart) |
V1Lifecycle |
preStop(V1Handler preStop) |
void |
setPostStart(V1Handler postStart) |
void |
setPreStop(V1Handler preStop) |
String |
toString() |
public static final String SERIALIZED_NAME_POST_START
public static final String SERIALIZED_NAME_PRE_STOP
public V1Lifecycle postStart(V1Handler postStart)
public void setPostStart(V1Handler postStart)
public V1Lifecycle preStop(V1Handler preStop)
public void setPreStop(V1Handler preStop)
Copyright © 2020. All rights reserved.