Class JobContainer
- java.lang.Object
-
- org.ovirt.engine.sdk4.internal.containers.Container
-
- org.ovirt.engine.sdk4.internal.containers.IdentifiedContainer
-
- org.ovirt.engine.sdk4.internal.containers.JobContainer
-
- All Implemented Interfaces:
Identified
,Job
public class JobContainer extends IdentifiedContainer implements Job
-
-
Constructor Summary
Constructors Constructor Description JobContainer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
autoCleared()
void
autoCleared(boolean newAutoCleared)
void
autoCleared(Boolean newAutoCleared)
boolean
autoClearedPresent()
Date
endTime()
void
endTime(Date newEndTime)
boolean
endTimePresent()
boolean
external()
void
external(boolean newExternal)
void
external(Boolean newExternal)
boolean
externalPresent()
Date
lastUpdated()
void
lastUpdated(Date newLastUpdated)
boolean
lastUpdatedPresent()
User
owner()
void
owner(User newOwner)
boolean
ownerPresent()
Date
startTime()
void
startTime(Date newStartTime)
boolean
startTimePresent()
JobStatus
status()
void
status(JobStatus newStatus)
boolean
statusPresent()
List<Step>
steps()
void
steps(List<Step> newSteps)
boolean
stepsPresent()
-
Methods inherited from class org.ovirt.engine.sdk4.internal.containers.IdentifiedContainer
comment, comment, commentPresent, description, description, descriptionPresent, href, href, hrefPresent, id, id, idPresent, name, name, namePresent
-
Methods inherited from class org.ovirt.engine.sdk4.internal.containers.Container
asByte, asInteger, asLong, asShort, makeArrayList, makeUnmodifiableList
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.ovirt.engine.sdk4.types.Identified
comment, commentPresent, description, descriptionPresent, href, hrefPresent, id, idPresent, name, namePresent
-
-
-
-
Method Detail
-
autoCleared
public boolean autoCleared()
- Specified by:
autoCleared
in interfaceJob
-
autoCleared
public void autoCleared(boolean newAutoCleared)
-
autoCleared
public void autoCleared(Boolean newAutoCleared)
-
autoClearedPresent
public boolean autoClearedPresent()
- Specified by:
autoClearedPresent
in interfaceJob
-
endTime
public void endTime(Date newEndTime)
-
endTimePresent
public boolean endTimePresent()
- Specified by:
endTimePresent
in interfaceJob
-
external
public void external(boolean newExternal)
-
external
public void external(Boolean newExternal)
-
externalPresent
public boolean externalPresent()
- Specified by:
externalPresent
in interfaceJob
-
lastUpdated
public Date lastUpdated()
- Specified by:
lastUpdated
in interfaceJob
-
lastUpdated
public void lastUpdated(Date newLastUpdated)
-
lastUpdatedPresent
public boolean lastUpdatedPresent()
- Specified by:
lastUpdatedPresent
in interfaceJob
-
startTime
public void startTime(Date newStartTime)
-
startTimePresent
public boolean startTimePresent()
- Specified by:
startTimePresent
in interfaceJob
-
status
public void status(JobStatus newStatus)
-
statusPresent
public boolean statusPresent()
- Specified by:
statusPresent
in interfaceJob
-
owner
public void owner(User newOwner)
-
ownerPresent
public boolean ownerPresent()
- Specified by:
ownerPresent
in interfaceJob
-
stepsPresent
public boolean stepsPresent()
- Specified by:
stepsPresent
in interfaceJob
-
-