Packagecom.google.analytics.core
Classpublic class Domain

The Domain class



Public Properties
 PropertyDefined by
  mode : DomainNameMode
Indicates the domain name mode of this domain.
Domain
  name : String
Indicates the name of this domain.
Domain
Public Methods
 MethodDefined by
  
Domain(mode:DomainNameMode = null, name:String = "", debug:DebugConfiguration = null)
Creates a new Domain instance.
Domain
Property detail
modeproperty
mode:DomainNameMode  [read-write]

Indicates the domain name mode of this domain.

Implementation
    public function get mode():DomainNameMode
    public function set mode(value:DomainNameMode):void
nameproperty 
name:String  [read-write]

Indicates the name of this domain.

Implementation
    public function get name():String
    public function set name(value:String):void
Constructor detail
Domain()constructor
public function Domain(mode:DomainNameMode = null, name:String = "", debug:DebugConfiguration = null)

Creates a new Domain instance.

Parameters
mode:DomainNameMode (default = null)
 
name:String (default = "") — The name of the domain
 
debug:DebugConfiguration (default = null)