@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-04-08T04:59:41.589Z[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) |
V1LifecycleHandler |
getPostStart()
Get postStart
|
V1LifecycleHandler |
getPreStop()
Get preStop
|
int |
hashCode() |
V1Lifecycle |
postStart(V1LifecycleHandler postStart) |
V1Lifecycle |
preStop(V1LifecycleHandler preStop) |
void |
setPostStart(V1LifecycleHandler postStart) |
void |
setPreStop(V1LifecycleHandler preStop) |
String |
toString() |
public static final String SERIALIZED_NAME_POST_START
public static final String SERIALIZED_NAME_PRE_STOP
public V1Lifecycle postStart(V1LifecycleHandler postStart)
@Nullable public V1LifecycleHandler getPostStart()
public void setPostStart(V1LifecycleHandler postStart)
public V1Lifecycle preStop(V1LifecycleHandler preStop)
@Nullable public V1LifecycleHandler getPreStop()
public void setPreStop(V1LifecycleHandler preStop)
Copyright © 2022. All rights reserved.