|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public static interface IAbstractContainerBean.IAbstractEnabledAlertParams
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 |
|---|
java.lang.String getHighThresholds()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
java.lang.String getHighThresholds(java.lang.String defValue)
throws MgmtException
defValue - The default value to return if this attribute doesn't exist
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getHighThresholdsMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
java.lang.String getLowThresholds()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
java.lang.String getLowThresholds(java.lang.String defValue)
throws MgmtException
defValue - The default value to return if this attribute doesn't exist
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getLowThresholdsMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
void setHighThresholds(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setLowThresholds(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||