Class CPTraceOptions

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

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

    • CPTraceOptions

      public CPTraceOptions(GetCPProperties gcpOpt)
      WPTraceOptions are constructed by passing in a GetWPTraceOptions request that was already sent to the server.
      Parameters:
      gcpOpt - CP properties
  • Method Details