class Kaltura::KalturaReportInputFilter

Attributes

application_version_in[RW]

filter by application version

browser_family_in[RW]

Filter by browser family

browser_in[RW]

Filter by browser

canonical_url_in[RW]

filter by canonical url

categories[RW]

Search objects in specified categories

categories_ancestor_id_in[RW]

filter by categories ancestor

categories_ids_in[RW]

Search objects in specified category ids

cities_in[RW]

Filter by city

country_in[RW]

Filter by country

crm_id_in[RW]

filter by crm id

custom_var1in[RW]

Filter by customVar1

custom_var2in[RW]

Filter by customVar2

custom_var3in[RW]

Filter by customVar3

device_in[RW]

Filter by device

domain_in[RW]

filter by domain

entry_created_at_greater_than_or_equal[RW]

Entry created at greater than or equal as Unix timestamp

entry_created_at_less_than_or_equal[RW]

Entry created at less than or equal as Unix timestamp

entry_id_in[RW]
entry_operator[RW]
error_code_in[RW]

filter by error code

hotspot_id_in[RW]

filter by hotspot id

interval[RW]

Aggregated results according to interval

isp_in[RW]

filter by isp

keywords[RW]

Search keywords to filter objects

media_type_in[RW]

Filter by media types

node_ids_in[RW]

filter by node id

operating_system_family_in[RW]

Filter by operating system family

operating_system_in[RW]

Filter by operating system

owner_ids_in[RW]

Filter by entry owner

playback_context_ids_in[RW]

filter by playback context ids

playback_type_in[RW]
player_version_in[RW]

filter by player version

playlist_id_in[RW]

filter by playlist id

region_in[RW]

Filter by region

root_entry_id_in[RW]

filter by root entry ids

search_in_admin_tags[RW]

Search keywords in objects admin tags

search_in_tags[RW]

Search keywords in objects tags

source_type_in[RW]

Filter by source types

time_zone_offset[RW]

Time zone offset in minutes

Public Instance Methods

entry_created_at_greater_than_or_equal=(val) click to toggle source
# 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
entry_created_at_less_than_or_equal=(val) click to toggle source
# 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
from_xml(xml_element) click to toggle source
# 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
search_in_admin_tags=(val) click to toggle source
# File lib/kaltura_types.rb, line 8579
def search_in_admin_tags=(val)
        @search_in_admin_tags = to_b(val)
end
search_in_tags=(val) click to toggle source
# File lib/kaltura_types.rb, line 8576
def search_in_tags=(val)
        @search_in_tags = to_b(val)
end
time_zone_offset=(val) click to toggle source
# File lib/kaltura_types.rb, line 8582
def time_zone_offset=(val)
        @time_zone_offset = val.to_i
end