Class: Kaltura::KalturaServerNodeBaseFilter
- Inherits:
-
KalturaFilter
- Object
- KalturaObjectBase
- KalturaFilter
- Kaltura::KalturaServerNodeBaseFilter
- Defined in:
- lib/kaltura_types.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#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.
-
#dc_equal ⇒ Object
Returns the value of attribute dc_equal.
-
#dc_in ⇒ Object
Returns the value of attribute dc_in.
-
#environment_equal ⇒ Object
Returns the value of attribute environment_equal.
-
#environment_in ⇒ Object
Returns the value of attribute environment_in.
-
#heartbeat_time_greater_than_or_equal ⇒ Object
Returns the value of attribute heartbeat_time_greater_than_or_equal.
-
#heartbeat_time_less_than_or_equal ⇒ Object
Returns the value of attribute heartbeat_time_less_than_or_equal.
-
#host_name_like ⇒ Object
Returns the value of attribute host_name_like.
-
#host_name_multi_like_and ⇒ Object
Returns the value of attribute host_name_multi_like_and.
-
#host_name_multi_like_or ⇒ Object
Returns the value of attribute host_name_multi_like_or.
-
#id_equal ⇒ Object
Returns the value of attribute id_equal.
-
#id_in ⇒ Object
Returns the value of attribute id_in.
-
#name_equal ⇒ Object
Returns the value of attribute name_equal.
-
#name_in ⇒ Object
Returns the value of attribute name_in.
-
#parent_id_like ⇒ Object
Returns the value of attribute parent_id_like.
-
#parent_id_multi_like_and ⇒ Object
Returns the value of attribute parent_id_multi_like_and.
-
#parent_id_multi_like_or ⇒ Object
Returns the value of attribute parent_id_multi_like_or.
-
#status_equal ⇒ Object
Returns the value of attribute status_equal.
-
#status_in ⇒ Object
Returns the value of attribute status_in.
-
#system_name_equal ⇒ Object
Returns the value of attribute system_name_equal.
-
#system_name_in ⇒ Object
Returns the value of attribute system_name_in.
-
#tags_like ⇒ Object
Returns the value of attribute tags_like.
-
#tags_multi_like_and ⇒ Object
Returns the value of attribute tags_multi_like_and.
-
#tags_multi_like_or ⇒ Object
Returns the value of attribute tags_multi_like_or.
-
#type_equal ⇒ Object
Returns the value of attribute type_equal.
-
#type_in ⇒ Object
Returns the value of attribute type_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.
Attributes inherited from KalturaFilter
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#created_at_greater_than_or_equal ⇒ Object
Returns the value of attribute created_at_greater_than_or_equal.
14312 14313 14314 |
# File 'lib/kaltura_types.rb', line 14312 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.
14313 14314 14315 |
# File 'lib/kaltura_types.rb', line 14313 def created_at_less_than_or_equal @created_at_less_than_or_equal end |
#dc_equal ⇒ Object
Returns the value of attribute dc_equal.
14332 14333 14334 |
# File 'lib/kaltura_types.rb', line 14332 def dc_equal @dc_equal end |
#dc_in ⇒ Object
Returns the value of attribute dc_in.
14333 14334 14335 |
# File 'lib/kaltura_types.rb', line 14333 def dc_in @dc_in end |
#environment_equal ⇒ Object
Returns the value of attribute environment_equal.
14337 14338 14339 |
# File 'lib/kaltura_types.rb', line 14337 def environment_equal @environment_equal end |
#environment_in ⇒ Object
Returns the value of attribute environment_in.
14338 14339 14340 |
# File 'lib/kaltura_types.rb', line 14338 def environment_in @environment_in end |
#heartbeat_time_greater_than_or_equal ⇒ Object
Returns the value of attribute heartbeat_time_greater_than_or_equal.
14316 14317 14318 |
# File 'lib/kaltura_types.rb', line 14316 def heartbeat_time_greater_than_or_equal @heartbeat_time_greater_than_or_equal end |
#heartbeat_time_less_than_or_equal ⇒ Object
Returns the value of attribute heartbeat_time_less_than_or_equal.
14317 14318 14319 |
# File 'lib/kaltura_types.rb', line 14317 def heartbeat_time_less_than_or_equal @heartbeat_time_less_than_or_equal end |
#host_name_like ⇒ Object
Returns the value of attribute host_name_like.
14322 14323 14324 |
# File 'lib/kaltura_types.rb', line 14322 def host_name_like @host_name_like end |
#host_name_multi_like_and ⇒ Object
Returns the value of attribute host_name_multi_like_and.
14324 14325 14326 |
# File 'lib/kaltura_types.rb', line 14324 def host_name_multi_like_and @host_name_multi_like_and end |
#host_name_multi_like_or ⇒ Object
Returns the value of attribute host_name_multi_like_or.
14323 14324 14325 |
# File 'lib/kaltura_types.rb', line 14323 def host_name_multi_like_or @host_name_multi_like_or end |
#id_equal ⇒ Object
Returns the value of attribute id_equal.
14310 14311 14312 |
# File 'lib/kaltura_types.rb', line 14310 def id_equal @id_equal end |
#id_in ⇒ Object
Returns the value of attribute id_in.
14311 14312 14313 |
# File 'lib/kaltura_types.rb', line 14311 def id_in @id_in end |
#name_equal ⇒ Object
Returns the value of attribute name_equal.
14318 14319 14320 |
# File 'lib/kaltura_types.rb', line 14318 def name_equal @name_equal end |
#name_in ⇒ Object
Returns the value of attribute name_in.
14319 14320 14321 |
# File 'lib/kaltura_types.rb', line 14319 def name_in @name_in end |
#parent_id_like ⇒ Object
Returns the value of attribute parent_id_like.
14334 14335 14336 |
# File 'lib/kaltura_types.rb', line 14334 def parent_id_like @parent_id_like end |
#parent_id_multi_like_and ⇒ Object
Returns the value of attribute parent_id_multi_like_and.
14336 14337 14338 |
# File 'lib/kaltura_types.rb', line 14336 def parent_id_multi_like_and @parent_id_multi_like_and end |
#parent_id_multi_like_or ⇒ Object
Returns the value of attribute parent_id_multi_like_or.
14335 14336 14337 |
# File 'lib/kaltura_types.rb', line 14335 def parent_id_multi_like_or @parent_id_multi_like_or end |
#status_equal ⇒ Object
Returns the value of attribute status_equal.
14325 14326 14327 |
# File 'lib/kaltura_types.rb', line 14325 def status_equal @status_equal end |
#status_in ⇒ Object
Returns the value of attribute status_in.
14326 14327 14328 |
# File 'lib/kaltura_types.rb', line 14326 def status_in @status_in end |
#system_name_equal ⇒ Object
Returns the value of attribute system_name_equal.
14320 14321 14322 |
# File 'lib/kaltura_types.rb', line 14320 def system_name_equal @system_name_equal end |
#system_name_in ⇒ Object
Returns the value of attribute system_name_in.
14321 14322 14323 |
# File 'lib/kaltura_types.rb', line 14321 def system_name_in @system_name_in end |
#tags_like ⇒ Object
Returns the value of attribute tags_like.
14329 14330 14331 |
# File 'lib/kaltura_types.rb', line 14329 def end |
#tags_multi_like_and ⇒ Object
Returns the value of attribute tags_multi_like_and.
14331 14332 14333 |
# File 'lib/kaltura_types.rb', line 14331 def end |
#tags_multi_like_or ⇒ Object
Returns the value of attribute tags_multi_like_or.
14330 14331 14332 |
# File 'lib/kaltura_types.rb', line 14330 def end |
#type_equal ⇒ Object
Returns the value of attribute type_equal.
14327 14328 14329 |
# File 'lib/kaltura_types.rb', line 14327 def type_equal @type_equal end |
#type_in ⇒ Object
Returns the value of attribute type_in.
14328 14329 14330 |
# File 'lib/kaltura_types.rb', line 14328 def type_in @type_in end |
#updated_at_greater_than_or_equal ⇒ Object
Returns the value of attribute updated_at_greater_than_or_equal.
14314 14315 14316 |
# File 'lib/kaltura_types.rb', line 14314 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.
14315 14316 14317 |
# File 'lib/kaltura_types.rb', line 14315 def updated_at_less_than_or_equal @updated_at_less_than_or_equal end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
14368 14369 14370 14371 14372 14373 14374 14375 14376 14377 14378 14379 14380 14381 14382 14383 14384 14385 14386 14387 14388 14389 14390 14391 14392 14393 14394 14395 14396 14397 14398 14399 14400 14401 14402 14403 14404 14405 14406 14407 14408 14409 14410 14411 14412 14413 14414 14415 14416 14417 14418 14419 14420 14421 14422 14423 14424 14425 14426 14427 14428 14429 14430 14431 14432 14433 14434 14435 14436 14437 14438 14439 14440 14441 14442 14443 14444 14445 14446 14447 14448 14449 14450 14451 14452 14453 14454 14455 14456 14457 |
# File 'lib/kaltura_types.rb', line 14368 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['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['heartbeatTimeGreaterThanOrEqual'] != nil self.heartbeat_time_greater_than_or_equal = xml_element.elements['heartbeatTimeGreaterThanOrEqual'].text end if xml_element.elements['heartbeatTimeLessThanOrEqual'] != nil self.heartbeat_time_less_than_or_equal = xml_element.elements['heartbeatTimeLessThanOrEqual'].text end if xml_element.elements['nameEqual'] != nil self.name_equal = xml_element.elements['nameEqual'].text end if xml_element.elements['nameIn'] != nil self.name_in = xml_element.elements['nameIn'].text end if xml_element.elements['systemNameEqual'] != nil self.system_name_equal = xml_element.elements['systemNameEqual'].text end if xml_element.elements['systemNameIn'] != nil self.system_name_in = xml_element.elements['systemNameIn'].text end if xml_element.elements['hostNameLike'] != nil self.host_name_like = xml_element.elements['hostNameLike'].text end if xml_element.elements['hostNameMultiLikeOr'] != nil self.host_name_multi_like_or = xml_element.elements['hostNameMultiLikeOr'].text end if xml_element.elements['hostNameMultiLikeAnd'] != nil self.host_name_multi_like_and = xml_element.elements['hostNameMultiLikeAnd'].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['typeEqual'] != nil self.type_equal = xml_element.elements['typeEqual'].text end if xml_element.elements['typeIn'] != nil self.type_in = xml_element.elements['typeIn'].text end if xml_element.elements['tagsLike'] != nil self. = xml_element.elements['tagsLike'].text end if xml_element.elements['tagsMultiLikeOr'] != nil self. = xml_element.elements['tagsMultiLikeOr'].text end if xml_element.elements['tagsMultiLikeAnd'] != nil self. = xml_element.elements['tagsMultiLikeAnd'].text end if xml_element.elements['dcEqual'] != nil self.dc_equal = xml_element.elements['dcEqual'].text end if xml_element.elements['dcIn'] != nil self.dc_in = xml_element.elements['dcIn'].text end if xml_element.elements['parentIdLike'] != nil self.parent_id_like = xml_element.elements['parentIdLike'].text end if xml_element.elements['parentIdMultiLikeOr'] != nil self.parent_id_multi_like_or = xml_element.elements['parentIdMultiLikeOr'].text end if xml_element.elements['parentIdMultiLikeAnd'] != nil self.parent_id_multi_like_and = xml_element.elements['parentIdMultiLikeAnd'].text end if xml_element.elements['environmentEqual'] != nil self.environment_equal = xml_element.elements['environmentEqual'].text end if xml_element.elements['environmentIn'] != nil self.environment_in = xml_element.elements['environmentIn'].text end end |