Class WorkRequestSummary
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.osmanagementhub.model.WorkRequestSummary
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20220901") public final class WorkRequestSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelThe summary of a work request.
 Note: Objects should always be created or deserialized using theWorkRequestSummary.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 theWorkRequestSummary.Builder, which maintain a set of all explicitly set fields calledWorkRequestSummary.Builder.__explicitlySet__. ThehashCode()andequals(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).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classWorkRequestSummary.Builder
 - 
Constructor SummaryConstructors Constructor Description WorkRequestSummary(WorkRequestOperationType operationType, OperationStatus status, String id, String description, String displayName, String message, String parentId, List<String> childrenId, String compartmentId, Float percentComplete, Date timeCreated, Date timeScheduled, Boolean isManagedByAutonomousLinux, Integer rebootTimeoutInMins)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WorkRequestSummary.Builderbuilder()Create a new builder.booleanequals(Object o)List<String>getChildrenId()The list of OCIDs for child work requests.StringgetCompartmentId()The OCID of the compartment that contains the work request.StringgetDescription()A short description about the work request.StringgetDisplayName()A short display name for the work request.StringgetId()The OCID of the work request.BooleangetIsManagedByAutonomousLinux()Indicates whether this work request is managed by Autonomous LinuxStringgetMessage()A progress or error message, if there is any.WorkRequestOperationTypegetOperationType()Type of the work request.StringgetParentId()The OCID of the parent work request, if there is any.FloatgetPercentComplete()The percentage complete of the operation tracked by this work request.IntegergetRebootTimeoutInMins()The number of minutes the service waits for the reboot to complete.OperationStatusgetStatus()Status of the work request.DategetTimeCreated()The date and time the request was created - as described in RFC 3339, section 14.29.DategetTimeScheduled()The scheduled date and time to retry the work request (in RFC 3339 format).inthashCode()WorkRequestSummary.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
WorkRequestSummary@Deprecated @ConstructorProperties({"operationType","status","id","description","displayName","message","parentId","childrenId","compartmentId","percentComplete","timeCreated","timeScheduled","isManagedByAutonomousLinux","rebootTimeoutInMins"}) public WorkRequestSummary(WorkRequestOperationType operationType, OperationStatus status, String id, String description, String displayName, String message, String parentId, List<String> childrenId, String compartmentId, Float percentComplete, Date timeCreated, Date timeScheduled, Boolean isManagedByAutonomousLinux, Integer rebootTimeoutInMins) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static WorkRequestSummary.Builder builder() Create a new builder.
 - 
toBuilderpublic WorkRequestSummary.Builder toBuilder() 
 - 
getOperationTypepublic WorkRequestOperationType getOperationType() Type of the work request.- Returns:
- the value
 
 - 
getStatuspublic OperationStatus getStatus() Status of the work request.- Returns:
- the value
 
 - 
getDescriptionpublic String getDescription() A short description about the work request.- Returns:
- the value
 
 - 
getDisplayNamepublic String getDisplayName() A short display name for the work request.- Returns:
- the value
 
 - 
getMessagepublic String getMessage() A progress or error message, if there is any.- Returns:
- the value
 
 - 
getParentIdpublic String getParentId() The OCID of the parent work request, if there is any.- Returns:
- the value
 
 - 
getChildrenIdpublic List<String> getChildrenId() The list of OCIDs for child work requests.- Returns:
- the value
 
 - 
getCompartmentIdpublic 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. - Returns:
- the value
 
 - 
getPercentCompletepublic Float getPercentComplete() The percentage complete of the operation tracked by this work request.- Returns:
- the value
 
 - 
getTimeCreatedpublic Date getTimeCreated() The date and time the request was created - as described in RFC 3339, section 14.29.- Returns:
- the value
 
 - 
getTimeScheduledpublic Date getTimeScheduled() The scheduled date and time to retry the work request (in RFC 3339 format).- Returns:
- the value
 
 - 
getIsManagedByAutonomousLinuxpublic Boolean getIsManagedByAutonomousLinux() Indicates whether this work request is managed by Autonomous Linux- Returns:
- the value
 
 - 
getRebootTimeoutInMinspublic Integer getRebootTimeoutInMins() The number of minutes the service waits for the reboot to complete.If the managed instance doesn’t reboot within the timeout, the service marks the reboot job as failed. - Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-