Class: Kaltura::KalturaLiveChannelSegmentBaseFilter

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

Direct Known Subclasses

KalturaLiveChannelSegmentFilter

Instance Attribute Summary collapse

Attributes inherited from KalturaFilter

#advanced_search, #order_by

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#channel_id_equalObject

Returns the value of attribute channel_id_equal.



9901
9902
9903
# File 'lib/kaltura_client.rb', line 9901

def channel_id_equal
  @channel_id_equal
end

#channel_id_inObject

Returns the value of attribute channel_id_in.



9902
9903
9904
# File 'lib/kaltura_client.rb', line 9902

def channel_id_in
  @channel_id_in
end

#created_at_greater_than_or_equalObject

Returns the value of attribute created_at_greater_than_or_equal.



9895
9896
9897
# File 'lib/kaltura_client.rb', line 9895

def created_at_greater_than_or_equal
  @created_at_greater_than_or_equal
end

#created_at_less_than_or_equalObject

Returns the value of attribute created_at_less_than_or_equal.



9896
9897
9898
# File 'lib/kaltura_client.rb', line 9896

def created_at_less_than_or_equal
  @created_at_less_than_or_equal
end

#start_time_greater_than_or_equalObject

Returns the value of attribute start_time_greater_than_or_equal.



9903
9904
9905
# File 'lib/kaltura_client.rb', line 9903

def start_time_greater_than_or_equal
  @start_time_greater_than_or_equal
end

#start_time_less_than_or_equalObject

Returns the value of attribute start_time_less_than_or_equal.



9904
9905
9906
# File 'lib/kaltura_client.rb', line 9904

def start_time_less_than_or_equal
  @start_time_less_than_or_equal
end

#status_equalObject

Returns the value of attribute status_equal.



9899
9900
9901
# File 'lib/kaltura_client.rb', line 9899

def status_equal
  @status_equal
end

#status_inObject

Returns the value of attribute status_in.



9900
9901
9902
# File 'lib/kaltura_client.rb', line 9900

def status_in
  @status_in
end

#updated_at_greater_than_or_equalObject

Returns the value of attribute updated_at_greater_than_or_equal.



9897
9898
9899
# File 'lib/kaltura_client.rb', line 9897

def updated_at_greater_than_or_equal
  @updated_at_greater_than_or_equal
end

#updated_at_less_than_or_equalObject

Returns the value of attribute updated_at_less_than_or_equal.



9898
9899
9900
# File 'lib/kaltura_client.rb', line 9898

def updated_at_less_than_or_equal
  @updated_at_less_than_or_equal
end