Class MonitoringData

java.lang.Object
oracle.security.am.plugin.MonitoringData

public class MonitoringData extends Object
Monitoring Data will be captured by the plug-in can be sent to the server for logging.
Since:
OAM11gR1
  • Constructor Details

    • MonitoringData

      public MonitoringData()
  • Method Details

    • getName

      public String getName()
      Gets the name.
      Returns:
      the name
    • setName

      public void setName<wbr>(String name)
      Sets the name.
      Parameters:
      name - the name to set
    • getValue

      public Object getValue()
      Gets the value.
      Returns:
      the value
    • setValue

      public void setValue<wbr>(Object value)
      Sets the value.
      Parameters:
      value - the value to set
    • getType

      public String getType()
      Gets the type.
      Returns:
      the type
    • setType

      public void setType<wbr>(String type)
      Sets the type.
      Parameters:
      type - the type to set