Class: Kaltura::KalturaBatchJobBaseFilter
- Inherits:
-
KalturaFilter
- Object
- KalturaObjectBase
- KalturaFilter
- Kaltura::KalturaBatchJobBaseFilter
- Defined in:
- lib/kaltura_client.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
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#batch_version_equal ⇒ Object
Returns the value of attribute batch_version_equal.
6371 6372 6373 |
# File 'lib/kaltura_client.rb', line 6371 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.
6369 6370 6371 |
# File 'lib/kaltura_client.rb', line 6369 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.
6370 6371 6372 |
# File 'lib/kaltura_client.rb', line 6370 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.
6346 6347 6348 |
# File 'lib/kaltura_client.rb', line 6346 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.
6347 6348 6349 |
# File 'lib/kaltura_client.rb', line 6347 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.
6354 6355 6356 |
# File 'lib/kaltura_client.rb', line 6354 def entry_id_equal @entry_id_equal end |
#err_number_equal ⇒ Object
Returns the value of attribute err_number_equal.
6379 6380 6381 |
# File 'lib/kaltura_client.rb', line 6379 def err_number_equal @err_number_equal end |
#err_number_in ⇒ Object
Returns the value of attribute err_number_in.
6380 6381 6382 |
# File 'lib/kaltura_client.rb', line 6380 def err_number_in @err_number_in end |
#err_number_not_in ⇒ Object
Returns the value of attribute err_number_not_in.
6381 6382 6383 |
# File 'lib/kaltura_client.rb', line 6381 def err_number_not_in @err_number_not_in end |
#err_type_equal ⇒ Object
Returns the value of attribute err_type_equal.
6376 6377 6378 |
# File 'lib/kaltura_client.rb', line 6376 def err_type_equal @err_type_equal end |
#err_type_in ⇒ Object
Returns the value of attribute err_type_in.
6377 6378 6379 |
# File 'lib/kaltura_client.rb', line 6377 def err_type_in @err_type_in end |
#err_type_not_in ⇒ Object
Returns the value of attribute err_type_not_in.
6378 6379 6380 |
# File 'lib/kaltura_client.rb', line 6378 def err_type_not_in @err_type_not_in end |
#estimated_effort_greater_than ⇒ Object
Returns the value of attribute estimated_effort_greater_than.
6383 6384 6385 |
# File 'lib/kaltura_client.rb', line 6383 def estimated_effort_greater_than @estimated_effort_greater_than end |
#estimated_effort_less_than ⇒ Object
Returns the value of attribute estimated_effort_less_than.
6382 6383 6384 |
# File 'lib/kaltura_client.rb', line 6382 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.
6350 6351 6352 |
# File 'lib/kaltura_client.rb', line 6350 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.
6351 6352 6353 |
# File 'lib/kaltura_client.rb', line 6351 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.
6374 6375 6376 |
# File 'lib/kaltura_client.rb', line 6374 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.
6375 6376 6377 |
# File 'lib/kaltura_client.rb', line 6375 def finish_time_less_than_or_equal @finish_time_less_than_or_equal end |
#id_equal ⇒ Object
Returns the value of attribute id_equal.
6341 6342 6343 |
# File 'lib/kaltura_client.rb', line 6341 def id_equal @id_equal end |
#id_greater_than_or_equal ⇒ Object
Returns the value of attribute id_greater_than_or_equal.
6342 6343 6344 |
# File 'lib/kaltura_client.rb', line 6342 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.
6358 6359 6360 |
# File 'lib/kaltura_client.rb', line 6358 def job_sub_type_equal @job_sub_type_equal end |
#job_sub_type_in ⇒ Object
Returns the value of attribute job_sub_type_in.
6359 6360 6361 |
# File 'lib/kaltura_client.rb', line 6359 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.
6360 6361 6362 |
# File 'lib/kaltura_client.rb', line 6360 def job_sub_type_not_in @job_sub_type_not_in end |
#job_type_equal ⇒ Object
Returns the value of attribute job_type_equal.
6355 6356 6357 |
# File 'lib/kaltura_client.rb', line 6355 def job_type_equal @job_type_equal end |
#job_type_in ⇒ Object
Returns the value of attribute job_type_in.
6356 6357 6358 |
# File 'lib/kaltura_client.rb', line 6356 def job_type_in @job_type_in end |
#job_type_not_in ⇒ Object
Returns the value of attribute job_type_not_in.
6357 6358 6359 |
# File 'lib/kaltura_client.rb', line 6357 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.
6352 6353 6354 |
# File 'lib/kaltura_client.rb', line 6352 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.
6353 6354 6355 |
# File 'lib/kaltura_client.rb', line 6353 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.
6343 6344 6345 |
# File 'lib/kaltura_client.rb', line 6343 def partner_id_equal @partner_id_equal end |
#partner_id_in ⇒ Object
Returns the value of attribute partner_id_in.
6344 6345 6346 |
# File 'lib/kaltura_client.rb', line 6344 def partner_id_in @partner_id_in end |
#partner_id_not_in ⇒ Object
Returns the value of attribute partner_id_not_in.
6345 6346 6347 |
# File 'lib/kaltura_client.rb', line 6345 def partner_id_not_in @partner_id_not_in end |
#priority_equal ⇒ Object
Returns the value of attribute priority_equal.
6366 6367 6368 |
# File 'lib/kaltura_client.rb', line 6366 def priority_equal @priority_equal end |
#priority_greater_than_or_equal ⇒ Object
Returns the value of attribute priority_greater_than_or_equal.
6364 6365 6366 |
# File 'lib/kaltura_client.rb', line 6364 def priority_greater_than_or_equal @priority_greater_than_or_equal end |
#priority_in ⇒ Object
Returns the value of attribute priority_in.
6367 6368 6369 |
# File 'lib/kaltura_client.rb', line 6367 def priority_in @priority_in end |
#priority_less_than_or_equal ⇒ Object
Returns the value of attribute priority_less_than_or_equal.
6365 6366 6367 |
# File 'lib/kaltura_client.rb', line 6365 def priority_less_than_or_equal @priority_less_than_or_equal end |
#priority_not_in ⇒ Object
Returns the value of attribute priority_not_in.
6368 6369 6370 |
# File 'lib/kaltura_client.rb', line 6368 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.
6372 6373 6374 |
# File 'lib/kaltura_client.rb', line 6372 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.
6373 6374 6375 |
# File 'lib/kaltura_client.rb', line 6373 def queue_time_less_than_or_equal @queue_time_less_than_or_equal end |
#status_equal ⇒ Object
Returns the value of attribute status_equal.
6361 6362 6363 |
# File 'lib/kaltura_client.rb', line 6361 def status_equal @status_equal end |
#status_in ⇒ Object
Returns the value of attribute status_in.
6362 6363 6364 |
# File 'lib/kaltura_client.rb', line 6362 def status_in @status_in end |
#status_not_in ⇒ Object
Returns the value of attribute status_not_in.
6363 6364 6365 |
# File 'lib/kaltura_client.rb', line 6363 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.
6348 6349 6350 |
# File 'lib/kaltura_client.rb', line 6348 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.
6349 6350 6351 |
# File 'lib/kaltura_client.rb', line 6349 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.
6385 6386 6387 |
# File 'lib/kaltura_client.rb', line 6385 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.
6384 6385 6386 |
# File 'lib/kaltura_client.rb', line 6384 def urgency_less_than_or_equal @urgency_less_than_or_equal end |