Class: Kaltura::KalturaEntryVendorTaskBaseFilter
- Inherits:
-
KalturaRelatedFilter
- Object
- KalturaObjectBase
- KalturaFilter
- KalturaRelatedFilter
- Kaltura::KalturaEntryVendorTaskBaseFilter
- Defined in:
- lib/kaltura_plugins/kaltura_reach_client_plugin.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#catalog_item_id_equal ⇒ Object
Returns the value of attribute catalog_item_id_equal.
-
#catalog_item_id_in ⇒ Object
Returns the value of attribute catalog_item_id_in.
-
#context_equal ⇒ Object
Returns the value of attribute context_equal.
-
#created_at_greater_than_or_equal ⇒ Object
Returns the value of attribute created_at_greater_than_or_equal.
-
#created_at_less_than_or_equal ⇒ Object
Returns the value of attribute created_at_less_than_or_equal.
-
#entry_id_equal ⇒ Object
Returns the value of attribute entry_id_equal.
-
#finish_time_greater_than_or_equal ⇒ Object
Returns the value of attribute finish_time_greater_than_or_equal.
-
#finish_time_less_than_or_equal ⇒ Object
Returns the value of attribute finish_time_less_than_or_equal.
-
#id_equal ⇒ Object
Returns the value of attribute id_equal.
-
#id_in ⇒ Object
Returns the value of attribute id_in.
-
#queue_time_greater_than_or_equal ⇒ Object
Returns the value of attribute queue_time_greater_than_or_equal.
-
#queue_time_less_than_or_equal ⇒ Object
Returns the value of attribute queue_time_less_than_or_equal.
-
#reach_profile_id_equal ⇒ Object
Returns the value of attribute reach_profile_id_equal.
-
#reach_profile_id_in ⇒ Object
Returns the value of attribute reach_profile_id_in.
-
#status_equal ⇒ Object
Returns the value of attribute status_equal.
-
#status_in ⇒ Object
Returns the value of attribute status_in.
-
#updated_at_greater_than_or_equal ⇒ Object
Returns the value of attribute updated_at_greater_than_or_equal.
-
#updated_at_less_than_or_equal ⇒ Object
Returns the value of attribute updated_at_less_than_or_equal.
-
#user_id_equal ⇒ Object
Returns the value of attribute user_id_equal.
-
#vendor_partner_id_equal ⇒ Object
Returns the value of attribute vendor_partner_id_equal.
-
#vendor_partner_id_in ⇒ Object
Returns the value of attribute vendor_partner_id_in.
Attributes inherited from KalturaFilter
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#catalog_item_id_equal ⇒ Object
Returns the value of attribute catalog_item_id_equal.
1059 1060 1061 |
# File 'lib/kaltura_plugins/kaltura_reach_client_plugin.rb', line 1059 def catalog_item_id_equal @catalog_item_id_equal end |
#catalog_item_id_in ⇒ Object
Returns the value of attribute catalog_item_id_in.
1060 1061 1062 |
# File 'lib/kaltura_plugins/kaltura_reach_client_plugin.rb', line 1060 def catalog_item_id_in @catalog_item_id_in end |
#context_equal ⇒ Object
Returns the value of attribute context_equal.
1062 1063 1064 |
# File 'lib/kaltura_plugins/kaltura_reach_client_plugin.rb', line 1062 def context_equal @context_equal end |
#created_at_greater_than_or_equal ⇒ Object
Returns the value of attribute created_at_greater_than_or_equal.
1046 1047 1048 |
# File 'lib/kaltura_plugins/kaltura_reach_client_plugin.rb', line 1046 def created_at_greater_than_or_equal @created_at_greater_than_or_equal end |
#created_at_less_than_or_equal ⇒ Object
Returns the value of attribute created_at_less_than_or_equal.
1047 1048 1049 |
# File 'lib/kaltura_plugins/kaltura_reach_client_plugin.rb', line 1047 def created_at_less_than_or_equal @created_at_less_than_or_equal end |
#entry_id_equal ⇒ Object
Returns the value of attribute entry_id_equal.
1054 1055 1056 |
# File 'lib/kaltura_plugins/kaltura_reach_client_plugin.rb', line 1054 def entry_id_equal @entry_id_equal end |
#finish_time_greater_than_or_equal ⇒ Object
Returns the value of attribute finish_time_greater_than_or_equal.
1052 1053 1054 |
# File 'lib/kaltura_plugins/kaltura_reach_client_plugin.rb', line 1052 def finish_time_greater_than_or_equal @finish_time_greater_than_or_equal end |
#finish_time_less_than_or_equal ⇒ Object
Returns the value of attribute finish_time_less_than_or_equal.
1053 1054 1055 |
# File 'lib/kaltura_plugins/kaltura_reach_client_plugin.rb', line 1053 def finish_time_less_than_or_equal @finish_time_less_than_or_equal end |
#id_equal ⇒ Object
Returns the value of attribute id_equal.
1042 1043 1044 |
# File 'lib/kaltura_plugins/kaltura_reach_client_plugin.rb', line 1042 def id_equal @id_equal end |
#id_in ⇒ Object
Returns the value of attribute id_in.
1043 1044 1045 |
# File 'lib/kaltura_plugins/kaltura_reach_client_plugin.rb', line 1043 def id_in @id_in end |
#queue_time_greater_than_or_equal ⇒ Object
Returns the value of attribute queue_time_greater_than_or_equal.
1050 1051 1052 |
# File 'lib/kaltura_plugins/kaltura_reach_client_plugin.rb', line 1050 def queue_time_greater_than_or_equal @queue_time_greater_than_or_equal end |
#queue_time_less_than_or_equal ⇒ Object
Returns the value of attribute queue_time_less_than_or_equal.
1051 1052 1053 |
# File 'lib/kaltura_plugins/kaltura_reach_client_plugin.rb', line 1051 def queue_time_less_than_or_equal @queue_time_less_than_or_equal end |
#reach_profile_id_equal ⇒ Object
Returns the value of attribute reach_profile_id_equal.
1057 1058 1059 |
# File 'lib/kaltura_plugins/kaltura_reach_client_plugin.rb', line 1057 def reach_profile_id_equal @reach_profile_id_equal end |
#reach_profile_id_in ⇒ Object
Returns the value of attribute reach_profile_id_in.
1058 1059 1060 |
# File 'lib/kaltura_plugins/kaltura_reach_client_plugin.rb', line 1058 def reach_profile_id_in @reach_profile_id_in end |
#status_equal ⇒ Object
Returns the value of attribute status_equal.
1055 1056 1057 |
# File 'lib/kaltura_plugins/kaltura_reach_client_plugin.rb', line 1055 def status_equal @status_equal end |
#status_in ⇒ Object
Returns the value of attribute status_in.
1056 1057 1058 |
# File 'lib/kaltura_plugins/kaltura_reach_client_plugin.rb', line 1056 def status_in @status_in end |
#updated_at_greater_than_or_equal ⇒ Object
Returns the value of attribute updated_at_greater_than_or_equal.
1048 1049 1050 |
# File 'lib/kaltura_plugins/kaltura_reach_client_plugin.rb', line 1048 def updated_at_greater_than_or_equal @updated_at_greater_than_or_equal end |
#updated_at_less_than_or_equal ⇒ Object
Returns the value of attribute updated_at_less_than_or_equal.
1049 1050 1051 |
# File 'lib/kaltura_plugins/kaltura_reach_client_plugin.rb', line 1049 def updated_at_less_than_or_equal @updated_at_less_than_or_equal end |
#user_id_equal ⇒ Object
Returns the value of attribute user_id_equal.
1061 1062 1063 |
# File 'lib/kaltura_plugins/kaltura_reach_client_plugin.rb', line 1061 def user_id_equal @user_id_equal end |
#vendor_partner_id_equal ⇒ Object
Returns the value of attribute vendor_partner_id_equal.
1044 1045 1046 |
# File 'lib/kaltura_plugins/kaltura_reach_client_plugin.rb', line 1044 def vendor_partner_id_equal @vendor_partner_id_equal end |
#vendor_partner_id_in ⇒ Object
Returns the value of attribute vendor_partner_id_in.
1045 1046 1047 |
# File 'lib/kaltura_plugins/kaltura_reach_client_plugin.rb', line 1045 def vendor_partner_id_in @vendor_partner_id_in end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 |
# File 'lib/kaltura_plugins/kaltura_reach_client_plugin.rb', line 1104 def from_xml(xml_element) super if xml_element.elements['idEqual'] != nil self.id_equal = xml_element.elements['idEqual'].text end if xml_element.elements['idIn'] != nil self.id_in = xml_element.elements['idIn'].text end if xml_element.elements['vendorPartnerIdEqual'] != nil self.vendor_partner_id_equal = xml_element.elements['vendorPartnerIdEqual'].text end if xml_element.elements['vendorPartnerIdIn'] != nil self.vendor_partner_id_in = xml_element.elements['vendorPartnerIdIn'].text end if xml_element.elements['createdAtGreaterThanOrEqual'] != nil self.created_at_greater_than_or_equal = xml_element.elements['createdAtGreaterThanOrEqual'].text end if xml_element.elements['createdAtLessThanOrEqual'] != nil self.created_at_less_than_or_equal = xml_element.elements['createdAtLessThanOrEqual'].text end if xml_element.elements['updatedAtGreaterThanOrEqual'] != nil self.updated_at_greater_than_or_equal = xml_element.elements['updatedAtGreaterThanOrEqual'].text end if xml_element.elements['updatedAtLessThanOrEqual'] != nil self.updated_at_less_than_or_equal = xml_element.elements['updatedAtLessThanOrEqual'].text end if xml_element.elements['queueTimeGreaterThanOrEqual'] != nil self.queue_time_greater_than_or_equal = xml_element.elements['queueTimeGreaterThanOrEqual'].text end if xml_element.elements['queueTimeLessThanOrEqual'] != nil self.queue_time_less_than_or_equal = xml_element.elements['queueTimeLessThanOrEqual'].text end if xml_element.elements['finishTimeGreaterThanOrEqual'] != nil self.finish_time_greater_than_or_equal = xml_element.elements['finishTimeGreaterThanOrEqual'].text end if xml_element.elements['finishTimeLessThanOrEqual'] != nil self.finish_time_less_than_or_equal = xml_element.elements['finishTimeLessThanOrEqual'].text end if xml_element.elements['entryIdEqual'] != nil self.entry_id_equal = xml_element.elements['entryIdEqual'].text end if xml_element.elements['statusEqual'] != nil self.status_equal = xml_element.elements['statusEqual'].text end if xml_element.elements['statusIn'] != nil self.status_in = xml_element.elements['statusIn'].text end if xml_element.elements['reachProfileIdEqual'] != nil self.reach_profile_id_equal = xml_element.elements['reachProfileIdEqual'].text end if xml_element.elements['reachProfileIdIn'] != nil self.reach_profile_id_in = xml_element.elements['reachProfileIdIn'].text end if xml_element.elements['catalogItemIdEqual'] != nil self.catalog_item_id_equal = xml_element.elements['catalogItemIdEqual'].text end if xml_element.elements['catalogItemIdIn'] != nil self.catalog_item_id_in = xml_element.elements['catalogItemIdIn'].text end if xml_element.elements['userIdEqual'] != nil self.user_id_equal = xml_element.elements['userIdEqual'].text end if xml_element.elements['contextEqual'] != nil self.context_equal = xml_element.elements['contextEqual'].text end end |