Class: Kaltura::KalturaBatchJobBaseFilter
- Inherits:
-
KalturaFilter
- Object
- KalturaObjectBase
- KalturaFilter
- Kaltura::KalturaBatchJobBaseFilter
- Defined in:
- lib/kaltura_types.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#batch_version_equal ⇒ Object
Returns the value of attribute batch_version_equal.
-
#batch_version_greater_than_or_equal ⇒ Object
Returns the value of attribute batch_version_greater_than_or_equal.
-
#batch_version_less_than_or_equal ⇒ Object
Returns the value of attribute batch_version_less_than_or_equal.
-
#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.
-
#err_number_equal ⇒ Object
Returns the value of attribute err_number_equal.
-
#err_number_in ⇒ Object
Returns the value of attribute err_number_in.
-
#err_number_not_in ⇒ Object
Returns the value of attribute err_number_not_in.
-
#err_type_equal ⇒ Object
Returns the value of attribute err_type_equal.
-
#err_type_in ⇒ Object
Returns the value of attribute err_type_in.
-
#err_type_not_in ⇒ Object
Returns the value of attribute err_type_not_in.
-
#estimated_effort_greater_than ⇒ Object
Returns the value of attribute estimated_effort_greater_than.
-
#estimated_effort_less_than ⇒ Object
Returns the value of attribute estimated_effort_less_than.
-
#execution_attempts_greater_than_or_equal ⇒ Object
Returns the value of attribute execution_attempts_greater_than_or_equal.
-
#execution_attempts_less_than_or_equal ⇒ Object
Returns the value of attribute execution_attempts_less_than_or_equal.
-
#finish_time_greater_than_or_equal ⇒ Object
Returns the value of attribute finish_time_greater_than_or_equal.
-
#finish_time_less_than_or_equal ⇒ Object
Returns the value of attribute finish_time_less_than_or_equal.
-
#id_equal ⇒ Object
Returns the value of attribute id_equal.
-
#id_greater_than_or_equal ⇒ Object
Returns the value of attribute id_greater_than_or_equal.
-
#job_sub_type_equal ⇒ Object
Returns the value of attribute job_sub_type_equal.
-
#job_sub_type_in ⇒ Object
Returns the value of attribute job_sub_type_in.
-
#job_sub_type_not_in ⇒ Object
Returns the value of attribute job_sub_type_not_in.
-
#job_type_equal ⇒ Object
Returns the value of attribute job_type_equal.
-
#job_type_in ⇒ Object
Returns the value of attribute job_type_in.
-
#job_type_not_in ⇒ Object
Returns the value of attribute job_type_not_in.
-
#lock_version_greater_than_or_equal ⇒ Object
Returns the value of attribute lock_version_greater_than_or_equal.
-
#lock_version_less_than_or_equal ⇒ Object
Returns the value of attribute lock_version_less_than_or_equal.
-
#partner_id_equal ⇒ Object
Returns the value of attribute partner_id_equal.
-
#partner_id_in ⇒ Object
Returns the value of attribute partner_id_in.
-
#partner_id_not_in ⇒ Object
Returns the value of attribute partner_id_not_in.
-
#priority_equal ⇒ Object
Returns the value of attribute priority_equal.
-
#priority_greater_than_or_equal ⇒ Object
Returns the value of attribute priority_greater_than_or_equal.
-
#priority_in ⇒ Object
Returns the value of attribute priority_in.
-
#priority_less_than_or_equal ⇒ Object
Returns the value of attribute priority_less_than_or_equal.
-
#priority_not_in ⇒ Object
Returns the value of attribute priority_not_in.
-
#queue_time_greater_than_or_equal ⇒ Object
Returns the value of attribute queue_time_greater_than_or_equal.
-
#queue_time_less_than_or_equal ⇒ Object
Returns the value of attribute queue_time_less_than_or_equal.
-
#status_equal ⇒ Object
Returns the value of attribute status_equal.
-
#status_in ⇒ Object
Returns the value of attribute status_in.
-
#status_not_in ⇒ Object
Returns the value of attribute status_not_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.
-
#urgency_greater_than_or_equal ⇒ Object
Returns the value of attribute urgency_greater_than_or_equal.
-
#urgency_less_than_or_equal ⇒ Object
Returns the value of attribute urgency_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
#batch_version_equal ⇒ Object
Returns the value of attribute batch_version_equal.
10388 10389 10390 |
# File 'lib/kaltura_types.rb', line 10388 def batch_version_equal @batch_version_equal end |
#batch_version_greater_than_or_equal ⇒ Object
Returns the value of attribute batch_version_greater_than_or_equal.
10386 10387 10388 |
# File 'lib/kaltura_types.rb', line 10386 def batch_version_greater_than_or_equal @batch_version_greater_than_or_equal end |
#batch_version_less_than_or_equal ⇒ Object
Returns the value of attribute batch_version_less_than_or_equal.
10387 10388 10389 |
# File 'lib/kaltura_types.rb', line 10387 def batch_version_less_than_or_equal @batch_version_less_than_or_equal end |
#created_at_greater_than_or_equal ⇒ Object
Returns the value of attribute created_at_greater_than_or_equal.
10363 10364 10365 |
# File 'lib/kaltura_types.rb', line 10363 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.
10364 10365 10366 |
# File 'lib/kaltura_types.rb', line 10364 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.
10371 10372 10373 |
# File 'lib/kaltura_types.rb', line 10371 def entry_id_equal @entry_id_equal end |
#err_number_equal ⇒ Object
Returns the value of attribute err_number_equal.
10396 10397 10398 |
# File 'lib/kaltura_types.rb', line 10396 def err_number_equal @err_number_equal end |
#err_number_in ⇒ Object
Returns the value of attribute err_number_in.
10397 10398 10399 |
# File 'lib/kaltura_types.rb', line 10397 def err_number_in @err_number_in end |
#err_number_not_in ⇒ Object
Returns the value of attribute err_number_not_in.
10398 10399 10400 |
# File 'lib/kaltura_types.rb', line 10398 def err_number_not_in @err_number_not_in end |
#err_type_equal ⇒ Object
Returns the value of attribute err_type_equal.
10393 10394 10395 |
# File 'lib/kaltura_types.rb', line 10393 def err_type_equal @err_type_equal end |
#err_type_in ⇒ Object
Returns the value of attribute err_type_in.
10394 10395 10396 |
# File 'lib/kaltura_types.rb', line 10394 def err_type_in @err_type_in end |
#err_type_not_in ⇒ Object
Returns the value of attribute err_type_not_in.
10395 10396 10397 |
# File 'lib/kaltura_types.rb', line 10395 def err_type_not_in @err_type_not_in end |
#estimated_effort_greater_than ⇒ Object
Returns the value of attribute estimated_effort_greater_than.
10400 10401 10402 |
# File 'lib/kaltura_types.rb', line 10400 def estimated_effort_greater_than @estimated_effort_greater_than end |
#estimated_effort_less_than ⇒ Object
Returns the value of attribute estimated_effort_less_than.
10399 10400 10401 |
# File 'lib/kaltura_types.rb', line 10399 def estimated_effort_less_than @estimated_effort_less_than end |
#execution_attempts_greater_than_or_equal ⇒ Object
Returns the value of attribute execution_attempts_greater_than_or_equal.
10367 10368 10369 |
# File 'lib/kaltura_types.rb', line 10367 def execution_attempts_greater_than_or_equal @execution_attempts_greater_than_or_equal end |
#execution_attempts_less_than_or_equal ⇒ Object
Returns the value of attribute execution_attempts_less_than_or_equal.
10368 10369 10370 |
# File 'lib/kaltura_types.rb', line 10368 def execution_attempts_less_than_or_equal @execution_attempts_less_than_or_equal end |
#finish_time_greater_than_or_equal ⇒ Object
Returns the value of attribute finish_time_greater_than_or_equal.
10391 10392 10393 |
# File 'lib/kaltura_types.rb', line 10391 def finish_time_greater_than_or_equal @finish_time_greater_than_or_equal end |
#finish_time_less_than_or_equal ⇒ Object
Returns the value of attribute finish_time_less_than_or_equal.
10392 10393 10394 |
# File 'lib/kaltura_types.rb', line 10392 def finish_time_less_than_or_equal @finish_time_less_than_or_equal end |
#id_equal ⇒ Object
Returns the value of attribute id_equal.
10358 10359 10360 |
# File 'lib/kaltura_types.rb', line 10358 def id_equal @id_equal end |
#id_greater_than_or_equal ⇒ Object
Returns the value of attribute id_greater_than_or_equal.
10359 10360 10361 |
# File 'lib/kaltura_types.rb', line 10359 def id_greater_than_or_equal @id_greater_than_or_equal end |
#job_sub_type_equal ⇒ Object
Returns the value of attribute job_sub_type_equal.
10375 10376 10377 |
# File 'lib/kaltura_types.rb', line 10375 def job_sub_type_equal @job_sub_type_equal end |
#job_sub_type_in ⇒ Object
Returns the value of attribute job_sub_type_in.
10376 10377 10378 |
# File 'lib/kaltura_types.rb', line 10376 def job_sub_type_in @job_sub_type_in end |
#job_sub_type_not_in ⇒ Object
Returns the value of attribute job_sub_type_not_in.
10377 10378 10379 |
# File 'lib/kaltura_types.rb', line 10377 def job_sub_type_not_in @job_sub_type_not_in end |
#job_type_equal ⇒ Object
Returns the value of attribute job_type_equal.
10372 10373 10374 |
# File 'lib/kaltura_types.rb', line 10372 def job_type_equal @job_type_equal end |
#job_type_in ⇒ Object
Returns the value of attribute job_type_in.
10373 10374 10375 |
# File 'lib/kaltura_types.rb', line 10373 def job_type_in @job_type_in end |
#job_type_not_in ⇒ Object
Returns the value of attribute job_type_not_in.
10374 10375 10376 |
# File 'lib/kaltura_types.rb', line 10374 def job_type_not_in @job_type_not_in end |
#lock_version_greater_than_or_equal ⇒ Object
Returns the value of attribute lock_version_greater_than_or_equal.
10369 10370 10371 |
# File 'lib/kaltura_types.rb', line 10369 def lock_version_greater_than_or_equal @lock_version_greater_than_or_equal end |
#lock_version_less_than_or_equal ⇒ Object
Returns the value of attribute lock_version_less_than_or_equal.
10370 10371 10372 |
# File 'lib/kaltura_types.rb', line 10370 def lock_version_less_than_or_equal @lock_version_less_than_or_equal end |
#partner_id_equal ⇒ Object
Returns the value of attribute partner_id_equal.
10360 10361 10362 |
# File 'lib/kaltura_types.rb', line 10360 def partner_id_equal @partner_id_equal end |
#partner_id_in ⇒ Object
Returns the value of attribute partner_id_in.
10361 10362 10363 |
# File 'lib/kaltura_types.rb', line 10361 def partner_id_in @partner_id_in end |
#partner_id_not_in ⇒ Object
Returns the value of attribute partner_id_not_in.
10362 10363 10364 |
# File 'lib/kaltura_types.rb', line 10362 def partner_id_not_in @partner_id_not_in end |
#priority_equal ⇒ Object
Returns the value of attribute priority_equal.
10383 10384 10385 |
# File 'lib/kaltura_types.rb', line 10383 def priority_equal @priority_equal end |
#priority_greater_than_or_equal ⇒ Object
Returns the value of attribute priority_greater_than_or_equal.
10381 10382 10383 |
# File 'lib/kaltura_types.rb', line 10381 def priority_greater_than_or_equal @priority_greater_than_or_equal end |
#priority_in ⇒ Object
Returns the value of attribute priority_in.
10384 10385 10386 |
# File 'lib/kaltura_types.rb', line 10384 def priority_in @priority_in end |
#priority_less_than_or_equal ⇒ Object
Returns the value of attribute priority_less_than_or_equal.
10382 10383 10384 |
# File 'lib/kaltura_types.rb', line 10382 def priority_less_than_or_equal @priority_less_than_or_equal end |
#priority_not_in ⇒ Object
Returns the value of attribute priority_not_in.
10385 10386 10387 |
# File 'lib/kaltura_types.rb', line 10385 def priority_not_in @priority_not_in end |
#queue_time_greater_than_or_equal ⇒ Object
Returns the value of attribute queue_time_greater_than_or_equal.
10389 10390 10391 |
# File 'lib/kaltura_types.rb', line 10389 def queue_time_greater_than_or_equal @queue_time_greater_than_or_equal end |
#queue_time_less_than_or_equal ⇒ Object
Returns the value of attribute queue_time_less_than_or_equal.
10390 10391 10392 |
# File 'lib/kaltura_types.rb', line 10390 def queue_time_less_than_or_equal @queue_time_less_than_or_equal end |
#status_equal ⇒ Object
Returns the value of attribute status_equal.
10378 10379 10380 |
# File 'lib/kaltura_types.rb', line 10378 def status_equal @status_equal end |
#status_in ⇒ Object
Returns the value of attribute status_in.
10379 10380 10381 |
# File 'lib/kaltura_types.rb', line 10379 def status_in @status_in end |
#status_not_in ⇒ Object
Returns the value of attribute status_not_in.
10380 10381 10382 |
# File 'lib/kaltura_types.rb', line 10380 def status_not_in @status_not_in end |
#updated_at_greater_than_or_equal ⇒ Object
Returns the value of attribute updated_at_greater_than_or_equal.
10365 10366 10367 |
# File 'lib/kaltura_types.rb', line 10365 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.
10366 10367 10368 |
# File 'lib/kaltura_types.rb', line 10366 def updated_at_less_than_or_equal @updated_at_less_than_or_equal end |
#urgency_greater_than_or_equal ⇒ Object
Returns the value of attribute urgency_greater_than_or_equal.
10402 10403 10404 |
# File 'lib/kaltura_types.rb', line 10402 def urgency_greater_than_or_equal @urgency_greater_than_or_equal end |
#urgency_less_than_or_equal ⇒ Object
Returns the value of attribute urgency_less_than_or_equal.
10401 10402 10403 |
# File 'lib/kaltura_types.rb', line 10401 def urgency_less_than_or_equal @urgency_less_than_or_equal end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
10492 10493 10494 10495 10496 10497 10498 10499 10500 10501 10502 10503 10504 10505 10506 10507 10508 10509 10510 10511 10512 10513 10514 10515 10516 10517 10518 10519 10520 10521 10522 10523 10524 10525 10526 10527 10528 10529 10530 10531 10532 10533 10534 10535 10536 10537 10538 10539 10540 10541 10542 10543 10544 10545 10546 10547 10548 10549 10550 10551 10552 10553 10554 10555 10556 10557 10558 10559 10560 10561 10562 10563 10564 10565 10566 10567 10568 10569 10570 10571 10572 10573 10574 10575 10576 10577 10578 10579 10580 10581 10582 10583 10584 10585 10586 10587 10588 10589 10590 10591 10592 10593 10594 10595 10596 10597 10598 10599 10600 10601 10602 10603 10604 10605 10606 10607 10608 10609 10610 10611 10612 10613 10614 10615 10616 10617 10618 10619 10620 10621 10622 10623 10624 10625 10626 10627 10628 10629 |
# File 'lib/kaltura_types.rb', line 10492 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['idGreaterThanOrEqual'] != nil self.id_greater_than_or_equal = xml_element.elements['idGreaterThanOrEqual'].text end if xml_element.elements['partnerIdEqual'] != nil self.partner_id_equal = xml_element.elements['partnerIdEqual'].text end if xml_element.elements['partnerIdIn'] != nil self.partner_id_in = xml_element.elements['partnerIdIn'].text end if xml_element.elements['partnerIdNotIn'] != nil self.partner_id_not_in = xml_element.elements['partnerIdNotIn'].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['executionAttemptsGreaterThanOrEqual'] != nil self.execution_attempts_greater_than_or_equal = xml_element.elements['executionAttemptsGreaterThanOrEqual'].text end if xml_element.elements['executionAttemptsLessThanOrEqual'] != nil self.execution_attempts_less_than_or_equal = xml_element.elements['executionAttemptsLessThanOrEqual'].text end if xml_element.elements['lockVersionGreaterThanOrEqual'] != nil self.lock_version_greater_than_or_equal = xml_element.elements['lockVersionGreaterThanOrEqual'].text end if xml_element.elements['lockVersionLessThanOrEqual'] != nil self.lock_version_less_than_or_equal = xml_element.elements['lockVersionLessThanOrEqual'].text end if xml_element.elements['entryIdEqual'] != nil self.entry_id_equal = xml_element.elements['entryIdEqual'].text end if xml_element.elements['jobTypeEqual'] != nil self.job_type_equal = xml_element.elements['jobTypeEqual'].text end if xml_element.elements['jobTypeIn'] != nil self.job_type_in = xml_element.elements['jobTypeIn'].text end if xml_element.elements['jobTypeNotIn'] != nil self.job_type_not_in = xml_element.elements['jobTypeNotIn'].text end if xml_element.elements['jobSubTypeEqual'] != nil self.job_sub_type_equal = xml_element.elements['jobSubTypeEqual'].text end if xml_element.elements['jobSubTypeIn'] != nil self.job_sub_type_in = xml_element.elements['jobSubTypeIn'].text end if xml_element.elements['jobSubTypeNotIn'] != nil self.job_sub_type_not_in = xml_element.elements['jobSubTypeNotIn'].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['statusNotIn'] != nil self.status_not_in = xml_element.elements['statusNotIn'].text end if xml_element.elements['priorityGreaterThanOrEqual'] != nil self.priority_greater_than_or_equal = xml_element.elements['priorityGreaterThanOrEqual'].text end if xml_element.elements['priorityLessThanOrEqual'] != nil self.priority_less_than_or_equal = xml_element.elements['priorityLessThanOrEqual'].text end if xml_element.elements['priorityEqual'] != nil self.priority_equal = xml_element.elements['priorityEqual'].text end if xml_element.elements['priorityIn'] != nil self.priority_in = xml_element.elements['priorityIn'].text end if xml_element.elements['priorityNotIn'] != nil self.priority_not_in = xml_element.elements['priorityNotIn'].text end if xml_element.elements['batchVersionGreaterThanOrEqual'] != nil self.batch_version_greater_than_or_equal = xml_element.elements['batchVersionGreaterThanOrEqual'].text end if xml_element.elements['batchVersionLessThanOrEqual'] != nil self.batch_version_less_than_or_equal = xml_element.elements['batchVersionLessThanOrEqual'].text end if xml_element.elements['batchVersionEqual'] != nil self.batch_version_equal = xml_element.elements['batchVersionEqual'].text end if xml_element.elements['queueTimeGreaterThanOrEqual'] != nil self.queue_time_greater_than_or_equal = xml_element.elements['queueTimeGreaterThanOrEqual'].text end if xml_element.elements['queueTimeLessThanOrEqual'] != nil self.queue_time_less_than_or_equal = xml_element.elements['queueTimeLessThanOrEqual'].text end if xml_element.elements['finishTimeGreaterThanOrEqual'] != nil self.finish_time_greater_than_or_equal = xml_element.elements['finishTimeGreaterThanOrEqual'].text end if xml_element.elements['finishTimeLessThanOrEqual'] != nil self.finish_time_less_than_or_equal = xml_element.elements['finishTimeLessThanOrEqual'].text end if xml_element.elements['errTypeEqual'] != nil self.err_type_equal = xml_element.elements['errTypeEqual'].text end if xml_element.elements['errTypeIn'] != nil self.err_type_in = xml_element.elements['errTypeIn'].text end if xml_element.elements['errTypeNotIn'] != nil self.err_type_not_in = xml_element.elements['errTypeNotIn'].text end if xml_element.elements['errNumberEqual'] != nil self.err_number_equal = xml_element.elements['errNumberEqual'].text end if xml_element.elements['errNumberIn'] != nil self.err_number_in = xml_element.elements['errNumberIn'].text end if xml_element.elements['errNumberNotIn'] != nil self.err_number_not_in = xml_element.elements['errNumberNotIn'].text end if xml_element.elements['estimatedEffortLessThan'] != nil self.estimated_effort_less_than = xml_element.elements['estimatedEffortLessThan'].text end if xml_element.elements['estimatedEffortGreaterThan'] != nil self.estimated_effort_greater_than = xml_element.elements['estimatedEffortGreaterThan'].text end if xml_element.elements['urgencyLessThanOrEqual'] != nil self.urgency_less_than_or_equal = xml_element.elements['urgencyLessThanOrEqual'].text end if xml_element.elements['urgencyGreaterThanOrEqual'] != nil self.urgency_greater_than_or_equal = xml_element.elements['urgencyGreaterThanOrEqual'].text end end |