@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-06T08:58:17.566Z[Etc/UTC]") public class V1beta1CronJobStatus extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ACTIVE |
static String |
SERIALIZED_NAME_LAST_SCHEDULE_TIME |
Constructor and Description |
---|
V1beta1CronJobStatus() |
Modifier and Type | Method and Description |
---|---|
V1beta1CronJobStatus |
active(List<V1ObjectReference> active) |
V1beta1CronJobStatus |
addActiveItem(V1ObjectReference activeItem) |
boolean |
equals(Object o) |
List<V1ObjectReference> |
getActive()
A list of pointers to currently running jobs.
|
org.joda.time.DateTime |
getLastScheduleTime()
Information when was the last time the job was successfully scheduled.
|
int |
hashCode() |
V1beta1CronJobStatus |
lastScheduleTime(org.joda.time.DateTime lastScheduleTime) |
void |
setActive(List<V1ObjectReference> active) |
void |
setLastScheduleTime(org.joda.time.DateTime lastScheduleTime) |
String |
toString() |
public static final String SERIALIZED_NAME_ACTIVE
public static final String SERIALIZED_NAME_LAST_SCHEDULE_TIME
public V1beta1CronJobStatus active(List<V1ObjectReference> active)
public V1beta1CronJobStatus addActiveItem(V1ObjectReference activeItem)
@Nullable public List<V1ObjectReference> getActive()
public void setActive(List<V1ObjectReference> active)
public V1beta1CronJobStatus lastScheduleTime(org.joda.time.DateTime lastScheduleTime)
@Nullable public org.joda.time.DateTime getLastScheduleTime()
public void setLastScheduleTime(org.joda.time.DateTime lastScheduleTime)
Copyright © 2020. All rights reserved.