Class: Kaltura::KalturaLiveChannelSegmentBaseFilter

Inherits:
KalturaFilter 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.



7579
7580
7581
# File 'lib/kaltura_client.rb', line 7579

def channel_id_equal
  @channel_id_equal
end

#channel_id_inObject

Returns the value of attribute channel_id_in.



7580
7581
7582
# File 'lib/kaltura_client.rb', line 7580

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.



7573
7574
7575
# File 'lib/kaltura_client.rb', line 7573

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.



7574
7575
7576
# File 'lib/kaltura_client.rb', line 7574

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.



7581
7582
7583
# File 'lib/kaltura_client.rb', line 7581

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.



7582
7583
7584
# File 'lib/kaltura_client.rb', line 7582

def start_time_less_than_or_equal
  @start_time_less_than_or_equal
end

#status_equalObject

Returns the value of attribute status_equal.



7577
7578
7579
# File 'lib/kaltura_client.rb', line 7577

def status_equal
  @status_equal
end

#status_inObject

Returns the value of attribute status_in.



7578
7579
7580
# File 'lib/kaltura_client.rb', line 7578

def status_in
  @status_in
end

#updated_at_greater_than_or_equalObject

Returns the value of attribute updated_at_greater_than_or_equal.



7575
7576
7577
# File 'lib/kaltura_client.rb', line 7575

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.



7576
7577
7578
# File 'lib/kaltura_client.rb', line 7576

def updated_at_less_than_or_equal
  @updated_at_less_than_or_equal
end