Class: Kaltura::Filter::BatchJobFilter

Inherits:
BaseJobFilter show all
Defined in:
lib/kaltura/filter/batch_job_filter.rb

Direct Known Subclasses

BatchJobFilterExt

Instance Attribute Summary collapse

Attributes inherited from BaseJobFilter

#created_at_greater_than_or_equal, #created_at_less_than_or_equal, #id_equal, #id_greater_than_or_equal, #partner_id_equal, #partner_id_in

Attributes inherited from BaseFilter

#order_by

Attributes inherited from ObjectBase

#object_type

Method Summary

Methods inherited from ObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#entry_id_equalObject

Returns the value of attribute entry_id_equal.



4
5
6
# File 'lib/kaltura/filter/batch_job_filter.rb', line 4

def entry_id_equal
  @entry_id_equal
end

#err_type_inObject

Returns the value of attribute err_type_in.



18
19
20
# File 'lib/kaltura/filter/batch_job_filter.rb', line 18

def err_type_in
  @err_type_in
end

#file_size_greater_thanObject

Returns the value of attribute file_size_greater_than.



20
21
22
# File 'lib/kaltura/filter/batch_job_filter.rb', line 20

def file_size_greater_than
  @file_size_greater_than
end

#file_size_less_thanObject

Returns the value of attribute file_size_less_than.



19
20
21
# File 'lib/kaltura/filter/batch_job_filter.rb', line 19

def file_size_less_than
  @file_size_less_than
end

#finish_time_greater_than_or_equalObject

Returns the value of attribute finish_time_greater_than_or_equal.



16
17
18
# File 'lib/kaltura/filter/batch_job_filter.rb', line 16

def finish_time_greater_than_or_equal
  @finish_time_greater_than_or_equal
end

#finish_time_less_than_or_equalObject

Returns the value of attribute finish_time_less_than_or_equal.



17
18
19
# File 'lib/kaltura/filter/batch_job_filter.rb', line 17

def finish_time_less_than_or_equal
  @finish_time_less_than_or_equal
end

#job_sub_type_equalObject

Returns the value of attribute job_sub_type_equal.



8
9
10
# File 'lib/kaltura/filter/batch_job_filter.rb', line 8

def job_sub_type_equal
  @job_sub_type_equal
end

#job_sub_type_inObject

Returns the value of attribute job_sub_type_in.



9
10
11
# File 'lib/kaltura/filter/batch_job_filter.rb', line 9

def job_sub_type_in
  @job_sub_type_in
end

#job_type_equalObject

Returns the value of attribute job_type_equal.



5
6
7
# File 'lib/kaltura/filter/batch_job_filter.rb', line 5

def job_type_equal
  @job_type_equal
end

#job_type_inObject

Returns the value of attribute job_type_in.



6
7
8
# File 'lib/kaltura/filter/batch_job_filter.rb', line 6

def job_type_in
  @job_type_in
end

#job_type_not_inObject

Returns the value of attribute job_type_not_in.



7
8
9
# File 'lib/kaltura/filter/batch_job_filter.rb', line 7

def job_type_not_in
  @job_type_not_in
end

#on_stress_divert_to_inObject

Returns the value of attribute on_stress_divert_to_in.



10
11
12
# File 'lib/kaltura/filter/batch_job_filter.rb', line 10

def on_stress_divert_to_in
  @on_stress_divert_to_in
end

#queue_time_greater_than_or_equalObject

Returns the value of attribute queue_time_greater_than_or_equal.



14
15
16
# File 'lib/kaltura/filter/batch_job_filter.rb', line 14

def queue_time_greater_than_or_equal
  @queue_time_greater_than_or_equal
end

#queue_time_less_than_or_equalObject

Returns the value of attribute queue_time_less_than_or_equal.



15
16
17
# File 'lib/kaltura/filter/batch_job_filter.rb', line 15

def queue_time_less_than_or_equal
  @queue_time_less_than_or_equal
end

#status_equalObject

Returns the value of attribute status_equal.



11
12
13
# File 'lib/kaltura/filter/batch_job_filter.rb', line 11

def status_equal
  @status_equal
end

#status_inObject

Returns the value of attribute status_in.



12
13
14
# File 'lib/kaltura/filter/batch_job_filter.rb', line 12

def status_in
  @status_in
end

#work_group_id_inObject

Returns the value of attribute work_group_id_in.



13
14
15
# File 'lib/kaltura/filter/batch_job_filter.rb', line 13

def work_group_id_in
  @work_group_id_in
end