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.
13594 13595 13596 |
# File 'lib/kaltura_types.rb', line 13594 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.
13593 13594 13595 |
# File 'lib/kaltura_types.rb', line 13593 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.
13588 13589 13590 |
# File 'lib/kaltura_types.rb', line 13588 def entry_id_equal @entry_id_equal end |
#entry_id_in ⇒ Object
Returns the value of attribute entry_id_in.
13589 13590 13591 |
# File 'lib/kaltura_types.rb', line 13589 def entry_id_in @entry_id_in end |
#server_node_id_equal ⇒ Object
Returns the value of attribute server_node_id_equal.
13590 13591 13592 |
# File 'lib/kaltura_types.rb', line 13590 def server_node_id_equal @server_node_id_equal end |
#server_node_id_in ⇒ Object
Returns the value of attribute server_node_id_in.
13591 13592 13593 |
# File 'lib/kaltura_types.rb', line 13591 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.
13592 13593 13594 |
# File 'lib/kaltura_types.rb', line 13592 def server_node_id_not_in @server_node_id_not_in end |
#server_type_equal ⇒ Object
Returns the value of attribute server_type_equal.
13599 13600 13601 |
# File 'lib/kaltura_types.rb', line 13599 def server_type_equal @server_type_equal end |
#server_type_in ⇒ Object
Returns the value of attribute server_type_in.
13600 13601 13602 |
# File 'lib/kaltura_types.rb', line 13600 def server_type_in @server_type_in end |
#server_type_not_in ⇒ Object
Returns the value of attribute server_type_not_in.
13601 13602 13603 |
# File 'lib/kaltura_types.rb', line 13601 def server_type_not_in @server_type_not_in end |
#status_equal ⇒ Object
Returns the value of attribute status_equal.
13597 13598 13599 |
# File 'lib/kaltura_types.rb', line 13597 def status_equal @status_equal end |
#status_in ⇒ Object
Returns the value of attribute status_in.
13598 13599 13600 |
# File 'lib/kaltura_types.rb', line 13598 def status_in @status_in end |
#updated_at_greater_than_or_equal ⇒ Object
Returns the value of attribute updated_at_greater_than_or_equal.
13595 13596 13597 |
# File 'lib/kaltura_types.rb', line 13595 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.
13596 13597 13598 |
# File 'lib/kaltura_types.rb', line 13596 def updated_at_less_than_or_equal @updated_at_less_than_or_equal end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
13622 13623 13624 13625 13626 13627 13628 13629 13630 13631 13632 13633 13634 13635 13636 13637 13638 13639 13640 13641 13642 13643 13644 13645 13646 13647 13648 13649 13650 13651 13652 13653 13654 13655 13656 13657 13658 13659 13660 13661 13662 13663 13664 13665 13666 |
# File 'lib/kaltura_types.rb', line 13622 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 |