Class: Kaltura::KalturaEntryServerNodeBaseFilter
- Inherits:
-
KalturaFilter
- Object
- KalturaObjectBase
- KalturaFilter
- Kaltura::KalturaEntryServerNodeBaseFilter
- 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.
-
#entry_id_equal ⇒ Object
Returns the value of attribute entry_id_equal.
-
#entry_id_in ⇒ Object
Returns the value of attribute entry_id_in.
-
#server_node_id_equal ⇒ Object
Returns the value of attribute server_node_id_equal.
-
#server_node_id_in ⇒ Object
Returns the value of attribute server_node_id_in.
-
#server_node_id_not_in ⇒ Object
Returns the value of attribute server_node_id_not_in.
-
#server_type_equal ⇒ Object
Returns the value of attribute server_type_equal.
-
#server_type_in ⇒ Object
Returns the value of attribute server_type_in.
-
#server_type_not_in ⇒ Object
Returns the value of attribute server_type_not_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.
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.
13519 13520 13521 |
# File 'lib/kaltura_types.rb', line 13519 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.
13518 13519 13520 |
# File 'lib/kaltura_types.rb', line 13518 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.
13513 13514 13515 |
# File 'lib/kaltura_types.rb', line 13513 def entry_id_equal @entry_id_equal end |
#entry_id_in ⇒ Object
Returns the value of attribute entry_id_in.
13514 13515 13516 |
# File 'lib/kaltura_types.rb', line 13514 def entry_id_in @entry_id_in end |
#server_node_id_equal ⇒ Object
Returns the value of attribute server_node_id_equal.
13515 13516 13517 |
# File 'lib/kaltura_types.rb', line 13515 def server_node_id_equal @server_node_id_equal end |
#server_node_id_in ⇒ Object
Returns the value of attribute server_node_id_in.
13516 13517 13518 |
# File 'lib/kaltura_types.rb', line 13516 def server_node_id_in @server_node_id_in end |
#server_node_id_not_in ⇒ Object
Returns the value of attribute server_node_id_not_in.
13517 13518 13519 |
# File 'lib/kaltura_types.rb', line 13517 def server_node_id_not_in @server_node_id_not_in end |
#server_type_equal ⇒ Object
Returns the value of attribute server_type_equal.
13524 13525 13526 |
# File 'lib/kaltura_types.rb', line 13524 def server_type_equal @server_type_equal end |
#server_type_in ⇒ Object
Returns the value of attribute server_type_in.
13525 13526 13527 |
# File 'lib/kaltura_types.rb', line 13525 def server_type_in @server_type_in end |
#server_type_not_in ⇒ Object
Returns the value of attribute server_type_not_in.
13526 13527 13528 |
# File 'lib/kaltura_types.rb', line 13526 def server_type_not_in @server_type_not_in end |
#status_equal ⇒ Object
Returns the value of attribute status_equal.
13522 13523 13524 |
# File 'lib/kaltura_types.rb', line 13522 def status_equal @status_equal end |
#status_in ⇒ Object
Returns the value of attribute status_in.
13523 13524 13525 |
# File 'lib/kaltura_types.rb', line 13523 def status_in @status_in end |
#updated_at_greater_than_or_equal ⇒ Object
Returns the value of attribute updated_at_greater_than_or_equal.
13520 13521 13522 |
# File 'lib/kaltura_types.rb', line 13520 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.
13521 13522 13523 |
# File 'lib/kaltura_types.rb', line 13521 def updated_at_less_than_or_equal @updated_at_less_than_or_equal end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
13547 13548 13549 13550 13551 13552 13553 13554 13555 13556 13557 13558 13559 13560 13561 13562 13563 13564 13565 13566 13567 13568 13569 13570 13571 13572 13573 13574 13575 13576 13577 13578 13579 13580 13581 13582 13583 13584 13585 13586 13587 13588 13589 13590 13591 |
# File 'lib/kaltura_types.rb', line 13547 def from_xml(xml_element) super if xml_element.elements['entryIdEqual'] != nil self.entry_id_equal = xml_element.elements['entryIdEqual'].text end if xml_element.elements['entryIdIn'] != nil self.entry_id_in = xml_element.elements['entryIdIn'].text end if xml_element.elements['serverNodeIdEqual'] != nil self.server_node_id_equal = xml_element.elements['serverNodeIdEqual'].text end if xml_element.elements['serverNodeIdIn'] != nil self.server_node_id_in = xml_element.elements['serverNodeIdIn'].text end if xml_element.elements['serverNodeIdNotIn'] != nil self.server_node_id_not_in = xml_element.elements['serverNodeIdNotIn'].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['createdAtGreaterThanOrEqual'] != nil self.created_at_greater_than_or_equal = xml_element.elements['createdAtGreaterThanOrEqual'].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['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['serverTypeEqual'] != nil self.server_type_equal = xml_element.elements['serverTypeEqual'].text end if xml_element.elements['serverTypeIn'] != nil self.server_type_in = xml_element.elements['serverTypeIn'].text end if xml_element.elements['serverTypeNotIn'] != nil self.server_type_not_in = xml_element.elements['serverTypeNotIn'].text end end |