Packagecom.aispeech.log
Classpublic class UrlListServiceLog
InheritanceUrlListServiceLog Inheritance ASSDKLogBase Inheritance Object

Instance log when UrlList Service returns any result or fault Information loged included:
         Default log of ASSDKLogBase
         logType = ASSDKLogType.INSTANCE_LOG
         logEvent = ASSDKLogEvent.URLLISTSERVICE_RESULT
         tsRequestStart
         tsRequestResult
     urlListResult  // url list service returns, or HttpService falut message
     



Public Properties
 PropertyDefined By
 InheritedLOG_SERVICE_URL : String = http://log.aispeech.com/sdk-monitor/sdklog
[static]
ASSDKLogBase
  tsRequestResult : String
[write-only]
UrlListServiceLog
  tsRequestStart : String
[write-only]
UrlListServiceLog
  urlListResult : String
[write-only]
UrlListServiceLog
Protected Properties
 PropertyDefined By
 Inherited_logObject : Object
ASSDKLogBase
Public Methods
 MethodDefined By
  
UrlListServiceLog
 Inherited
getTimeStamp():String
[static]
ASSDKLogBase
 Inherited
send():void
ASSDKLogBase
 Inherited
toString():String
ASSDKLogBase
Protected Methods
 MethodDefined By
 Inherited
addLog(name:String, value:String):void
ASSDKLogBase
 Inherited
getLog(name:String):String
ASSDKLogBase
 Inherited
hasLog(name:String):Boolean
ASSDKLogBase
Property Detail
tsRequestResultproperty
tsRequestResult:String  [write-only]


Implementation
    public function set tsRequestResult(value:String):void
tsRequestStartproperty 
tsRequestStart:String  [write-only]


Implementation
    public function set tsRequestStart(value:String):void
urlListResultproperty 
urlListResult:String  [write-only]


Implementation
    public function set urlListResult(value:String):void
Constructor Detail
UrlListServiceLog()Constructor
public function UrlListServiceLog()