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.
13476 13477 13478 |
# File 'lib/kaltura_types.rb', line 13476 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.
13475 13476 13477 |
# File 'lib/kaltura_types.rb', line 13475 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.
13470 13471 13472 |
# File 'lib/kaltura_types.rb', line 13470 def entry_id_equal @entry_id_equal end |
#entry_id_in ⇒ Object
Returns the value of attribute entry_id_in.
13471 13472 13473 |
# File 'lib/kaltura_types.rb', line 13471 def entry_id_in @entry_id_in end |
#server_node_id_equal ⇒ Object
Returns the value of attribute server_node_id_equal.
13472 13473 13474 |
# File 'lib/kaltura_types.rb', line 13472 def server_node_id_equal @server_node_id_equal end |
#server_node_id_in ⇒ Object
Returns the value of attribute server_node_id_in.
13473 13474 13475 |
# File 'lib/kaltura_types.rb', line 13473 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.
13474 13475 13476 |
# File 'lib/kaltura_types.rb', line 13474 def server_node_id_not_in @server_node_id_not_in end |
#server_type_equal ⇒ Object
Returns the value of attribute server_type_equal.
13481 13482 13483 |
# File 'lib/kaltura_types.rb', line 13481 def server_type_equal @server_type_equal end |
#server_type_in ⇒ Object
Returns the value of attribute server_type_in.
13482 13483 13484 |
# File 'lib/kaltura_types.rb', line 13482 def server_type_in @server_type_in end |
#server_type_not_in ⇒ Object
Returns the value of attribute server_type_not_in.
13483 13484 13485 |
# File 'lib/kaltura_types.rb', line 13483 def server_type_not_in @server_type_not_in end |
#status_equal ⇒ Object
Returns the value of attribute status_equal.
13479 13480 13481 |
# File 'lib/kaltura_types.rb', line 13479 def status_equal @status_equal end |
#status_in ⇒ Object
Returns the value of attribute status_in.
13480 13481 13482 |
# File 'lib/kaltura_types.rb', line 13480 def status_in @status_in end |
#updated_at_greater_than_or_equal ⇒ Object
Returns the value of attribute updated_at_greater_than_or_equal.
13477 13478 13479 |
# File 'lib/kaltura_types.rb', line 13477 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.
13478 13479 13480 |
# File 'lib/kaltura_types.rb', line 13478 def updated_at_less_than_or_equal @updated_at_less_than_or_equal end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
13504 13505 13506 13507 13508 13509 13510 13511 13512 13513 13514 13515 13516 13517 13518 13519 13520 13521 13522 13523 13524 13525 13526 13527 13528 13529 13530 13531 13532 13533 13534 13535 13536 13537 13538 13539 13540 13541 13542 13543 13544 13545 13546 13547 13548 |
# File 'lib/kaltura_types.rb', line 13504 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 |