@Generated(value="OracleSDKGenerator", comments="API Version: 20220901") public final class WorkRequest extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
An object that defines a work request.
Note: Objects should always be created or deserialized using the WorkRequest.Builder
. This model
distinguishes fields that are null
because they are unset from fields that are explicitly
set to null
. This is done in the setter methods of the WorkRequest.Builder
, which maintain a
set of all explicitly set fields called WorkRequest.Builder.__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take the explicitly set
fields into account. The constructor, on the other hand, does not take the explicitly set fields
into account (since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
WorkRequest.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
WorkRequest(WorkRequestOperationType operationType,
OperationStatus status,
String id,
String description,
String displayName,
String message,
String parentId,
List<String> childrenId,
String compartmentId,
List<WorkRequestResource> resources,
List<String> packageNames,
List<String> windowsUpdateNames,
List<ModuleSpecDetails> moduleSpecs,
Float percentComplete,
Date timeCreated,
Date timeUpdated,
Date timeStarted,
Date timeFinished,
String initiatorId,
WorkRequestManagementStationDetails managementStation,
Date timeScheduled,
String contentLocation,
String eventId,
String contentChecksum,
String retryOfId,
List<Integer> retryIntervals,
Boolean isManagedByAutonomousLinux)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static WorkRequest.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
List<String> |
getChildrenId()
The list of OCIDs for the child work requests.
|
String |
getCompartmentId()
The OCID of
the compartment that contains the work request.
|
String |
getContentChecksum()
The EventFingerprint associated with the content.
|
String |
getContentLocation()
The location of the bundle in the filesystem of the resource associated to this work request.
|
String |
getDescription()
A short description about the work request.
|
String |
getDisplayName()
A short display name for the work request.
|
String |
getEventId()
The event id of the content.
|
String |
getId()
The OCID of
the work request.
|
String |
getInitiatorId()
The OCID of
the resource that initiated the work request.
|
Boolean |
getIsManagedByAutonomousLinux()
Indicates whether this work request is managed by the Autonomous Linux service.
|
WorkRequestManagementStationDetails |
getManagementStation() |
String |
getMessage()
A progress or error message, if there is any.
|
List<ModuleSpecDetails> |
getModuleSpecs()
The list of appstream modules being operated on.
|
WorkRequestOperationType |
getOperationType()
Type of the work request.
|
List<String> |
getPackageNames()
A list of package names to be installed, updated, or removed.
|
String |
getParentId()
The OCID of the parent work request, if there is any.
|
Float |
getPercentComplete()
The percentage complete of the operation tracked by this work request.
|
List<WorkRequestResource> |
getResources()
The list of
OCIDs for the
resources affected by the work request.
|
List<Integer> |
getRetryIntervals()
Indicates whether this work request is managed by the Autonomous Linux service.
|
String |
getRetryOfId()
The OCID of
the original work request that is being retried.
|
OperationStatus |
getStatus()
Status of the work request.
|
Date |
getTimeCreated()
The date and time the work request was created (in RFC
3339 format).
|
Date |
getTimeFinished()
The date and time the work request completed (in RFC
3339 format).
|
Date |
getTimeScheduled()
The scheduled date and time to retry the work request (in RFC
3339 format).
|
Date |
getTimeStarted()
The date and time the work request started (in RFC 3339
format).
|
Date |
getTimeUpdated()
The date and time the work request started (in RFC 3339
format).
|
List<String> |
getWindowsUpdateNames()
The UUIDs of the target Windows update (only used when operation type is
INSTALL_WINDOWS_UPDATES).
|
int |
hashCode() |
WorkRequest.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"operationType","status","id","description","displayName","message","parentId","childrenId","compartmentId","resources","packageNames","windowsUpdateNames","moduleSpecs","percentComplete","timeCreated","timeUpdated","timeStarted","timeFinished","initiatorId","managementStation","timeScheduled","contentLocation","eventId","contentChecksum","retryOfId","retryIntervals","isManagedByAutonomousLinux"}) public WorkRequest(WorkRequestOperationType operationType, OperationStatus status, String id, String description, String displayName, String message, String parentId, List<String> childrenId, String compartmentId, List<WorkRequestResource> resources, List<String> packageNames, List<String> windowsUpdateNames, List<ModuleSpecDetails> moduleSpecs, Float percentComplete, Date timeCreated, Date timeUpdated, Date timeStarted, Date timeFinished, String initiatorId, WorkRequestManagementStationDetails managementStation, Date timeScheduled, String contentLocation, String eventId, String contentChecksum, String retryOfId, List<Integer> retryIntervals, Boolean isManagedByAutonomousLinux)
public static WorkRequest.Builder builder()
Create a new builder.
public WorkRequest.Builder toBuilder()
public WorkRequestOperationType getOperationType()
Type of the work request.
public OperationStatus getStatus()
Status of the work request.
public String getDescription()
A short description about the work request.
public String getDisplayName()
A short display name for the work request.
public String getMessage()
A progress or error message, if there is any.
public String getParentId()
The OCID of the parent work request, if there is any.
public List<String> getChildrenId()
The list of OCIDs for the child work requests.
public String getCompartmentId()
The OCID of the compartment that contains the work request. Work requests should be scoped to the same compartment as the resource it affects. If the work request affects multiple resources the different compartments, the services selects the compartment of the primary resource.
public List<WorkRequestResource> getResources()
The list of OCIDs for the resources affected by the work request.
public List<String> getPackageNames()
A list of package names to be installed, updated, or removed.
public List<String> getWindowsUpdateNames()
The UUIDs of the target Windows update (only used when operation type is INSTALL_WINDOWS_UPDATES).
public List<ModuleSpecDetails> getModuleSpecs()
The list of appstream modules being operated on.
public Float getPercentComplete()
The percentage complete of the operation tracked by this work request.
public Date getTimeCreated()
The date and time the work request was created (in RFC 3339 format).
public Date getTimeUpdated()
The date and time the work request started (in RFC 3339 format).
public Date getTimeStarted()
The date and time the work request started (in RFC 3339 format).
public Date getTimeFinished()
The date and time the work request completed (in RFC 3339 format).
public String getInitiatorId()
The OCID of the resource that initiated the work request.
public WorkRequestManagementStationDetails getManagementStation()
public Date getTimeScheduled()
The scheduled date and time to retry the work request (in RFC 3339 format).
public String getContentLocation()
The location of the bundle in the filesystem of the resource associated to this work request.
public String getEventId()
The event id of the content. This property is required when the work request type is IMPORT_CONTENT or REMOVE_CONTENT.
public String getContentChecksum()
The EventFingerprint associated with the content. This property is required when the work request type is IMPORT_CONTENT or REMOVE_CONTENT.
public String getRetryOfId()
The OCID of the original work request that is being retried.
public List<Integer> getRetryIntervals()
Indicates whether this work request is managed by the Autonomous Linux service.
public Boolean getIsManagedByAutonomousLinux()
Indicates whether this work request is managed by the Autonomous Linux service.
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2024. All rights reserved.