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.
15185 15186 15187 |
# File 'lib/kaltura_types.rb', line 15185 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.
15186 15187 15188 |
# File 'lib/kaltura_types.rb', line 15186 def created_at_less_than_or_equal @created_at_less_than_or_equal end |
#dc_equal ⇒ Object
Returns the value of attribute dc_equal.
15205 15206 15207 |
# File 'lib/kaltura_types.rb', line 15205 def dc_equal @dc_equal end |
#dc_in ⇒ Object
Returns the value of attribute dc_in.
15206 15207 15208 |
# File 'lib/kaltura_types.rb', line 15206 def dc_in @dc_in end |
#environment_equal ⇒ Object
Returns the value of attribute environment_equal.
15210 15211 15212 |
# File 'lib/kaltura_types.rb', line 15210 def environment_equal @environment_equal end |
#environment_in ⇒ Object
Returns the value of attribute environment_in.
15211 15212 15213 |
# File 'lib/kaltura_types.rb', line 15211 def environment_in @environment_in end |
#heartbeat_time_greater_than_or_equal ⇒ Object
Returns the value of attribute heartbeat_time_greater_than_or_equal.
15189 15190 15191 |
# File 'lib/kaltura_types.rb', line 15189 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.
15190 15191 15192 |
# File 'lib/kaltura_types.rb', line 15190 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.
15195 15196 15197 |
# File 'lib/kaltura_types.rb', line 15195 def host_name_like @host_name_like end |
#host_name_multi_like_and ⇒ Object
Returns the value of attribute host_name_multi_like_and.
15197 15198 15199 |
# File 'lib/kaltura_types.rb', line 15197 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.
15196 15197 15198 |
# File 'lib/kaltura_types.rb', line 15196 def host_name_multi_like_or @host_name_multi_like_or end |
#id_equal ⇒ Object
Returns the value of attribute id_equal.
15183 15184 15185 |
# File 'lib/kaltura_types.rb', line 15183 def id_equal @id_equal end |
#id_in ⇒ Object
Returns the value of attribute id_in.
15184 15185 15186 |
# File 'lib/kaltura_types.rb', line 15184 def id_in @id_in end |
#name_equal ⇒ Object
Returns the value of attribute name_equal.
15191 15192 15193 |
# File 'lib/kaltura_types.rb', line 15191 def name_equal @name_equal end |
#name_in ⇒ Object
Returns the value of attribute name_in.
15192 15193 15194 |
# File 'lib/kaltura_types.rb', line 15192 def name_in @name_in end |
#parent_id_like ⇒ Object
Returns the value of attribute parent_id_like.
15207 15208 15209 |
# File 'lib/kaltura_types.rb', line 15207 def parent_id_like @parent_id_like end |
#parent_id_multi_like_and ⇒ Object
Returns the value of attribute parent_id_multi_like_and.
15209 15210 15211 |
# File 'lib/kaltura_types.rb', line 15209 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.
15208 15209 15210 |
# File 'lib/kaltura_types.rb', line 15208 def parent_id_multi_like_or @parent_id_multi_like_or end |
#status_equal ⇒ Object
Returns the value of attribute status_equal.
15198 15199 15200 |
# File 'lib/kaltura_types.rb', line 15198 def status_equal @status_equal end |
#status_in ⇒ Object
Returns the value of attribute status_in.
15199 15200 15201 |
# File 'lib/kaltura_types.rb', line 15199 def status_in @status_in end |
#system_name_equal ⇒ Object
Returns the value of attribute system_name_equal.
15193 15194 15195 |
# File 'lib/kaltura_types.rb', line 15193 def system_name_equal @system_name_equal end |
#system_name_in ⇒ Object
Returns the value of attribute system_name_in.
15194 15195 15196 |
# File 'lib/kaltura_types.rb', line 15194 def system_name_in @system_name_in end |
#tags_like ⇒ Object
Returns the value of attribute tags_like.
15202 15203 15204 |
# File 'lib/kaltura_types.rb', line 15202 def @tags_like end |
#tags_multi_like_and ⇒ Object
Returns the value of attribute tags_multi_like_and.
15204 15205 15206 |
# File 'lib/kaltura_types.rb', line 15204 def @tags_multi_like_and end |
#tags_multi_like_or ⇒ Object
Returns the value of attribute tags_multi_like_or.
15203 15204 15205 |
# File 'lib/kaltura_types.rb', line 15203 def @tags_multi_like_or end |
#type_equal ⇒ Object
Returns the value of attribute type_equal.
15200 15201 15202 |
# File 'lib/kaltura_types.rb', line 15200 def type_equal @type_equal end |
#type_in ⇒ Object
Returns the value of attribute type_in.
15201 15202 15203 |
# File 'lib/kaltura_types.rb', line 15201 def type_in @type_in end |
#updated_at_greater_than_or_equal ⇒ Object
Returns the value of attribute updated_at_greater_than_or_equal.
15187 15188 15189 |
# File 'lib/kaltura_types.rb', line 15187 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.
15188 15189 15190 |
# File 'lib/kaltura_types.rb', line 15188 def updated_at_less_than_or_equal @updated_at_less_than_or_equal end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
15241 15242 15243 15244 15245 15246 15247 15248 15249 15250 15251 15252 15253 15254 15255 15256 15257 15258 15259 15260 15261 15262 15263 15264 15265 15266 15267 15268 15269 15270 15271 15272 15273 15274 15275 15276 15277 15278 15279 15280 15281 15282 15283 15284 15285 15286 15287 15288 15289 15290 15291 15292 15293 15294 15295 15296 15297 15298 15299 15300 15301 15302 15303 15304 15305 15306 15307 15308 15309 15310 15311 15312 15313 15314 15315 15316 15317 15318 15319 15320 15321 15322 15323 15324 15325 15326 15327 15328 15329 15330 |
# File 'lib/kaltura_types.rb', line 15241 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 |