com.wily.introscope.server.webservicesapi.alerts
Class DMgmtModuleMetricDefnSnapshot

java.lang.Object
  extended by com.wily.introscope.server.webservicesapi.alerts.DMgmtModuleMetricDefnSnapshot
All Implemented Interfaces:
java.io.Serializable

public class DMgmtModuleMetricDefnSnapshot
extends java.lang.Object
implements java.io.Serializable

This class defines a Metric Grouping as seen within an Introscope Enterprise Manager within the Management module editor.

Author:
sensu01
See Also:
Serialized Form

Constructor Summary
DMgmtModuleMetricDefnSnapshot()
           
 
Method Summary
 java.lang.String getAgentIdentifier()
          Returns the Agent Identifier of the Metric Grouping associated with an Alert Definition
 java.lang.String getAlertIdentifier()
          Returns the Alert Identifier of the Metric Grouping associated with an Alert Definition
 java.lang.String getManModName()
          Returns the Management Module name of the Metric Grouping associated with an Alert Definition
 java.lang.String getMetricAttributeName()
          Returns the attribute name of the metric associated with an Alert Definition
 java.lang.String getMetricAttributeURL()
          Returns the attribute URL of the metric associated with an Alert Definition
 int getMetricDefnCurrStatus()
          Returns the current status of the Metric Grouping associated with an Alert Definition
 int getMetricDefnPrevStatus()
          Returns the previous status of the Metric Grouping associated with an Alert Definition
 java.lang.String getMetricValueTriggeringStatusChange()
           
 long getTimeOfStatusChange()
           
 void setAgentIdentifier(java.lang.String agentIdentifier)
          Sets the Agent Identifier of the Metric Grouping associated with an Alert Definition
 void setAlertIdentifier(java.lang.String alertIdentifier)
          Sets the Alerts Identifier of the Metric Grouping associated with an Alert Definition
 void setManModName(java.lang.String manModName)
          Sets the Management Module name of the Metric Grouping associated with an Alert Definition
 void setMetricAttributeName(java.lang.String metricAttributeName)
          Sets the attribute name of the metric associated with an Alert Definition
 void setMetricAttributeURL(java.lang.String metricAttributeURL)
          Sets the attribute URL of the metric associated with an Alert Definition
 void setMetricDefnCurrStatus(int metricDefnCurrStatus)
          Sets the current status of the Metric Grouping associated with an Alert Definition
 void setMetricDefnPrevStatus(int metricDefnPrevStatus)
          Sets the previous status of the Metric Grouping associated with an Alert Definition
 void setMetricValueTriggeringStatusChange(java.lang.String metricValueTriggeringStatusChange)
           
 void setTimeOfStatusChange(long timeOfStatusChange)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DMgmtModuleMetricDefnSnapshot

public DMgmtModuleMetricDefnSnapshot()
Method Detail

getMetricDefnCurrStatus

public int getMetricDefnCurrStatus()
Returns the current status of the Metric Grouping associated with an Alert Definition

Returns:
the metricDefnCurrStatus

setMetricDefnCurrStatus

public void setMetricDefnCurrStatus(int metricDefnCurrStatus)
Sets the current status of the Metric Grouping associated with an Alert Definition

Parameters:
metricDefnCurrStatus - the metricDefnCurrStatus to set

getMetricDefnPrevStatus

public int getMetricDefnPrevStatus()
Returns the previous status of the Metric Grouping associated with an Alert Definition

Returns:
int the metricDefnPrevStatus

setMetricDefnPrevStatus

public void setMetricDefnPrevStatus(int metricDefnPrevStatus)
Sets the previous status of the Metric Grouping associated with an Alert Definition

Parameters:
metricDefnPrevStatus - the metricDefnPrevStatus to set

getAgentIdentifier

public java.lang.String getAgentIdentifier()
Returns the Agent Identifier of the Metric Grouping associated with an Alert Definition

Returns:
the agentIdentifier

setAgentIdentifier

public void setAgentIdentifier(java.lang.String agentIdentifier)
Sets the Agent Identifier of the Metric Grouping associated with an Alert Definition

Parameters:
agentIdentifier - the agentIdentifier to set

getAlertIdentifier

public java.lang.String getAlertIdentifier()
Returns the Alert Identifier of the Metric Grouping associated with an Alert Definition

Returns:
String the alertIdentifier

setAlertIdentifier

public void setAlertIdentifier(java.lang.String alertIdentifier)
Sets the Alerts Identifier of the Metric Grouping associated with an Alert Definition

Parameters:
alertIdentifier - the alertIdentifier to set

getManModName

public java.lang.String getManModName()
Returns the Management Module name of the Metric Grouping associated with an Alert Definition

Returns:
String the manModName

setManModName

public void setManModName(java.lang.String manModName)
Sets the Management Module name of the Metric Grouping associated with an Alert Definition

Parameters:
manModName - the manModName to set

getMetricAttributeName

public java.lang.String getMetricAttributeName()
Returns the attribute name of the metric associated with an Alert Definition

Returns:
String the metricAttributeName

setMetricAttributeName

public void setMetricAttributeName(java.lang.String metricAttributeName)
Sets the attribute name of the metric associated with an Alert Definition

Parameters:
metricAttributeName - the metricAttributeName to set

getMetricAttributeURL

public java.lang.String getMetricAttributeURL()
Returns the attribute URL of the metric associated with an Alert Definition

Returns:
String the metricAttributeURL

setMetricAttributeURL

public void setMetricAttributeURL(java.lang.String metricAttributeURL)
Sets the attribute URL of the metric associated with an Alert Definition

Parameters:
metricAttributeURL - the metricAttributeURL to set

getMetricValueTriggeringStatusChange

public java.lang.String getMetricValueTriggeringStatusChange()

setMetricValueTriggeringStatusChange

public void setMetricValueTriggeringStatusChange(java.lang.String metricValueTriggeringStatusChange)

getTimeOfStatusChange

public long getTimeOfStatusChange()

setTimeOfStatusChange

public void setTimeOfStatusChange(long timeOfStatusChange)


Copyright © 2007 CA Inc. All Rights Reserved.