Packagecom.google.analytics.core
Classpublic class RequestObject

The RequestObject class.



Public Properties
 PropertyDefined by
  duration : int
[read-only] Indicates the duration of the request.
RequestObject
  end : int
RequestObject
  request : URLRequest
RequestObject
  start : int
RequestObject
Public Methods
 MethodDefined by
  
RequestObject(request:URLRequest)
Creates a new RequestObject instance.
RequestObject
  
complete():void
Complete the request.
RequestObject
  
hasCompleted():Boolean
Indicates if the request is complete.
RequestObject
  
toString():String
Returns the String representation of the object.
RequestObject
Property detail
durationproperty
duration:int  [read-only]

Indicates the duration of the request.

Implementation
    public function get duration():int
endproperty 
public var end:int
requestproperty 
public var request:URLRequest
startproperty 
public var start:int
Constructor detail
RequestObject()constructor
public function RequestObject(request:URLRequest)

Creates a new RequestObject instance.

Parameters
request:URLRequest
Method detail
complete()method
public function complete():void

Complete the request.

hasCompleted()method 
public function hasCompleted():Boolean

Indicates if the request is complete.

Returns
Boolean
toString()method 
public function toString():String

Returns the String representation of the object.

Returns
String — the String representation of the object.