class Kaltura::KalturaReportInputFilter
Attributes
filter by application version
Filter by browser family
Filter by browser
filter by canonical url
Search objects in specified categories
filter by categories ancestor
Search objects in specified category ids
Filter by city
Filter by country
filter by crm id
Filter by customVar1
Filter by customVar2
Filter by customVar3
Filter by device
filter by domain
Entry created at greater than or equal as Unix timestamp
Entry created at less than or equal as Unix timestamp
filter by error code
filter by hotspot id
Aggregated results according to interval
filter by isp
Search keywords to filter objects
Filter by media types
filter by node id
Filter by operating system family
Filter by operating system
Filter by entry owner
filter by playback context ids
filter by player version
filter by playlist id
Filter by region
filter by root entry ids
Filter by source types
Time zone offset in minutes
Public Instance Methods
# File lib/kaltura_types.rb, line 8585 def entry_created_at_greater_than_or_equal=(val) @entry_created_at_greater_than_or_equal = val.to_i end
# File lib/kaltura_types.rb, line 8588 def entry_created_at_less_than_or_equal=(val) @entry_created_at_less_than_or_equal = val.to_i end
Kaltura::KalturaReportInputBaseFilter#from_xml
# File lib/kaltura_types.rb, line 8592 def from_xml(xml_element) super if xml_element.elements['keywords'] != nil self.keywords = xml_element.elements['keywords'].text end if xml_element.elements['searchInTags'] != nil self.search_in_tags = xml_element.elements['searchInTags'].text end if xml_element.elements['searchInAdminTags'] != nil self.search_in_admin_tags = xml_element.elements['searchInAdminTags'].text end if xml_element.elements['categories'] != nil self.categories = xml_element.elements['categories'].text end if xml_element.elements['categoriesIdsIn'] != nil self.categories_ids_in = xml_element.elements['categoriesIdsIn'].text end if xml_element.elements['customVar1In'] != nil self.custom_var1in = xml_element.elements['customVar1In'].text end if xml_element.elements['customVar2In'] != nil self.custom_var2in = xml_element.elements['customVar2In'].text end if xml_element.elements['customVar3In'] != nil self.custom_var3in = xml_element.elements['customVar3In'].text end if xml_element.elements['deviceIn'] != nil self.device_in = xml_element.elements['deviceIn'].text end if xml_element.elements['countryIn'] != nil self.country_in = xml_element.elements['countryIn'].text end if xml_element.elements['regionIn'] != nil self.region_in = xml_element.elements['regionIn'].text end if xml_element.elements['citiesIn'] != nil self.cities_in = xml_element.elements['citiesIn'].text end if xml_element.elements['operatingSystemFamilyIn'] != nil self.operating_system_family_in = xml_element.elements['operatingSystemFamilyIn'].text end if xml_element.elements['operatingSystemIn'] != nil self.operating_system_in = xml_element.elements['operatingSystemIn'].text end if xml_element.elements['browserFamilyIn'] != nil self.browser_family_in = xml_element.elements['browserFamilyIn'].text end if xml_element.elements['browserIn'] != nil self.browser_in = xml_element.elements['browserIn'].text end if xml_element.elements['timeZoneOffset'] != nil self.time_zone_offset = xml_element.elements['timeZoneOffset'].text end if xml_element.elements['interval'] != nil self.interval = xml_element.elements['interval'].text end if xml_element.elements['mediaTypeIn'] != nil self.media_type_in = xml_element.elements['mediaTypeIn'].text end if xml_element.elements['sourceTypeIn'] != nil self.source_type_in = xml_element.elements['sourceTypeIn'].text end if xml_element.elements['ownerIdsIn'] != nil self.owner_ids_in = xml_element.elements['ownerIdsIn'].text end if xml_element.elements['entryOperator'] != nil self.entry_operator = KalturaClientBase.object_from_xml(xml_element.elements['entryOperator'], 'KalturaESearchEntryOperator') end if xml_element.elements['entryCreatedAtGreaterThanOrEqual'] != nil self.entry_created_at_greater_than_or_equal = xml_element.elements['entryCreatedAtGreaterThanOrEqual'].text end if xml_element.elements['entryCreatedAtLessThanOrEqual'] != nil self.entry_created_at_less_than_or_equal = xml_element.elements['entryCreatedAtLessThanOrEqual'].text end if xml_element.elements['entryIdIn'] != nil self.entry_id_in = xml_element.elements['entryIdIn'].text end if xml_element.elements['playbackTypeIn'] != nil self.playback_type_in = xml_element.elements['playbackTypeIn'].text end if xml_element.elements['playbackContextIdsIn'] != nil self.playback_context_ids_in = xml_element.elements['playbackContextIdsIn'].text end if xml_element.elements['rootEntryIdIn'] != nil self.root_entry_id_in = xml_element.elements['rootEntryIdIn'].text end if xml_element.elements['errorCodeIn'] != nil self.error_code_in = xml_element.elements['errorCodeIn'].text end if xml_element.elements['playerVersionIn'] != nil self.player_version_in = xml_element.elements['playerVersionIn'].text end if xml_element.elements['ispIn'] != nil self.isp_in = xml_element.elements['ispIn'].text end if xml_element.elements['applicationVersionIn'] != nil self.application_version_in = xml_element.elements['applicationVersionIn'].text end if xml_element.elements['nodeIdsIn'] != nil self.node_ids_in = xml_element.elements['nodeIdsIn'].text end if xml_element.elements['categoriesAncestorIdIn'] != nil self.categories_ancestor_id_in = xml_element.elements['categoriesAncestorIdIn'].text end if xml_element.elements['hotspotIdIn'] != nil self.hotspot_id_in = xml_element.elements['hotspotIdIn'].text end if xml_element.elements['crmIdIn'] != nil self.crm_id_in = xml_element.elements['crmIdIn'].text end if xml_element.elements['playlistIdIn'] != nil self.playlist_id_in = xml_element.elements['playlistIdIn'].text end if xml_element.elements['domainIn'] != nil self.domain_in = xml_element.elements['domainIn'].text end if xml_element.elements['canonicalUrlIn'] != nil self.canonical_url_in = xml_element.elements['canonicalUrlIn'].text end end
# File lib/kaltura_types.rb, line 8582 def time_zone_offset=(val) @time_zone_offset = val.to_i end