Package net.stickycode.kuuty.model.v18
Class IoK8sApiBatchV2alpha1CronJobStatus
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiBatchV2alpha1CronJobStatus
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiBatchV2alpha1CronJobStatus extends Object
CronJobStatus represents the current state of a cron job.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ACTIVEstatic StringJSON_PROPERTY_LAST_SCHEDULE_TIME
-
Constructor Summary
Constructors Constructor Description IoK8sApiBatchV2alpha1CronJobStatus()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IoK8sApiBatchV2alpha1CronJobStatusactive(List<IoK8sApiCoreV1ObjectReference> active)IoK8sApiBatchV2alpha1CronJobStatusaddActiveItem(IoK8sApiCoreV1ObjectReference activeItem)booleanequals(Object o)List<IoK8sApiCoreV1ObjectReference>getActive()A list of pointers to currently running jobs.OffsetDateTimegetLastScheduleTime()Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON.inthashCode()IoK8sApiBatchV2alpha1CronJobStatuslastScheduleTime(OffsetDateTime lastScheduleTime)voidsetActive(List<IoK8sApiCoreV1ObjectReference> active)voidsetLastScheduleTime(OffsetDateTime lastScheduleTime)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_ACTIVE
public static final String JSON_PROPERTY_ACTIVE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_LAST_SCHEDULE_TIME
public static final String JSON_PROPERTY_LAST_SCHEDULE_TIME
- See Also:
- Constant Field Values
-
-
Method Detail
-
active
public IoK8sApiBatchV2alpha1CronJobStatus active(List<IoK8sApiCoreV1ObjectReference> active)
-
addActiveItem
public IoK8sApiBatchV2alpha1CronJobStatus addActiveItem(IoK8sApiCoreV1ObjectReference activeItem)
-
getActive
@Nullable public List<IoK8sApiCoreV1ObjectReference> getActive()
A list of pointers to currently running jobs.- Returns:
- active
-
setActive
public void setActive(List<IoK8sApiCoreV1ObjectReference> active)
-
lastScheduleTime
public IoK8sApiBatchV2alpha1CronJobStatus lastScheduleTime(OffsetDateTime lastScheduleTime)
-
getLastScheduleTime
@Nullable public OffsetDateTime getLastScheduleTime()
Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.- Returns:
- lastScheduleTime
-
setLastScheduleTime
public void setLastScheduleTime(OffsetDateTime lastScheduleTime)
-
-