Class AssociatedLocalTaskDetails
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.fleetappsmanagement.model.AssociatedTaskDetails
- 
- com.oracle.bmc.fleetappsmanagement.model.AssociatedLocalTaskDetails
 
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20250228") public final class AssociatedLocalTaskDetails extends AssociatedTaskDetailsThe details of the local task.The local tasks are specific to a single runbook. 
 Note: Objects should always be created or deserialized using theAssociatedLocalTaskDetails.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 theAssociatedLocalTaskDetails.Builder, which maintain a set of all explicitly set fields calledAssociatedLocalTaskDetails.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 classAssociatedLocalTaskDetails.Builder
 - 
Constructor SummaryConstructors Constructor Description AssociatedLocalTaskDetails(ExecutionDetails executionDetails, String description, String platform, Boolean isCopyToLibraryEnabled, OsType osType, Properties properties, Boolean isDiscoveryOutputTask, Boolean isApplySubjectTask, String name)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AssociatedLocalTaskDetails.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetDescription()The description of the task.ExecutionDetailsgetExecutionDetails()BooleangetIsApplySubjectTask()Is this an Apply Subject Task? Ex.BooleangetIsCopyToLibraryEnabled()Make a copy of this task in LibraryBooleangetIsDiscoveryOutputTask()Is this a discovery output task?StringgetName()The name of the taskOsTypegetOsType()The OS for the task.StringgetPlatform()The platform of the runbook.PropertiesgetProperties()inthashCode()AssociatedLocalTaskDetails.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
AssociatedLocalTaskDetails@Deprecated public AssociatedLocalTaskDetails(ExecutionDetails executionDetails, String description, String platform, Boolean isCopyToLibraryEnabled, OsType osType, Properties properties, Boolean isDiscoveryOutputTask, Boolean isApplySubjectTask, String name) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static AssociatedLocalTaskDetails.Builder builder() Create a new builder.
 - 
toBuilderpublic AssociatedLocalTaskDetails.Builder toBuilder() 
 - 
getExecutionDetailspublic ExecutionDetails getExecutionDetails() 
 - 
getDescriptionpublic String getDescription() The description of the task.- Returns:
- the value
 
 - 
getPlatformpublic String getPlatform() The platform of the runbook.- Returns:
- the value
 
 - 
getIsCopyToLibraryEnabledpublic Boolean getIsCopyToLibraryEnabled() Make a copy of this task in Library- Returns:
- the value
 
 - 
getOsTypepublic OsType getOsType() The OS for the task.- Returns:
- the value
 
 - 
getPropertiespublic Properties getProperties() 
 - 
getIsDiscoveryOutputTaskpublic Boolean getIsDiscoveryOutputTask() Is this a discovery output task?- Returns:
- the value
 
 - 
getIsApplySubjectTaskpublic Boolean getIsApplySubjectTask() Is this an Apply Subject Task? Ex.Patch Execution Task - Returns:
- the value
 
 - 
getNamepublic String getName() The name of the task- Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- AssociatedTaskDetails
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Overrides:
- toStringin class- AssociatedTaskDetails
- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- AssociatedTaskDetails
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- AssociatedTaskDetails
 
 
- 
 
-