def to_map()

in emas-appmonitor-20190611/alibabacloud_emas_appmonitor20190611/models.py [0:0]


    def to_map(self):
        _map = super().to_map()
        if _map is not None:
            return _map

        result = dict()
        if self.access is not None:
            result['Access'] = self.access
        if self.access_sub_type is not None:
            result['AccessSubType'] = self.access_sub_type
        if self.additional_callback_info is not None:
            result['AdditionalCallbackInfo'] = self.additional_callback_info
        if self.additional_cross_platform_crash_info is not None:
            result['AdditionalCrossPlatformCrashInfo'] = self.additional_cross_platform_crash_info
        if self.additional_custom_info is not None:
            result['AdditionalCustomInfo'] = self.additional_custom_info
        if self.android_vm is not None:
            result['AndroidVm'] = self.android_vm
        if self.app_id is not None:
            result['AppId'] = self.app_id
        if self.app_key is not None:
            result['AppKey'] = self.app_key
        if self.app_version is not None:
            result['AppVersion'] = self.app_version
        if self.arg_hash is not None:
            result['ArgHash'] = self.arg_hash
        if self.args is not None:
            result['Args'] = self.args
        if self.backtrace is not None:
            result['Backtrace'] = self.backtrace
        if self.banner is not None:
            result['Banner'] = self.banner
        if self.binary_uuids is not None:
            result['BinaryUuids'] = self.binary_uuids
        if self.brand is not None:
            result['Brand'] = self.brand
        if self.browser_name is not None:
            result['BrowserName'] = self.browser_name
        if self.browser_version is not None:
            result['BrowserVersion'] = self.browser_version
        if self.build is not None:
            result['Build'] = self.build
        if self.business_country is not None:
            result['BusinessCountry'] = self.business_country
        if self.business_error_ext_data is not None:
            result['BusinessErrorExtData'] = self.business_error_ext_data
        if self.business_log_type is not None:
            result['BusinessLogType'] = self.business_log_type
        if self.carrier is not None:
            result['Carrier'] = self.carrier
        if self.channel is not None:
            result['Channel'] = self.channel
        if self.city is not None:
            result['City'] = self.city
        if self.client_ip is not None:
            result['ClientIp'] = self.client_ip
        if self.client_time is not None:
            result['ClientTime'] = self.client_time
        if self.col_no is not None:
            result['ColNo'] = self.col_no
        if self.country is not None:
            result['Country'] = self.country
        if self.cpu_model is not None:
            result['CpuModel'] = self.cpu_model
        if self.crux_module is not None:
            result['CruxModule'] = self.crux_module
        if self.crux_stack is not None:
            result['CruxStack'] = self.crux_stack
        if self.crux_stack_hash is not None:
            result['CruxStackHash'] = self.crux_stack_hash
        if self.crux_stack_trace is not None:
            result['CruxStackTrace'] = self.crux_stack_trace
        if self.crux_stack_trace_hash is not None:
            result['CruxStackTraceHash'] = self.crux_stack_trace_hash
        if self.custom_exception_type is not None:
            result['CustomExceptionType'] = self.custom_exception_type
        if self.custom_info is not None:
            result['CustomInfo'] = self.custom_info
        if self.data_directory is not None:
            result['DataDirectory'] = self.data_directory
        if self.device_id is not None:
            result['DeviceId'] = self.device_id
        if self.device_model is not None:
            result['DeviceModel'] = self.device_model
        if self.did is not None:
            result['Did'] = self.did
        if self.digest is not None:
            result['Digest'] = self.digest
        if self.digest_hash is not None:
            result['DigestHash'] = self.digest_hash
        if self.dom_score is not None:
            result['DomScore'] = self.dom_score
        if self.download_cache_directory is not None:
            result['DownloadCacheDirectory'] = self.download_cache_directory
        if self.error_name is not None:
            result['ErrorName'] = self.error_name
        if self.error_type is not None:
            result['ErrorType'] = self.error_type
        if self.event_id is not None:
            result['EventId'] = self.event_id
        if self.event_log is not None:
            result['EventLog'] = self.event_log
        if self.exception_arg_1 is not None:
            result['ExceptionArg1'] = self.exception_arg_1
        if self.exception_arg_2 is not None:
            result['ExceptionArg2'] = self.exception_arg_2
        if self.exception_arg_3 is not None:
            result['ExceptionArg3'] = self.exception_arg_3
        if self.exception_code is not None:
            result['ExceptionCode'] = self.exception_code
        if self.exception_codes is not None:
            result['ExceptionCodes'] = self.exception_codes
        if self.exception_detail is not None:
            result['ExceptionDetail'] = self.exception_detail
        if self.exception_id is not None:
            result['ExceptionId'] = self.exception_id
        if self.exception_msg is not None:
            result['ExceptionMsg'] = self.exception_msg
        if self.exception_subtype is not None:
            result['ExceptionSubtype'] = self.exception_subtype
        if self.exception_type is not None:
            result['ExceptionType'] = self.exception_type
        if self.exception_version is not None:
            result['ExceptionVersion'] = self.exception_version
        if self.export_status is not None:
            result['ExportStatus'] = self.export_status
        if self.external_storage_directory is not None:
            result['ExternalStorageDirectory'] = self.external_storage_directory
        if self.feature_scene is not None:
            result['FeatureScene'] = self.feature_scene
        if self.file_name is not None:
            result['FileName'] = self.file_name
        if self.file_path is not None:
            result['FilePath'] = self.file_path
        if self.filename is not None:
            result['Filename'] = self.filename
        if self.flutter_route is not None:
            result['FlutterRoute'] = self.flutter_route
        if self.force_ground is not None:
            result['ForceGround'] = self.force_ground
        if self.fore_ground is not None:
            result['ForeGround'] = self.fore_ground
        if self.h_5full_url is not None:
            result['H5FullUrl'] = self.h_5full_url
        if self.h_5short_url is not None:
            result['H5ShortUrl'] = self.h_5short_url
        if self.has_open_multi_process_mode is not None:
            result['HasOpenMultiProcessMode'] = self.has_open_multi_process_mode
        if self.has_sd_card is not None:
            result['HasSdCard'] = self.has_sd_card
        if self.has_sg_security_config_key is not None:
            result['HasSgSecurityConfigKey'] = self.has_sg_security_config_key
        if self.imei is not None:
            result['Imei'] = self.imei
        if self.imsi is not None:
            result['Imsi'] = self.imsi
        if self.in_main_process is not None:
            result['InMainProcess'] = self.in_main_process
        if self.install_sd_card is not None:
            result['InstallSdCard'] = self.install_sd_card
        if self.is_back_trace is not None:
            result['IsBackTrace'] = self.is_back_trace
        if self.is_speed_version is not None:
            result['IsSpeedVersion'] = self.is_speed_version
        if self.isp is not None:
            result['Isp'] = self.isp
        if self.js_backtrace is not None:
            result['JsBacktrace'] = self.js_backtrace
        if self.language is not None:
            result['Language'] = self.language
        if self.launched_time is not None:
            result['LaunchedTime'] = self.launched_time
        if self.line_no is not None:
            result['LineNo'] = self.line_no
        if self.log_hash is not None:
            result['LogHash'] = self.log_hash
        if self.main_log is not None:
            result['MainLog'] = self.main_log
        if self.memory_map is not None:
            result['MemoryMap'] = self.memory_map
        if self.more_info_1 is not None:
            result['MoreInfo1'] = self.more_info_1
        if self.more_info_2 is not None:
            result['MoreInfo2'] = self.more_info_2
        if self.more_info_3 is not None:
            result['MoreInfo3'] = self.more_info_3
        if self.native_all_thread_dump is not None:
            result['NativeAllThreadDump'] = self.native_all_thread_dump
        if self.native_maps is not None:
            result['NativeMaps'] = self.native_maps
        if self.need_re_cluster is not None:
            result['NeedReCluster'] = self.need_re_cluster
        if self.opened_file_count is not None:
            result['OpenedFileCount'] = self.opened_file_count
        if self.operations is not None:
            result['Operations'] = self.operations
        if self.origin_data is not None:
            result['OriginData'] = self.origin_data
        if self.origin_uri is not None:
            result['OriginUri'] = self.origin_uri
        if self.os is not None:
            result['Os'] = self.os
        if self.os_version is not None:
            result['OsVersion'] = self.os_version
        if self.page is not None:
            result['Page'] = self.page
        if self.parent_process_name is not None:
            result['ParentProcessName'] = self.parent_process_name
        if self.pid is not None:
            result['Pid'] = self.pid
        if self.platform is not None:
            result['Platform'] = self.platform
        if self.process_name is not None:
            result['ProcessName'] = self.process_name
        if self.province is not None:
            result['Province'] = self.province
        if self.reason is not None:
            result['Reason'] = self.reason
        if self.report_content is not None:
            result['ReportContent'] = self.report_content
        if self.report_type is not None:
            result['ReportType'] = self.report_type
        if self.resolution is not None:
            result['Resolution'] = self.resolution
        if self.root_directory is not None:
            result['RootDirectory'] = self.root_directory
        if self.runtime_ext_data is not None:
            result['RuntimeExtData'] = self.runtime_ext_data
        if self.scene_value is not None:
            result['SceneValue'] = self.scene_value
        if self.sdk_type is not None:
            result['SdkType'] = self.sdk_type
        if self.sdk_version is not None:
            result['SdkVersion'] = self.sdk_version
        if self.seq is not None:
            result['Seq'] = self.seq
        if self.server_time is not None:
            result['ServerTime'] = self.server_time
        if self.session_id is not None:
            result['SessionId'] = self.session_id
        if self.simple_report_content is not None:
            result['SimpleReportContent'] = self.simple_report_content
        if self.so_lib_build is not None:
            result['SoLibBuild'] = self.so_lib_build
        if self.speed_flags is not None:
            result['SpeedFlags'] = self.speed_flags
        if self.stack is not None:
            result['Stack'] = self.stack
        if self.status is not None:
            result['Status'] = self.status
        if self.summary is not None:
            result['Summary'] = self.summary
        if self.symbolic_file_type is not None:
            result['SymbolicFileType'] = self.symbolic_file_type
        if self.sys_log is not None:
            result['SysLog'] = self.sys_log
        if self.thread_name is not None:
            result['ThreadName'] = self.thread_name
        if self.threads is not None:
            result['Threads'] = self.threads
        if self.tid is not None:
            result['Tid'] = self.tid
        if self.track is not None:
            result['Track'] = self.track
        if self.triggered_time is not None:
            result['TriggeredTime'] = self.triggered_time
        if self.upload_time is not None:
            result['UploadTime'] = self.upload_time
        if self.uri is not None:
            result['Uri'] = self.uri
        if self.user is not None:
            result['User'] = self.user
        if self.user_id is not None:
            result['UserId'] = self.user_id
        if self.user_nick is not None:
            result['UserNick'] = self.user_nick
        if self.utdid is not None:
            result['Utdid'] = self.utdid
        if self.uuid is not None:
            result['Uuid'] = self.uuid
        if self.view is not None:
            result['View'] = self.view
        if self.weex_full_url is not None:
            result['WeexFullUrl'] = self.weex_full_url
        if self.weex_short_url is not None:
            result['WeexShortUrl'] = self.weex_short_url
        if self.write_limit is not None:
            result['WriteLimit'] = self.write_limit
        return result