The constructors and methods supported by the DebugRequest, DebugResponse, and DebugQuery classes are as follows. These classes also support the other methods of the Request, Response, and Query interfaces, respectively.
// initialize a debug request with attributes public DebugRequest( Hashtableattributes
) ; // initialize a debug request with attributes and a query public DebugRequest( Hashtableattributes
, Queryquery
) ; // initialize a debug request with attributes, a query, and settings public DebugRequest( Hashtableattributes
, Queryquery
, Hashtablesettings
) ;