Uses of Class
com.oracle.bmc.optimizer.model.Importance
-
Packages that use Importance Package Description com.oracle.bmc.optimizer.model -
-
Uses of Importance in com.oracle.bmc.optimizer.model
Methods in com.oracle.bmc.optimizer.model that return Importance Modifier and Type Method Description static Importance
Importance. create(String key)
Importance
Recommendation. getImportance()
The level of importance assigned to the recommendation.Importance
RecommendationCount. getImportance()
The level of importance assigned to the recommendation.Importance
RecommendationSummary. getImportance()
The level of importance assigned to the recommendation.static Importance
Importance. valueOf(String name)
Returns the enum constant of this type with the specified name.static Importance[]
Importance. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.optimizer.model with parameters of type Importance Modifier and Type Method Description Recommendation.Builder
Recommendation.Builder. importance(Importance importance)
The level of importance assigned to the recommendation.RecommendationCount.Builder
RecommendationCount.Builder. importance(Importance importance)
The level of importance assigned to the recommendation.RecommendationSummary.Builder
RecommendationSummary.Builder. importance(Importance importance)
The level of importance assigned to the recommendation.Constructors in com.oracle.bmc.optimizer.model with parameters of type Importance Constructor Description Recommendation(String id, String compartmentId, String categoryId, String name, String description, Importance importance, List<ResourceCount> resourceCounts, LifecycleState lifecycleState, Double estimatedCostSaving, Status status, Date timeStatusBegin, Date timeStatusEnd, Date timeCreated, Date timeUpdated, SupportedLevels supportedLevels, Map<String,String> extendedMetadata)
Deprecated.RecommendationCount(Importance importance, Integer count)
Deprecated.RecommendationSummary(String id, String compartmentId, String categoryId, String name, String description, Importance importance, List<ResourceCount> resourceCounts, LifecycleState lifecycleState, Double estimatedCostSaving, Status status, Date timeStatusBegin, Date timeStatusEnd, Date timeCreated, Date timeUpdated, SupportedLevels supportedLevels, Map<String,String> extendedMetadata)
Deprecated.
-