Class: Kaltura::KalturaBatchJobFilter

Inherits:
KalturaBaseJobFilter show all
Defined in:
lib/kaltura_client.rb

Direct Known Subclasses

KalturaBatchJobFilterExt

Instance Attribute Summary collapse

Attributes inherited from KalturaBaseJobFilter

#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 KalturaFilter

#order_by

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#entry_id_equalObject

Returns the value of attribute entry_id_equal.



3148
3149
3150
# File 'lib/kaltura_client.rb', line 3148

def entry_id_equal
  @entry_id_equal
end

#err_type_inObject

Returns the value of attribute err_type_in.



3162
3163
3164
# File 'lib/kaltura_client.rb', line 3162

def err_type_in
  @err_type_in
end

#file_size_greater_thanObject

Returns the value of attribute file_size_greater_than.



3164
3165
3166
# File 'lib/kaltura_client.rb', line 3164

def file_size_greater_than
  @file_size_greater_than
end

#file_size_less_thanObject

Returns the value of attribute file_size_less_than.



3163
3164
3165
# File 'lib/kaltura_client.rb', line 3163

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.



3160
3161
3162
# File 'lib/kaltura_client.rb', line 3160

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.



3161
3162
3163
# File 'lib/kaltura_client.rb', line 3161

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.



3152
3153
3154
# File 'lib/kaltura_client.rb', line 3152

def job_sub_type_equal
  @job_sub_type_equal
end

#job_sub_type_inObject

Returns the value of attribute job_sub_type_in.



3153
3154
3155
# File 'lib/kaltura_client.rb', line 3153

def job_sub_type_in
  @job_sub_type_in
end

#job_type_equalObject

Returns the value of attribute job_type_equal.



3149
3150
3151
# File 'lib/kaltura_client.rb', line 3149

def job_type_equal
  @job_type_equal
end

#job_type_inObject

Returns the value of attribute job_type_in.



3150
3151
3152
# File 'lib/kaltura_client.rb', line 3150

def job_type_in
  @job_type_in
end

#job_type_not_inObject

Returns the value of attribute job_type_not_in.



3151
3152
3153
# File 'lib/kaltura_client.rb', line 3151

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.



3154
3155
3156
# File 'lib/kaltura_client.rb', line 3154

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.



3158
3159
3160
# File 'lib/kaltura_client.rb', line 3158

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.



3159
3160
3161
# File 'lib/kaltura_client.rb', line 3159

def queue_time_less_than_or_equal
  @queue_time_less_than_or_equal
end

#status_equalObject

Returns the value of attribute status_equal.



3155
3156
3157
# File 'lib/kaltura_client.rb', line 3155

def status_equal
  @status_equal
end

#status_inObject

Returns the value of attribute status_in.



3156
3157
3158
# File 'lib/kaltura_client.rb', line 3156

def status_in
  @status_in
end

#work_group_id_inObject

Returns the value of attribute work_group_id_in.



3157
3158
3159
# File 'lib/kaltura_client.rb', line 3157

def work_group_id_in
  @work_group_id_in
end