Sonic Management API

com.sonicsw.mf.mgmtapi.config.gen
Interface IAbstractContainerBean.IAbstractEnabledAlertParams

All Superinterfaces:
IMgmtBase, IMgmtSubBeanBase
All Known Subinterfaces:
IContainerBean.IEnabledAlertParams
Enclosing interface:
IAbstractContainerBean

public static interface IAbstractContainerBean.IAbstractEnabledAlertParams
extends IMgmtSubBeanBase

Inner class representing EnabledAlertParams This class extends IMgmtListBase


Method Summary
 java.lang.String getHighThresholds()
          Get the attribute for HIGH_THRESHOLDS as a String value.
 java.lang.String getHighThresholds(java.lang.String defValue)
          Get the attribute for HIGH_THRESHOLDS as a String value.
 IMgmtAttributeMetaData getHighThresholdsMetaData()
          Get the attribute metadata for HIGH_THRESHOLDS.
 java.lang.String getLowThresholds()
          Get the attribute for LOW_THRESHOLDS as a String value.
 java.lang.String getLowThresholds(java.lang.String defValue)
          Get the attribute for LOW_THRESHOLDS as a String value.
 IMgmtAttributeMetaData getLowThresholdsMetaData()
          Get the attribute metadata for LOW_THRESHOLDS.
 void setHighThresholds(java.lang.String value)
          Set the attribute for HIGH_THRESHOLDS to the specified String value.
 void setLowThresholds(java.lang.String value)
          Set the attribute for LOW_THRESHOLDS to the specified String value.
 
Methods inherited from interface com.sonicsw.ma.mgmtapi.config.IMgmtSubBeanBase
getBigDecimalAttribute, getBooleanAttribute, getByteArrayAttribute, getIntegerAttribute, getLongAttribute, getReferenceAttribute, getStringAttribute, setBigDecimalAttribute, setBooleanAttribute, setByteArrayAttribute, setIntegerAttribute, setLongAttribute, setReferenceAttribute, setStringAttribute
 
Methods inherited from interface com.sonicsw.ma.mgmtapi.config.IMgmtBase
getAttributeList, getAttributeMap, getAttributeMetaData, getConfigBean, getConfigBeanName, getConfigBeanNameTail, getConfigPath, getConfigPath, getMgmtBeanFactory, getParent, removeAttribute, setAttribute
 

Method Detail

getHighThresholds

java.lang.String getHighThresholds()
                                   throws MgmtException
Get the attribute for HIGH_THRESHOLDS as a String value. This is an optional attribute and a MgmtException will be thrown if the attribute does not exist.

Returns:
The String value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getHighThresholds

java.lang.String getHighThresholds(java.lang.String defValue)
                                   throws MgmtException
Get the attribute for HIGH_THRESHOLDS as a String value. If the attribute doesn't exist then return the specified default value.

Parameters:
defValue - The default value to return if this attribute doesn't exist
Returns:
The String value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getHighThresholdsMetaData

IMgmtAttributeMetaData getHighThresholdsMetaData()
                                                 throws MgmtException
Get the attribute metadata for HIGH_THRESHOLDS.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute's metadata

getLowThresholds

java.lang.String getLowThresholds()
                                  throws MgmtException
Get the attribute for LOW_THRESHOLDS as a String value. This is an optional attribute and a MgmtException will be thrown if the attribute does not exist.

Returns:
The String value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getLowThresholds

java.lang.String getLowThresholds(java.lang.String defValue)
                                  throws MgmtException
Get the attribute for LOW_THRESHOLDS as a String value. If the attribute doesn't exist then return the specified default value.

Parameters:
defValue - The default value to return if this attribute doesn't exist
Returns:
The String value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getLowThresholdsMetaData

IMgmtAttributeMetaData getLowThresholdsMetaData()
                                                throws MgmtException
Get the attribute metadata for LOW_THRESHOLDS.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute's metadata

setHighThresholds

void setHighThresholds(java.lang.String value)
                       throws MgmtException
Set the attribute for HIGH_THRESHOLDS to the specified String value.

Parameters:
value - The String value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

setLowThresholds

void setLowThresholds(java.lang.String value)
                      throws MgmtException
Set the attribute for LOW_THRESHOLDS to the specified String value.

Parameters:
value - The String value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

Sonic Management API

Copyright © 2001-2012 Progress Software Corporation. All Rights Reserved.
HTML formatted on 13-Mar-2012.