Class ComponentProperties
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.fleetappsmanagement.model.ComponentProperties
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20250228") public final class ComponentProperties extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelThe properties of the component.
 Note: Objects should always be created or deserialized using theComponentProperties.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 theComponentProperties.Builder, which maintain a set of all explicitly set fields calledComponentProperties.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 classComponentProperties.ActionOnFailureThe action to be taken in case of a failure.static classComponentProperties.Builder
 - 
Constructor SummaryConstructors Constructor Description ComponentProperties(RunOnDetails runOn, String preCondition, ComponentProperties.ActionOnFailure actionOnFailure, PauseDetails pauseDetails, TaskNotificationPreferences notificationPreferences)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ComponentProperties.Builderbuilder()Create a new builder.booleanequals(Object o)ComponentProperties.ActionOnFailuregetActionOnFailure()The action to be taken in case of a failure.TaskNotificationPreferencesgetNotificationPreferences()PauseDetailsgetPauseDetails()StringgetPreCondition()Build control flow conditions that determine the relevance of the task execution.RunOnDetailsgetRunOn()inthashCode()ComponentProperties.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
ComponentProperties@Deprecated @ConstructorProperties({"runOn","preCondition","actionOnFailure","pauseDetails","notificationPreferences"}) public ComponentProperties(RunOnDetails runOn, String preCondition, ComponentProperties.ActionOnFailure actionOnFailure, PauseDetails pauseDetails, TaskNotificationPreferences notificationPreferences) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static ComponentProperties.Builder builder() Create a new builder.
 - 
toBuilderpublic ComponentProperties.Builder toBuilder() 
 - 
getRunOnpublic RunOnDetails getRunOn() 
 - 
getPreConditionpublic String getPreCondition() Build control flow conditions that determine the relevance of the task execution.- Returns:
- the value
 
 - 
getActionOnFailurepublic ComponentProperties.ActionOnFailure getActionOnFailure() The action to be taken in case of a failure.- Returns:
- the value
 
 - 
getPauseDetailspublic PauseDetails getPauseDetails() 
 - 
getNotificationPreferencespublic TaskNotificationPreferences getNotificationPreferences() 
 - 
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
 
 
- 
 
-