Uses of Class
com.oracle.bmc.demandsignal.model.OccMetricAlarmSummary.ThresholdType
-
Packages that use OccMetricAlarmSummary.ThresholdType Package Description com.oracle.bmc.demandsignal.model -
-
Uses of OccMetricAlarmSummary.ThresholdType in com.oracle.bmc.demandsignal.model
Methods in com.oracle.bmc.demandsignal.model that return OccMetricAlarmSummary.ThresholdType Modifier and Type Method Description static OccMetricAlarmSummary.ThresholdTypeOccMetricAlarmSummary.ThresholdType. create(String key)OccMetricAlarmSummary.ThresholdTypeOccMetricAlarmSummary. getThresholdType()Units in which threshold is being stored.static OccMetricAlarmSummary.ThresholdTypeOccMetricAlarmSummary.ThresholdType. valueOf(String name)Returns the enum constant of this type with the specified name.static OccMetricAlarmSummary.ThresholdType[]OccMetricAlarmSummary.ThresholdType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.demandsignal.model with parameters of type OccMetricAlarmSummary.ThresholdType Modifier and Type Method Description OccMetricAlarmSummary.BuilderOccMetricAlarmSummary.Builder. thresholdType(OccMetricAlarmSummary.ThresholdType thresholdType)Units in which threshold is being stored.Constructors in com.oracle.bmc.demandsignal.model with parameters of type OccMetricAlarmSummary.ThresholdType Constructor Description OccMetricAlarmSummary(String id, String displayName, String description, Date timeCreated, Date timeUpdated, OccMetricAlarm.LifecycleState lifecycleState, String compartmentId, Boolean isActive, List<String> subscribers, OccMetricAlarm.Frequency frequency, Integer threshold, OccMetricAlarmSummary.ThresholdType thresholdType, BaseResourceConfiguration resourceConfiguration, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.
-