Class WPTraceOptions

java.lang.Object
com.uc4.api.TraceOptions
com.uc4.api.systemoverview.WPTraceOptions

public class WPTraceOptions extends TraceOptions
Data interface between applications. GetWPProperties generates the class after sending a request to the server. SetWPProperties can be used to set the data before sending a request to the server.
  • Constructor Details

    • WPTraceOptions

      public WPTraceOptions(GetWPProperties gwpOpt)
      WPTraceOptions are constructed by passing in a GetWPTraceOptions request that was already sent to the server.
      Parameters:
      gwpOpt - WP properties
  • Method Details

    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class TraceOptions
    • getTriggerText

      public String getTriggerText()
      get the trace trigger text
      Returns:
      String
    • setTriggerText

      public void setTriggerText(String triggerText)
      Parameters:
      triggerText - set trace trigger text
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class TraceOptions