@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-08-31T19:41:55.826Z[Etc/UTC]") public class V1ThanosRulerSpecLifecycle extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_POST_START |
static String |
SERIALIZED_NAME_PRE_STOP |
| Constructor and Description |
|---|
V1ThanosRulerSpecLifecycle() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
V1ThanosRulerSpecLifecyclePostStart |
getPostStart()
Get postStart
|
V1ThanosRulerSpecLifecyclePreStop |
getPreStop()
Get preStop
|
int |
hashCode() |
V1ThanosRulerSpecLifecycle |
postStart(V1ThanosRulerSpecLifecyclePostStart postStart) |
V1ThanosRulerSpecLifecycle |
preStop(V1ThanosRulerSpecLifecyclePreStop preStop) |
void |
setPostStart(V1ThanosRulerSpecLifecyclePostStart postStart) |
void |
setPreStop(V1ThanosRulerSpecLifecyclePreStop preStop) |
String |
toString() |
public static final String SERIALIZED_NAME_POST_START
public static final String SERIALIZED_NAME_PRE_STOP
public V1ThanosRulerSpecLifecycle postStart(V1ThanosRulerSpecLifecyclePostStart postStart)
@Nullable public V1ThanosRulerSpecLifecyclePostStart getPostStart()
public void setPostStart(V1ThanosRulerSpecLifecyclePostStart postStart)
public V1ThanosRulerSpecLifecycle preStop(V1ThanosRulerSpecLifecyclePreStop preStop)
@Nullable public V1ThanosRulerSpecLifecyclePreStop getPreStop()
public void setPreStop(V1ThanosRulerSpecLifecyclePreStop preStop)
Copyright © 2020. All rights reserved.