Class ComponentProperties
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.fleetappsmanagement.model.ComponentProperties
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20230831") 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(String runOn, String condition, 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.String
getCondition()
Build control flow conditions that determine the relevance of the task execution.TaskNotificationPreferences
getNotificationPreferences()
PauseDetails
getPauseDetails()
String
getRunOn()
The runOn condition for the task/group/container.int
hashCode()
ComponentProperties.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.
-
-
-
Constructor Detail
-
ComponentProperties
@Deprecated @ConstructorProperties({"runOn","condition","actionOnFailure","pauseDetails","notificationPreferences"}) public ComponentProperties(String runOn, String condition, 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 String getRunOn()
The runOn condition for the task/group/container.Build task execution conditions if applicable to product and product-specific components. This condition is relevant when handling product stack workflows. Example: target.product.name = Oracle WebLogic Server OR target.product.name = Oracle HTTP Server
- Returns:
- the value
-
getCondition
public String getCondition()
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
-
-