Package com.oracle.bmc.database.model
Class RecommendedScheduledActionSummary
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.database.model.RecommendedScheduledActionSummary
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class RecommendedScheduledActionSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelDetails of the scheduled action that is used in getRecommendedScheduledActions.
 Note: Objects should always be created or deserialized using theRecommendedScheduledActionSummary.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 theRecommendedScheduledActionSummary.Builder, which maintain a set of all explicitly set fields calledRecommendedScheduledActionSummary.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 classRecommendedScheduledActionSummary.ActionTypeThe type of the scheduled action being performedstatic classRecommendedScheduledActionSummary.Builder
 - 
Constructor SummaryConstructors Constructor Description RecommendedScheduledActionSummary(Integer actionOrder, RecommendedScheduledActionSummary.ActionType actionType, String displayName, String schedulingWindowId, Integer estimatedTimeInMins, List<ActionMember> actionMembers, Map<String,String> actionParams)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RecommendedScheduledActionSummary.Builderbuilder()Create a new builder.booleanequals(Object o)List<ActionMember>getActionMembers()The list of action members in a scheduled action.IntegergetActionOrder()The order of the scheduled action.Map<String,String>getActionParams()Map<ParamName, ParamValue> where a key value pair describes the specific action parameter.RecommendedScheduledActionSummary.ActionTypegetActionType()The type of the scheduled action being performedStringgetDisplayName()Description of the scheduled action being performed, i.e.IntegergetEstimatedTimeInMins()The estimated patching time in minutes for the entire scheduled action.StringgetSchedulingWindowId()The id of the scheduling window this scheduled action belongs to.inthashCode()RecommendedScheduledActionSummary.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
RecommendedScheduledActionSummary@Deprecated @ConstructorProperties({"actionOrder","actionType","displayName","schedulingWindowId","estimatedTimeInMins","actionMembers","actionParams"}) public RecommendedScheduledActionSummary(Integer actionOrder, RecommendedScheduledActionSummary.ActionType actionType, String displayName, String schedulingWindowId, Integer estimatedTimeInMins, List<ActionMember> actionMembers, Map<String,String> actionParams) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static RecommendedScheduledActionSummary.Builder builder() Create a new builder.
 - 
toBuilderpublic RecommendedScheduledActionSummary.Builder toBuilder() 
 - 
getActionOrderpublic Integer getActionOrder() The order of the scheduled action.- Returns:
- the value
 
 - 
getActionTypepublic RecommendedScheduledActionSummary.ActionType getActionType() The type of the scheduled action being performed- Returns:
- the value
 
 - 
getDisplayNamepublic String getDisplayName() Description of the scheduled action being performed, i.e.apply full update to DB Servers 1,2,3,4. - Returns:
- the value
 
 - 
getSchedulingWindowIdpublic String getSchedulingWindowId() The id of the scheduling window this scheduled action belongs to.- Returns:
- the value
 
 - 
getEstimatedTimeInMinspublic Integer getEstimatedTimeInMins() The estimated patching time in minutes for the entire scheduled action.- Returns:
- the value
 
 - 
getActionMemberspublic List<ActionMember> getActionMembers() The list of action members in a scheduled action.- Returns:
- the value
 
 - 
getActionParamspublic Map<String,String> getActionParams() Map<ParamName, ParamValue> where a key value pair describes the specific action parameter.Example: {“count”: “3”} - 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
 
 
- 
 
-