Class: Kaltura::KalturaServerNodeBaseFilter
- Inherits:
-
KalturaFilter
- Object
- KalturaObjectBase
- KalturaFilter
- Kaltura::KalturaServerNodeBaseFilter
- Defined in:
- lib/kaltura_types.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#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.
-
#dc_equal ⇒ Object
Returns the value of attribute dc_equal.
-
#dc_in ⇒ Object
Returns the value of attribute dc_in.
-
#environment_equal ⇒ Object
Returns the value of attribute environment_equal.
-
#environment_in ⇒ Object
Returns the value of attribute environment_in.
-
#heartbeat_time_greater_than_or_equal ⇒ Object
Returns the value of attribute heartbeat_time_greater_than_or_equal.
-
#heartbeat_time_less_than_or_equal ⇒ Object
Returns the value of attribute heartbeat_time_less_than_or_equal.
-
#host_name_like ⇒ Object
Returns the value of attribute host_name_like.
-
#host_name_multi_like_and ⇒ Object
Returns the value of attribute host_name_multi_like_and.
-
#host_name_multi_like_or ⇒ Object
Returns the value of attribute host_name_multi_like_or.
-
#id_equal ⇒ Object
Returns the value of attribute id_equal.
-
#id_in ⇒ Object
Returns the value of attribute id_in.
-
#name_equal ⇒ Object
Returns the value of attribute name_equal.
-
#name_in ⇒ Object
Returns the value of attribute name_in.
-
#parent_id_like ⇒ Object
Returns the value of attribute parent_id_like.
-
#parent_id_multi_like_and ⇒ Object
Returns the value of attribute parent_id_multi_like_and.
-
#parent_id_multi_like_or ⇒ Object
Returns the value of attribute parent_id_multi_like_or.
-
#status_equal ⇒ Object
Returns the value of attribute status_equal.
-
#status_in ⇒ Object
Returns the value of attribute status_in.
-
#system_name_equal ⇒ Object
Returns the value of attribute system_name_equal.
-
#system_name_in ⇒ Object
Returns the value of attribute system_name_in.
-
#tags_like ⇒ Object
Returns the value of attribute tags_like.
-
#tags_multi_like_and ⇒ Object
Returns the value of attribute tags_multi_like_and.
-
#tags_multi_like_or ⇒ Object
Returns the value of attribute tags_multi_like_or.
-
#type_equal ⇒ Object
Returns the value of attribute type_equal.
-
#type_in ⇒ Object
Returns the value of attribute type_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.
Attributes inherited from KalturaFilter
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#created_at_greater_than_or_equal ⇒ Object
Returns the value of attribute created_at_greater_than_or_equal.
15049 15050 15051 |
# File 'lib/kaltura_types.rb', line 15049 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.
15050 15051 15052 |
# File 'lib/kaltura_types.rb', line 15050 def created_at_less_than_or_equal @created_at_less_than_or_equal end |
#dc_equal ⇒ Object
Returns the value of attribute dc_equal.
15069 15070 15071 |
# File 'lib/kaltura_types.rb', line 15069 def dc_equal @dc_equal end |
#dc_in ⇒ Object
Returns the value of attribute dc_in.
15070 15071 15072 |
# File 'lib/kaltura_types.rb', line 15070 def dc_in @dc_in end |
#environment_equal ⇒ Object
Returns the value of attribute environment_equal.
15074 15075 15076 |
# File 'lib/kaltura_types.rb', line 15074 def environment_equal @environment_equal end |
#environment_in ⇒ Object
Returns the value of attribute environment_in.
15075 15076 15077 |
# File 'lib/kaltura_types.rb', line 15075 def environment_in @environment_in end |
#heartbeat_time_greater_than_or_equal ⇒ Object
Returns the value of attribute heartbeat_time_greater_than_or_equal.
15053 15054 15055 |
# File 'lib/kaltura_types.rb', line 15053 def heartbeat_time_greater_than_or_equal @heartbeat_time_greater_than_or_equal end |
#heartbeat_time_less_than_or_equal ⇒ Object
Returns the value of attribute heartbeat_time_less_than_or_equal.
15054 15055 15056 |
# File 'lib/kaltura_types.rb', line 15054 def heartbeat_time_less_than_or_equal @heartbeat_time_less_than_or_equal end |
#host_name_like ⇒ Object
Returns the value of attribute host_name_like.
15059 15060 15061 |
# File 'lib/kaltura_types.rb', line 15059 def host_name_like @host_name_like end |
#host_name_multi_like_and ⇒ Object
Returns the value of attribute host_name_multi_like_and.
15061 15062 15063 |
# File 'lib/kaltura_types.rb', line 15061 def host_name_multi_like_and @host_name_multi_like_and end |
#host_name_multi_like_or ⇒ Object
Returns the value of attribute host_name_multi_like_or.
15060 15061 15062 |
# File 'lib/kaltura_types.rb', line 15060 def host_name_multi_like_or @host_name_multi_like_or end |
#id_equal ⇒ Object
Returns the value of attribute id_equal.
15047 15048 15049 |
# File 'lib/kaltura_types.rb', line 15047 def id_equal @id_equal end |
#id_in ⇒ Object
Returns the value of attribute id_in.
15048 15049 15050 |
# File 'lib/kaltura_types.rb', line 15048 def id_in @id_in end |
#name_equal ⇒ Object
Returns the value of attribute name_equal.
15055 15056 15057 |
# File 'lib/kaltura_types.rb', line 15055 def name_equal @name_equal end |
#name_in ⇒ Object
Returns the value of attribute name_in.
15056 15057 15058 |
# File 'lib/kaltura_types.rb', line 15056 def name_in @name_in end |
#parent_id_like ⇒ Object
Returns the value of attribute parent_id_like.
15071 15072 15073 |
# File 'lib/kaltura_types.rb', line 15071 def parent_id_like @parent_id_like end |
#parent_id_multi_like_and ⇒ Object
Returns the value of attribute parent_id_multi_like_and.
15073 15074 15075 |
# File 'lib/kaltura_types.rb', line 15073 def parent_id_multi_like_and @parent_id_multi_like_and end |
#parent_id_multi_like_or ⇒ Object
Returns the value of attribute parent_id_multi_like_or.
15072 15073 15074 |
# File 'lib/kaltura_types.rb', line 15072 def parent_id_multi_like_or @parent_id_multi_like_or end |
#status_equal ⇒ Object
Returns the value of attribute status_equal.
15062 15063 15064 |
# File 'lib/kaltura_types.rb', line 15062 def status_equal @status_equal end |
#status_in ⇒ Object
Returns the value of attribute status_in.
15063 15064 15065 |
# File 'lib/kaltura_types.rb', line 15063 def status_in @status_in end |
#system_name_equal ⇒ Object
Returns the value of attribute system_name_equal.
15057 15058 15059 |
# File 'lib/kaltura_types.rb', line 15057 def system_name_equal @system_name_equal end |
#system_name_in ⇒ Object
Returns the value of attribute system_name_in.
15058 15059 15060 |
# File 'lib/kaltura_types.rb', line 15058 def system_name_in @system_name_in end |
#tags_like ⇒ Object
Returns the value of attribute tags_like.
15066 15067 15068 |
# File 'lib/kaltura_types.rb', line 15066 def end |
#tags_multi_like_and ⇒ Object
Returns the value of attribute tags_multi_like_and.
15068 15069 15070 |
# File 'lib/kaltura_types.rb', line 15068 def end |
#tags_multi_like_or ⇒ Object
Returns the value of attribute tags_multi_like_or.
15067 15068 15069 |
# File 'lib/kaltura_types.rb', line 15067 def end |
#type_equal ⇒ Object
Returns the value of attribute type_equal.
15064 15065 15066 |
# File 'lib/kaltura_types.rb', line 15064 def type_equal @type_equal end |
#type_in ⇒ Object
Returns the value of attribute type_in.
15065 15066 15067 |
# File 'lib/kaltura_types.rb', line 15065 def type_in @type_in end |
#updated_at_greater_than_or_equal ⇒ Object
Returns the value of attribute updated_at_greater_than_or_equal.
15051 15052 15053 |
# File 'lib/kaltura_types.rb', line 15051 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.
15052 15053 15054 |
# File 'lib/kaltura_types.rb', line 15052 def updated_at_less_than_or_equal @updated_at_less_than_or_equal end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
15105 15106 15107 15108 15109 15110 15111 15112 15113 15114 15115 15116 15117 15118 15119 15120 15121 15122 15123 15124 15125 15126 15127 15128 15129 15130 15131 15132 15133 15134 15135 15136 15137 15138 15139 15140 15141 15142 15143 15144 15145 15146 15147 15148 15149 15150 15151 15152 15153 15154 15155 15156 15157 15158 15159 15160 15161 15162 15163 15164 15165 15166 15167 15168 15169 15170 15171 15172 15173 15174 15175 15176 15177 15178 15179 15180 15181 15182 15183 15184 15185 15186 15187 15188 15189 15190 15191 15192 15193 15194 |
# File 'lib/kaltura_types.rb', line 15105 def from_xml(xml_element) super if xml_element.elements['idEqual'] != nil self.id_equal = xml_element.elements['idEqual'].text end if xml_element.elements['idIn'] != nil self.id_in = xml_element.elements['idIn'].text end if xml_element.elements['createdAtGreaterThanOrEqual'] != nil self.created_at_greater_than_or_equal = xml_element.elements['createdAtGreaterThanOrEqual'].text end if xml_element.elements['createdAtLessThanOrEqual'] != nil self.created_at_less_than_or_equal = xml_element.elements['createdAtLessThanOrEqual'].text end if xml_element.elements['updatedAtGreaterThanOrEqual'] != nil self.updated_at_greater_than_or_equal = xml_element.elements['updatedAtGreaterThanOrEqual'].text end if xml_element.elements['updatedAtLessThanOrEqual'] != nil self.updated_at_less_than_or_equal = xml_element.elements['updatedAtLessThanOrEqual'].text end if xml_element.elements['heartbeatTimeGreaterThanOrEqual'] != nil self.heartbeat_time_greater_than_or_equal = xml_element.elements['heartbeatTimeGreaterThanOrEqual'].text end if xml_element.elements['heartbeatTimeLessThanOrEqual'] != nil self.heartbeat_time_less_than_or_equal = xml_element.elements['heartbeatTimeLessThanOrEqual'].text end if xml_element.elements['nameEqual'] != nil self.name_equal = xml_element.elements['nameEqual'].text end if xml_element.elements['nameIn'] != nil self.name_in = xml_element.elements['nameIn'].text end if xml_element.elements['systemNameEqual'] != nil self.system_name_equal = xml_element.elements['systemNameEqual'].text end if xml_element.elements['systemNameIn'] != nil self.system_name_in = xml_element.elements['systemNameIn'].text end if xml_element.elements['hostNameLike'] != nil self.host_name_like = xml_element.elements['hostNameLike'].text end if xml_element.elements['hostNameMultiLikeOr'] != nil self.host_name_multi_like_or = xml_element.elements['hostNameMultiLikeOr'].text end if xml_element.elements['hostNameMultiLikeAnd'] != nil self.host_name_multi_like_and = xml_element.elements['hostNameMultiLikeAnd'].text end if xml_element.elements['statusEqual'] != nil self.status_equal = xml_element.elements['statusEqual'].text end if xml_element.elements['statusIn'] != nil self.status_in = xml_element.elements['statusIn'].text end if xml_element.elements['typeEqual'] != nil self.type_equal = xml_element.elements['typeEqual'].text end if xml_element.elements['typeIn'] != nil self.type_in = xml_element.elements['typeIn'].text end if xml_element.elements['tagsLike'] != nil self. = xml_element.elements['tagsLike'].text end if xml_element.elements['tagsMultiLikeOr'] != nil self. = xml_element.elements['tagsMultiLikeOr'].text end if xml_element.elements['tagsMultiLikeAnd'] != nil self. = xml_element.elements['tagsMultiLikeAnd'].text end if xml_element.elements['dcEqual'] != nil self.dc_equal = xml_element.elements['dcEqual'].text end if xml_element.elements['dcIn'] != nil self.dc_in = xml_element.elements['dcIn'].text end if xml_element.elements['parentIdLike'] != nil self.parent_id_like = xml_element.elements['parentIdLike'].text end if xml_element.elements['parentIdMultiLikeOr'] != nil self.parent_id_multi_like_or = xml_element.elements['parentIdMultiLikeOr'].text end if xml_element.elements['parentIdMultiLikeAnd'] != nil self.parent_id_multi_like_and = xml_element.elements['parentIdMultiLikeAnd'].text end if xml_element.elements['environmentEqual'] != nil self.environment_equal = xml_element.elements['environmentEqual'].text end if xml_element.elements['environmentIn'] != nil self.environment_in = xml_element.elements['environmentIn'].text end end |