public static class Provisioning.PostThresholdType extends Provisioning.ThresholdTypeRequestBase implements net.servicestack.client.IReturn<Provisioning.ThresholdType>
| Modifier and Type | Field and Description |
|---|---|
Provisioning.ThresholdBehavior |
CheckForBehavior
Behavior to trigger thresholds of this type
|
String |
ReferenceValueCode
Reference value code
|
Provisioning.ThresholdTypeSeverity |
Severity
Severity
|
Provisioning.ThresholdSuppressionOption |
ThresholdSuppressionOption
Allow thresholds of this type to suppress data
|
Description| Constructor and Description |
|---|
PostThresholdType() |
getDescription, setDescriptionpublic String ReferenceValueCode
public Provisioning.ThresholdTypeSeverity Severity
public Provisioning.ThresholdBehavior CheckForBehavior
public Provisioning.ThresholdSuppressionOption ThresholdSuppressionOption
public String getReferenceValueCode()
public Provisioning.PostThresholdType setReferenceValueCode(String value)
public Provisioning.ThresholdTypeSeverity getSeverity()
public Provisioning.PostThresholdType setSeverity(Provisioning.ThresholdTypeSeverity value)
public Provisioning.ThresholdBehavior getCheckForBehavior()
public Provisioning.PostThresholdType setCheckForBehavior(Provisioning.ThresholdBehavior value)
public Provisioning.ThresholdSuppressionOption getThresholdSuppressionOption()
public Provisioning.PostThresholdType setThresholdSuppressionOption(Provisioning.ThresholdSuppressionOption value)
public Object getResponseType()
getResponseType in interface net.servicestack.client.IReturn<Provisioning.ThresholdType>Copyright © 2022. All rights reserved.