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.
13668 13669 13670 |
# File 'lib/kaltura_types.rb', line 13668 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.
13667 13668 13669 |
# File 'lib/kaltura_types.rb', line 13667 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.
13662 13663 13664 |
# File 'lib/kaltura_types.rb', line 13662 def entry_id_equal @entry_id_equal end |
#entry_id_in ⇒ Object
Returns the value of attribute entry_id_in.
13663 13664 13665 |
# File 'lib/kaltura_types.rb', line 13663 def entry_id_in @entry_id_in end |
#server_node_id_equal ⇒ Object
Returns the value of attribute server_node_id_equal.
13664 13665 13666 |
# File 'lib/kaltura_types.rb', line 13664 def server_node_id_equal @server_node_id_equal end |
#server_node_id_in ⇒ Object
Returns the value of attribute server_node_id_in.
13665 13666 13667 |
# File 'lib/kaltura_types.rb', line 13665 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.
13666 13667 13668 |
# File 'lib/kaltura_types.rb', line 13666 def server_node_id_not_in @server_node_id_not_in end |
#server_type_equal ⇒ Object
Returns the value of attribute server_type_equal.
13673 13674 13675 |
# File 'lib/kaltura_types.rb', line 13673 def server_type_equal @server_type_equal end |
#server_type_in ⇒ Object
Returns the value of attribute server_type_in.
13674 13675 13676 |
# File 'lib/kaltura_types.rb', line 13674 def server_type_in @server_type_in end |
#server_type_not_in ⇒ Object
Returns the value of attribute server_type_not_in.
13675 13676 13677 |
# File 'lib/kaltura_types.rb', line 13675 def server_type_not_in @server_type_not_in end |
#status_equal ⇒ Object
Returns the value of attribute status_equal.
13671 13672 13673 |
# File 'lib/kaltura_types.rb', line 13671 def status_equal @status_equal end |
#status_in ⇒ Object
Returns the value of attribute status_in.
13672 13673 13674 |
# File 'lib/kaltura_types.rb', line 13672 def status_in @status_in end |
#updated_at_greater_than_or_equal ⇒ Object
Returns the value of attribute updated_at_greater_than_or_equal.
13669 13670 13671 |
# File 'lib/kaltura_types.rb', line 13669 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.
13670 13671 13672 |
# File 'lib/kaltura_types.rb', line 13670 def updated_at_less_than_or_equal @updated_at_less_than_or_equal end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
13696 13697 13698 13699 13700 13701 13702 13703 13704 13705 13706 13707 13708 13709 13710 13711 13712 13713 13714 13715 13716 13717 13718 13719 13720 13721 13722 13723 13724 13725 13726 13727 13728 13729 13730 13731 13732 13733 13734 13735 13736 13737 13738 13739 13740 |
# File 'lib/kaltura_types.rb', line 13696 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 |