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.ExplicitlySetBmcModel
The 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 Summary
Nested Classes Modifier and Type Class Description static class
ComponentProperties.ActionOnFailure
The action to be taken in case of a failure.static class
ComponentProperties.Builder
-
Constructor Summary
Constructors Constructor Description ComponentProperties(RunOnDetails runOn, String preCondition, ComponentProperties.ActionOnFailure actionOnFailure, PauseDetails pauseDetails, TaskNotificationPreferences notificationPreferences)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ComponentProperties.Builder
builder()
Create a new builder.boolean
equals(Object o)
ComponentProperties.ActionOnFailure
getActionOnFailure()
The action to be taken in case of a failure.TaskNotificationPreferences
getNotificationPreferences()
PauseDetails
getPauseDetails()
String
getPreCondition()
Build control flow conditions that determine the relevance of the task execution.RunOnDetails
getRunOn()
int
hashCode()
ComponentProperties.Builder
toBuilder()
String
toString()
String
toString(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
-
builder
public static ComponentProperties.Builder builder()
Create a new builder.
-
toBuilder
public ComponentProperties.Builder toBuilder()
-
getRunOn
public RunOnDetails getRunOn()
-
getPreCondition
public String getPreCondition()
Build control flow conditions that determine the relevance of the task execution.- Returns:
- the value
-
getActionOnFailure
public ComponentProperties.ActionOnFailure getActionOnFailure()
The action to be taken in case of a failure.- Returns:
- the value
-
getPauseDetails
public PauseDetails getPauseDetails()
-
getNotificationPreferences
public TaskNotificationPreferences getNotificationPreferences()
-
toString
public String toString()
- Overrides:
toString
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
toString
public 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
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
-