Class: SwaggerAemOsgiClient::OrgApacheFelixHttpProperties

Inherits:
Object
  • Object
show all
Defined in:
lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(attributes = {}) ⇒ OrgApacheFelixHttpProperties

Initializes the object

Parameters:

  • attributes (Hash) (defaults to: {})

    Model attributes in the form of hash



243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 243

def initialize(attributes = {})
  return unless attributes.is_a?(Hash)

  # convert string to symbol for hash key
  attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }

  if attributes.has_key?(:'org.apache.felix.http.host')
    self.org_apache_felix_http_host = attributes[:'org.apache.felix.http.host']
  end

  if attributes.has_key?(:'org.apache.felix.http.enable')
    self.org_apache_felix_http_enable = attributes[:'org.apache.felix.http.enable']
  end

  if attributes.has_key?(:'org.osgi.service.http.port')
    self.org_osgi_service_http_port = attributes[:'org.osgi.service.http.port']
  end

  if attributes.has_key?(:'org.apache.felix.http.timeout')
    self.org_apache_felix_http_timeout = attributes[:'org.apache.felix.http.timeout']
  end

  if attributes.has_key?(:'org.apache.felix.https.enable')
    self.org_apache_felix_https_enable = attributes[:'org.apache.felix.https.enable']
  end

  if attributes.has_key?(:'org.osgi.service.http.port.secure')
    self.org_osgi_service_http_port_secure = attributes[:'org.osgi.service.http.port.secure']
  end

  if attributes.has_key?(:'org.apache.felix.https.keystore')
    self.org_apache_felix_https_keystore = attributes[:'org.apache.felix.https.keystore']
  end

  if attributes.has_key?(:'org.apache.felix.https.keystore.password')
    self.org_apache_felix_https_keystore_password = attributes[:'org.apache.felix.https.keystore.password']
  end

  if attributes.has_key?(:'org.apache.felix.https.keystore.key.password')
    self.org_apache_felix_https_keystore_key_password = attributes[:'org.apache.felix.https.keystore.key.password']
  end

  if attributes.has_key?(:'org.apache.felix.https.truststore')
    self.org_apache_felix_https_truststore = attributes[:'org.apache.felix.https.truststore']
  end

  if attributes.has_key?(:'org.apache.felix.https.truststore.password')
    self.org_apache_felix_https_truststore_password = attributes[:'org.apache.felix.https.truststore.password']
  end

  if attributes.has_key?(:'org.apache.felix.https.clientcertificate')
    self.org_apache_felix_https_clientcertificate = attributes[:'org.apache.felix.https.clientcertificate']
  end

  if attributes.has_key?(:'org.apache.felix.http.context_path')
    self.org_apache_felix_http_context_path = attributes[:'org.apache.felix.http.context_path']
  end

  if attributes.has_key?(:'org.apache.felix.http.mbeans')
    self.org_apache_felix_http_mbeans = attributes[:'org.apache.felix.http.mbeans']
  end

  if attributes.has_key?(:'org.apache.felix.http.session.timeout')
    self.org_apache_felix_http_session_timeout = attributes[:'org.apache.felix.http.session.timeout']
  end

  if attributes.has_key?(:'org.apache.felix.http.jetty.threadpool.max')
    self.org_apache_felix_http_jetty_threadpool_max = attributes[:'org.apache.felix.http.jetty.threadpool.max']
  end

  if attributes.has_key?(:'org.apache.felix.http.jetty.acceptors')
    self.org_apache_felix_http_jetty_acceptors = attributes[:'org.apache.felix.http.jetty.acceptors']
  end

  if attributes.has_key?(:'org.apache.felix.http.jetty.selectors')
    self.org_apache_felix_http_jetty_selectors = attributes[:'org.apache.felix.http.jetty.selectors']
  end

  if attributes.has_key?(:'org.apache.felix.http.jetty.headerBufferSize')
    self.org_apache_felix_http_jetty_header_buffer_size = attributes[:'org.apache.felix.http.jetty.headerBufferSize']
  end

  if attributes.has_key?(:'org.apache.felix.http.jetty.requestBufferSize')
    self.org_apache_felix_http_jetty_request_buffer_size = attributes[:'org.apache.felix.http.jetty.requestBufferSize']
  end

  if attributes.has_key?(:'org.apache.felix.http.jetty.responseBufferSize')
    self.org_apache_felix_http_jetty_response_buffer_size = attributes[:'org.apache.felix.http.jetty.responseBufferSize']
  end

  if attributes.has_key?(:'org.apache.felix.http.jetty.maxFormSize')
    self.org_apache_felix_http_jetty_max_form_size = attributes[:'org.apache.felix.http.jetty.maxFormSize']
  end

  if attributes.has_key?(:'org.apache.felix.http.path_exclusions')
    self.org_apache_felix_http_path_exclusions = attributes[:'org.apache.felix.http.path_exclusions']
  end

  if attributes.has_key?(:'org.apache.felix.https.jetty.ciphersuites.excluded')
    self.org_apache_felix_https_jetty_ciphersuites_excluded = attributes[:'org.apache.felix.https.jetty.ciphersuites.excluded']
  end

  if attributes.has_key?(:'org.apache.felix.https.jetty.ciphersuites.included')
    self.org_apache_felix_https_jetty_ciphersuites_included = attributes[:'org.apache.felix.https.jetty.ciphersuites.included']
  end

  if attributes.has_key?(:'org.apache.felix.http.jetty.sendServerHeader')
    self.org_apache_felix_http_jetty_send_server_header = attributes[:'org.apache.felix.http.jetty.sendServerHeader']
  end

  if attributes.has_key?(:'org.apache.felix.https.jetty.protocols.included')
    self.org_apache_felix_https_jetty_protocols_included = attributes[:'org.apache.felix.https.jetty.protocols.included']
  end

  if attributes.has_key?(:'org.apache.felix.https.jetty.protocols.excluded')
    self.org_apache_felix_https_jetty_protocols_excluded = attributes[:'org.apache.felix.https.jetty.protocols.excluded']
  end

  if attributes.has_key?(:'org.apache.felix.proxy.load.balancer.connection.enable')
    self.org_apache_felix_proxy_load_balancer_connection_enable = attributes[:'org.apache.felix.proxy.load.balancer.connection.enable']
  end

  if attributes.has_key?(:'org.apache.felix.https.jetty.renegotiateAllowed')
    self.org_apache_felix_https_jetty_renegotiate_allowed = attributes[:'org.apache.felix.https.jetty.renegotiateAllowed']
  end

  if attributes.has_key?(:'org.apache.felix.https.jetty.session.cookie.httpOnly')
    self.org_apache_felix_https_jetty_session_cookie_http_only = attributes[:'org.apache.felix.https.jetty.session.cookie.httpOnly']
  end

  if attributes.has_key?(:'org.apache.felix.https.jetty.session.cookie.secure')
    self.org_apache_felix_https_jetty_session_cookie_secure = attributes[:'org.apache.felix.https.jetty.session.cookie.secure']
  end

  if attributes.has_key?(:'org.eclipse.jetty.servlet.SessionIdPathParameterName')
    self.org_eclipse_jetty_servlet_session_id_path_parameter_name = attributes[:'org.eclipse.jetty.servlet.SessionIdPathParameterName']
  end

  if attributes.has_key?(:'org.eclipse.jetty.servlet.CheckingRemoteSessionIdEncoding')
    self.org_eclipse_jetty_servlet_checking_remote_session_id_encoding = attributes[:'org.eclipse.jetty.servlet.CheckingRemoteSessionIdEncoding']
  end

  if attributes.has_key?(:'org.eclipse.jetty.servlet.SessionCookie')
    self.org_eclipse_jetty_servlet_session_cookie = attributes[:'org.eclipse.jetty.servlet.SessionCookie']
  end

  if attributes.has_key?(:'org.eclipse.jetty.servlet.SessionDomain')
    self.org_eclipse_jetty_servlet_session_domain = attributes[:'org.eclipse.jetty.servlet.SessionDomain']
  end

  if attributes.has_key?(:'org.eclipse.jetty.servlet.SessionPath')
    self.org_eclipse_jetty_servlet_session_path = attributes[:'org.eclipse.jetty.servlet.SessionPath']
  end

  if attributes.has_key?(:'org.eclipse.jetty.servlet.MaxAge')
    self.org_eclipse_jetty_servlet_max_age = attributes[:'org.eclipse.jetty.servlet.MaxAge']
  end

  if attributes.has_key?(:'org.apache.felix.http.name')
    self.org_apache_felix_http_name = attributes[:'org.apache.felix.http.name']
  end

  if attributes.has_key?(:'org.apache.felix.jetty.gziphandler.enable')
    self.org_apache_felix_jetty_gziphandler_enable = attributes[:'org.apache.felix.jetty.gziphandler.enable']
  end

  if attributes.has_key?(:'org.apache.felix.jetty.gzip.minGzipSize')
    self.org_apache_felix_jetty_gzip_min_gzip_size = attributes[:'org.apache.felix.jetty.gzip.minGzipSize']
  end

  if attributes.has_key?(:'org.apache.felix.jetty.gzip.compressionLevel')
    self.org_apache_felix_jetty_gzip_compression_level = attributes[:'org.apache.felix.jetty.gzip.compressionLevel']
  end

  if attributes.has_key?(:'org.apache.felix.jetty.gzip.inflateBufferSize')
    self.org_apache_felix_jetty_gzip_inflate_buffer_size = attributes[:'org.apache.felix.jetty.gzip.inflateBufferSize']
  end

  if attributes.has_key?(:'org.apache.felix.jetty.gzip.syncFlush')
    self.org_apache_felix_jetty_gzip_sync_flush = attributes[:'org.apache.felix.jetty.gzip.syncFlush']
  end

  if attributes.has_key?(:'org.apache.felix.jetty.gzip.excludedUserAgents')
    self.org_apache_felix_jetty_gzip_excluded_user_agents = attributes[:'org.apache.felix.jetty.gzip.excludedUserAgents']
  end

  if attributes.has_key?(:'org.apache.felix.jetty.gzip.includedMethods')
    self.org_apache_felix_jetty_gzip_included_methods = attributes[:'org.apache.felix.jetty.gzip.includedMethods']
  end

  if attributes.has_key?(:'org.apache.felix.jetty.gzip.excludedMethods')
    self.org_apache_felix_jetty_gzip_excluded_methods = attributes[:'org.apache.felix.jetty.gzip.excludedMethods']
  end

  if attributes.has_key?(:'org.apache.felix.jetty.gzip.includedPaths')
    self.org_apache_felix_jetty_gzip_included_paths = attributes[:'org.apache.felix.jetty.gzip.includedPaths']
  end

  if attributes.has_key?(:'org.apache.felix.jetty.gzip.excludedPaths')
    self.org_apache_felix_jetty_gzip_excluded_paths = attributes[:'org.apache.felix.jetty.gzip.excludedPaths']
  end

  if attributes.has_key?(:'org.apache.felix.jetty.gzip.includedMimeTypes')
    self.org_apache_felix_jetty_gzip_included_mime_types = attributes[:'org.apache.felix.jetty.gzip.includedMimeTypes']
  end

  if attributes.has_key?(:'org.apache.felix.jetty.gzip.excludedMimeTypes')
    self.org_apache_felix_jetty_gzip_excluded_mime_types = attributes[:'org.apache.felix.jetty.gzip.excludedMimeTypes']
  end

  if attributes.has_key?(:'org.apache.felix.http.session.invalidate')
    self.org_apache_felix_http_session_invalidate = attributes[:'org.apache.felix.http.session.invalidate']
  end

  if attributes.has_key?(:'org.apache.felix.http.session.uniqueid')
    self.org_apache_felix_http_session_uniqueid = attributes[:'org.apache.felix.http.session.uniqueid']
  end
end

Instance Attribute Details

#org_apache_felix_http_context_pathObject

Returns the value of attribute org_apache_felix_http_context_path.



41
42
43
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 41

def org_apache_felix_http_context_path
  @org_apache_felix_http_context_path
end

#org_apache_felix_http_enableObject

Returns the value of attribute org_apache_felix_http_enable.



19
20
21
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 19

def org_apache_felix_http_enable
  @org_apache_felix_http_enable
end

#org_apache_felix_http_hostObject

Returns the value of attribute org_apache_felix_http_host.



17
18
19
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 17

def org_apache_felix_http_host
  @org_apache_felix_http_host
end

#org_apache_felix_http_jetty_acceptorsObject

Returns the value of attribute org_apache_felix_http_jetty_acceptors.



49
50
51
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 49

def org_apache_felix_http_jetty_acceptors
  @org_apache_felix_http_jetty_acceptors
end

#org_apache_felix_http_jetty_header_buffer_sizeObject

Returns the value of attribute org_apache_felix_http_jetty_header_buffer_size.



53
54
55
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 53

def org_apache_felix_http_jetty_header_buffer_size
  @org_apache_felix_http_jetty_header_buffer_size
end

#org_apache_felix_http_jetty_max_form_sizeObject

Returns the value of attribute org_apache_felix_http_jetty_max_form_size.



59
60
61
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 59

def org_apache_felix_http_jetty_max_form_size
  @org_apache_felix_http_jetty_max_form_size
end

#org_apache_felix_http_jetty_request_buffer_sizeObject

Returns the value of attribute org_apache_felix_http_jetty_request_buffer_size.



55
56
57
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 55

def org_apache_felix_http_jetty_request_buffer_size
  @org_apache_felix_http_jetty_request_buffer_size
end

#org_apache_felix_http_jetty_response_buffer_sizeObject

Returns the value of attribute org_apache_felix_http_jetty_response_buffer_size.



57
58
59
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 57

def org_apache_felix_http_jetty_response_buffer_size
  @org_apache_felix_http_jetty_response_buffer_size
end

#org_apache_felix_http_jetty_selectorsObject

Returns the value of attribute org_apache_felix_http_jetty_selectors.



51
52
53
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 51

def org_apache_felix_http_jetty_selectors
  @org_apache_felix_http_jetty_selectors
end

#org_apache_felix_http_jetty_send_server_headerObject

Returns the value of attribute org_apache_felix_http_jetty_send_server_header.



67
68
69
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 67

def org_apache_felix_http_jetty_send_server_header
  @org_apache_felix_http_jetty_send_server_header
end

#org_apache_felix_http_jetty_threadpool_maxObject

Returns the value of attribute org_apache_felix_http_jetty_threadpool_max.



47
48
49
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 47

def org_apache_felix_http_jetty_threadpool_max
  @org_apache_felix_http_jetty_threadpool_max
end

#org_apache_felix_http_mbeansObject

Returns the value of attribute org_apache_felix_http_mbeans.



43
44
45
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 43

def org_apache_felix_http_mbeans
  @org_apache_felix_http_mbeans
end

#org_apache_felix_http_nameObject

Returns the value of attribute org_apache_felix_http_name.



93
94
95
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 93

def org_apache_felix_http_name
  @org_apache_felix_http_name
end

#org_apache_felix_http_path_exclusionsObject

Returns the value of attribute org_apache_felix_http_path_exclusions.



61
62
63
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 61

def org_apache_felix_http_path_exclusions
  @org_apache_felix_http_path_exclusions
end

#org_apache_felix_http_session_invalidateObject

Returns the value of attribute org_apache_felix_http_session_invalidate.



119
120
121
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 119

def org_apache_felix_http_session_invalidate
  @org_apache_felix_http_session_invalidate
end

#org_apache_felix_http_session_timeoutObject

Returns the value of attribute org_apache_felix_http_session_timeout.



45
46
47
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 45

def org_apache_felix_http_session_timeout
  @org_apache_felix_http_session_timeout
end

#org_apache_felix_http_session_uniqueidObject

Returns the value of attribute org_apache_felix_http_session_uniqueid.



121
122
123
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 121

def org_apache_felix_http_session_uniqueid
  @org_apache_felix_http_session_uniqueid
end

#org_apache_felix_http_timeoutObject

Returns the value of attribute org_apache_felix_http_timeout.



23
24
25
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 23

def org_apache_felix_http_timeout
  @org_apache_felix_http_timeout
end

#org_apache_felix_https_clientcertificateObject

Returns the value of attribute org_apache_felix_https_clientcertificate.



39
40
41
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 39

def org_apache_felix_https_clientcertificate
  @org_apache_felix_https_clientcertificate
end

#org_apache_felix_https_enableObject

Returns the value of attribute org_apache_felix_https_enable.



25
26
27
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 25

def org_apache_felix_https_enable
  @org_apache_felix_https_enable
end

#org_apache_felix_https_jetty_ciphersuites_excludedObject

Returns the value of attribute org_apache_felix_https_jetty_ciphersuites_excluded.



63
64
65
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 63

def org_apache_felix_https_jetty_ciphersuites_excluded
  @org_apache_felix_https_jetty_ciphersuites_excluded
end

#org_apache_felix_https_jetty_ciphersuites_includedObject

Returns the value of attribute org_apache_felix_https_jetty_ciphersuites_included.



65
66
67
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 65

def org_apache_felix_https_jetty_ciphersuites_included
  @org_apache_felix_https_jetty_ciphersuites_included
end

#org_apache_felix_https_jetty_protocols_excludedObject

Returns the value of attribute org_apache_felix_https_jetty_protocols_excluded.



71
72
73
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 71

def org_apache_felix_https_jetty_protocols_excluded
  @org_apache_felix_https_jetty_protocols_excluded
end

#org_apache_felix_https_jetty_protocols_includedObject

Returns the value of attribute org_apache_felix_https_jetty_protocols_included.



69
70
71
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 69

def org_apache_felix_https_jetty_protocols_included
  @org_apache_felix_https_jetty_protocols_included
end

#org_apache_felix_https_jetty_renegotiate_allowedObject

Returns the value of attribute org_apache_felix_https_jetty_renegotiate_allowed.



75
76
77
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 75

def org_apache_felix_https_jetty_renegotiate_allowed
  @org_apache_felix_https_jetty_renegotiate_allowed
end

Returns the value of attribute org_apache_felix_https_jetty_session_cookie_http_only.



77
78
79
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 77

def org_apache_felix_https_jetty_session_cookie_http_only
  @org_apache_felix_https_jetty_session_cookie_http_only
end

Returns the value of attribute org_apache_felix_https_jetty_session_cookie_secure.



79
80
81
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 79

def org_apache_felix_https_jetty_session_cookie_secure
  @org_apache_felix_https_jetty_session_cookie_secure
end

#org_apache_felix_https_keystoreObject

Returns the value of attribute org_apache_felix_https_keystore.



29
30
31
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 29

def org_apache_felix_https_keystore
  @org_apache_felix_https_keystore
end

#org_apache_felix_https_keystore_key_passwordObject

Returns the value of attribute org_apache_felix_https_keystore_key_password.



33
34
35
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 33

def org_apache_felix_https_keystore_key_password
  @org_apache_felix_https_keystore_key_password
end

#org_apache_felix_https_keystore_passwordObject

Returns the value of attribute org_apache_felix_https_keystore_password.



31
32
33
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 31

def org_apache_felix_https_keystore_password
  @org_apache_felix_https_keystore_password
end

#org_apache_felix_https_truststoreObject

Returns the value of attribute org_apache_felix_https_truststore.



35
36
37
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 35

def org_apache_felix_https_truststore
  @org_apache_felix_https_truststore
end

#org_apache_felix_https_truststore_passwordObject

Returns the value of attribute org_apache_felix_https_truststore_password.



37
38
39
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 37

def org_apache_felix_https_truststore_password
  @org_apache_felix_https_truststore_password
end

#org_apache_felix_jetty_gzip_compression_levelObject

Returns the value of attribute org_apache_felix_jetty_gzip_compression_level.



99
100
101
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 99

def org_apache_felix_jetty_gzip_compression_level
  @org_apache_felix_jetty_gzip_compression_level
end

#org_apache_felix_jetty_gzip_excluded_methodsObject

Returns the value of attribute org_apache_felix_jetty_gzip_excluded_methods.



109
110
111
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 109

def org_apache_felix_jetty_gzip_excluded_methods
  @org_apache_felix_jetty_gzip_excluded_methods
end

#org_apache_felix_jetty_gzip_excluded_mime_typesObject

Returns the value of attribute org_apache_felix_jetty_gzip_excluded_mime_types.



117
118
119
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 117

def org_apache_felix_jetty_gzip_excluded_mime_types
  @org_apache_felix_jetty_gzip_excluded_mime_types
end

#org_apache_felix_jetty_gzip_excluded_pathsObject

Returns the value of attribute org_apache_felix_jetty_gzip_excluded_paths.



113
114
115
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 113

def org_apache_felix_jetty_gzip_excluded_paths
  @org_apache_felix_jetty_gzip_excluded_paths
end

#org_apache_felix_jetty_gzip_excluded_user_agentsObject

Returns the value of attribute org_apache_felix_jetty_gzip_excluded_user_agents.



105
106
107
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 105

def org_apache_felix_jetty_gzip_excluded_user_agents
  @org_apache_felix_jetty_gzip_excluded_user_agents
end

#org_apache_felix_jetty_gzip_included_methodsObject

Returns the value of attribute org_apache_felix_jetty_gzip_included_methods.



107
108
109
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 107

def org_apache_felix_jetty_gzip_included_methods
  @org_apache_felix_jetty_gzip_included_methods
end

#org_apache_felix_jetty_gzip_included_mime_typesObject

Returns the value of attribute org_apache_felix_jetty_gzip_included_mime_types.



115
116
117
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 115

def org_apache_felix_jetty_gzip_included_mime_types
  @org_apache_felix_jetty_gzip_included_mime_types
end

#org_apache_felix_jetty_gzip_included_pathsObject

Returns the value of attribute org_apache_felix_jetty_gzip_included_paths.



111
112
113
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 111

def org_apache_felix_jetty_gzip_included_paths
  @org_apache_felix_jetty_gzip_included_paths
end

#org_apache_felix_jetty_gzip_inflate_buffer_sizeObject

Returns the value of attribute org_apache_felix_jetty_gzip_inflate_buffer_size.



101
102
103
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 101

def org_apache_felix_jetty_gzip_inflate_buffer_size
  @org_apache_felix_jetty_gzip_inflate_buffer_size
end

#org_apache_felix_jetty_gzip_min_gzip_sizeObject

Returns the value of attribute org_apache_felix_jetty_gzip_min_gzip_size.



97
98
99
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 97

def org_apache_felix_jetty_gzip_min_gzip_size
  @org_apache_felix_jetty_gzip_min_gzip_size
end

#org_apache_felix_jetty_gzip_sync_flushObject

Returns the value of attribute org_apache_felix_jetty_gzip_sync_flush.



103
104
105
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 103

def org_apache_felix_jetty_gzip_sync_flush
  @org_apache_felix_jetty_gzip_sync_flush
end

#org_apache_felix_jetty_gziphandler_enableObject

Returns the value of attribute org_apache_felix_jetty_gziphandler_enable.



95
96
97
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 95

def org_apache_felix_jetty_gziphandler_enable
  @org_apache_felix_jetty_gziphandler_enable
end

#org_apache_felix_proxy_load_balancer_connection_enableObject

Returns the value of attribute org_apache_felix_proxy_load_balancer_connection_enable.



73
74
75
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 73

def org_apache_felix_proxy_load_balancer_connection_enable
  @org_apache_felix_proxy_load_balancer_connection_enable
end

#org_eclipse_jetty_servlet_checking_remote_session_id_encodingObject

Returns the value of attribute org_eclipse_jetty_servlet_checking_remote_session_id_encoding.



83
84
85
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 83

def org_eclipse_jetty_servlet_checking_remote_session_id_encoding
  @org_eclipse_jetty_servlet_checking_remote_session_id_encoding
end

#org_eclipse_jetty_servlet_max_ageObject

Returns the value of attribute org_eclipse_jetty_servlet_max_age.



91
92
93
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 91

def org_eclipse_jetty_servlet_max_age
  @org_eclipse_jetty_servlet_max_age
end

Returns the value of attribute org_eclipse_jetty_servlet_session_cookie.



85
86
87
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 85

def org_eclipse_jetty_servlet_session_cookie
  @org_eclipse_jetty_servlet_session_cookie
end

#org_eclipse_jetty_servlet_session_domainObject

Returns the value of attribute org_eclipse_jetty_servlet_session_domain.



87
88
89
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 87

def org_eclipse_jetty_servlet_session_domain
  @org_eclipse_jetty_servlet_session_domain
end

#org_eclipse_jetty_servlet_session_id_path_parameter_nameObject

Returns the value of attribute org_eclipse_jetty_servlet_session_id_path_parameter_name.



81
82
83
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 81

def org_eclipse_jetty_servlet_session_id_path_parameter_name
  @org_eclipse_jetty_servlet_session_id_path_parameter_name
end

#org_eclipse_jetty_servlet_session_pathObject

Returns the value of attribute org_eclipse_jetty_servlet_session_path.



89
90
91
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 89

def org_eclipse_jetty_servlet_session_path
  @org_eclipse_jetty_servlet_session_path
end

#org_osgi_service_http_portObject

Returns the value of attribute org_osgi_service_http_port.



21
22
23
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 21

def org_osgi_service_http_port
  @org_osgi_service_http_port
end

#org_osgi_service_http_port_secureObject

Returns the value of attribute org_osgi_service_http_port_secure.



27
28
29
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 27

def org_osgi_service_http_port_secure
  @org_osgi_service_http_port_secure
end

Class Method Details

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 124

def self.attribute_map
  {
    :'org_apache_felix_http_host' => :'org.apache.felix.http.host',
    :'org_apache_felix_http_enable' => :'org.apache.felix.http.enable',
    :'org_osgi_service_http_port' => :'org.osgi.service.http.port',
    :'org_apache_felix_http_timeout' => :'org.apache.felix.http.timeout',
    :'org_apache_felix_https_enable' => :'org.apache.felix.https.enable',
    :'org_osgi_service_http_port_secure' => :'org.osgi.service.http.port.secure',
    :'org_apache_felix_https_keystore' => :'org.apache.felix.https.keystore',
    :'org_apache_felix_https_keystore_password' => :'org.apache.felix.https.keystore.password',
    :'org_apache_felix_https_keystore_key_password' => :'org.apache.felix.https.keystore.key.password',
    :'org_apache_felix_https_truststore' => :'org.apache.felix.https.truststore',
    :'org_apache_felix_https_truststore_password' => :'org.apache.felix.https.truststore.password',
    :'org_apache_felix_https_clientcertificate' => :'org.apache.felix.https.clientcertificate',
    :'org_apache_felix_http_context_path' => :'org.apache.felix.http.context_path',
    :'org_apache_felix_http_mbeans' => :'org.apache.felix.http.mbeans',
    :'org_apache_felix_http_session_timeout' => :'org.apache.felix.http.session.timeout',
    :'org_apache_felix_http_jetty_threadpool_max' => :'org.apache.felix.http.jetty.threadpool.max',
    :'org_apache_felix_http_jetty_acceptors' => :'org.apache.felix.http.jetty.acceptors',
    :'org_apache_felix_http_jetty_selectors' => :'org.apache.felix.http.jetty.selectors',
    :'org_apache_felix_http_jetty_header_buffer_size' => :'org.apache.felix.http.jetty.headerBufferSize',
    :'org_apache_felix_http_jetty_request_buffer_size' => :'org.apache.felix.http.jetty.requestBufferSize',
    :'org_apache_felix_http_jetty_response_buffer_size' => :'org.apache.felix.http.jetty.responseBufferSize',
    :'org_apache_felix_http_jetty_max_form_size' => :'org.apache.felix.http.jetty.maxFormSize',
    :'org_apache_felix_http_path_exclusions' => :'org.apache.felix.http.path_exclusions',
    :'org_apache_felix_https_jetty_ciphersuites_excluded' => :'org.apache.felix.https.jetty.ciphersuites.excluded',
    :'org_apache_felix_https_jetty_ciphersuites_included' => :'org.apache.felix.https.jetty.ciphersuites.included',
    :'org_apache_felix_http_jetty_send_server_header' => :'org.apache.felix.http.jetty.sendServerHeader',
    :'org_apache_felix_https_jetty_protocols_included' => :'org.apache.felix.https.jetty.protocols.included',
    :'org_apache_felix_https_jetty_protocols_excluded' => :'org.apache.felix.https.jetty.protocols.excluded',
    :'org_apache_felix_proxy_load_balancer_connection_enable' => :'org.apache.felix.proxy.load.balancer.connection.enable',
    :'org_apache_felix_https_jetty_renegotiate_allowed' => :'org.apache.felix.https.jetty.renegotiateAllowed',
    :'org_apache_felix_https_jetty_session_cookie_http_only' => :'org.apache.felix.https.jetty.session.cookie.httpOnly',
    :'org_apache_felix_https_jetty_session_cookie_secure' => :'org.apache.felix.https.jetty.session.cookie.secure',
    :'org_eclipse_jetty_servlet_session_id_path_parameter_name' => :'org.eclipse.jetty.servlet.SessionIdPathParameterName',
    :'org_eclipse_jetty_servlet_checking_remote_session_id_encoding' => :'org.eclipse.jetty.servlet.CheckingRemoteSessionIdEncoding',
    :'org_eclipse_jetty_servlet_session_cookie' => :'org.eclipse.jetty.servlet.SessionCookie',
    :'org_eclipse_jetty_servlet_session_domain' => :'org.eclipse.jetty.servlet.SessionDomain',
    :'org_eclipse_jetty_servlet_session_path' => :'org.eclipse.jetty.servlet.SessionPath',
    :'org_eclipse_jetty_servlet_max_age' => :'org.eclipse.jetty.servlet.MaxAge',
    :'org_apache_felix_http_name' => :'org.apache.felix.http.name',
    :'org_apache_felix_jetty_gziphandler_enable' => :'org.apache.felix.jetty.gziphandler.enable',
    :'org_apache_felix_jetty_gzip_min_gzip_size' => :'org.apache.felix.jetty.gzip.minGzipSize',
    :'org_apache_felix_jetty_gzip_compression_level' => :'org.apache.felix.jetty.gzip.compressionLevel',
    :'org_apache_felix_jetty_gzip_inflate_buffer_size' => :'org.apache.felix.jetty.gzip.inflateBufferSize',
    :'org_apache_felix_jetty_gzip_sync_flush' => :'org.apache.felix.jetty.gzip.syncFlush',
    :'org_apache_felix_jetty_gzip_excluded_user_agents' => :'org.apache.felix.jetty.gzip.excludedUserAgents',
    :'org_apache_felix_jetty_gzip_included_methods' => :'org.apache.felix.jetty.gzip.includedMethods',
    :'org_apache_felix_jetty_gzip_excluded_methods' => :'org.apache.felix.jetty.gzip.excludedMethods',
    :'org_apache_felix_jetty_gzip_included_paths' => :'org.apache.felix.jetty.gzip.includedPaths',
    :'org_apache_felix_jetty_gzip_excluded_paths' => :'org.apache.felix.jetty.gzip.excludedPaths',
    :'org_apache_felix_jetty_gzip_included_mime_types' => :'org.apache.felix.jetty.gzip.includedMimeTypes',
    :'org_apache_felix_jetty_gzip_excluded_mime_types' => :'org.apache.felix.jetty.gzip.excludedMimeTypes',
    :'org_apache_felix_http_session_invalidate' => :'org.apache.felix.http.session.invalidate',
    :'org_apache_felix_http_session_uniqueid' => :'org.apache.felix.http.session.uniqueid'
  }
end

.openapi_typesObject

Attribute type mapping.



183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 183

def self.openapi_types
  {
    :'org_apache_felix_http_host' => :'ConfigNodePropertyString',
    :'org_apache_felix_http_enable' => :'ConfigNodePropertyBoolean',
    :'org_osgi_service_http_port' => :'ConfigNodePropertyInteger',
    :'org_apache_felix_http_timeout' => :'ConfigNodePropertyInteger',
    :'org_apache_felix_https_enable' => :'ConfigNodePropertyBoolean',
    :'org_osgi_service_http_port_secure' => :'ConfigNodePropertyInteger',
    :'org_apache_felix_https_keystore' => :'ConfigNodePropertyString',
    :'org_apache_felix_https_keystore_password' => :'ConfigNodePropertyString',
    :'org_apache_felix_https_keystore_key_password' => :'ConfigNodePropertyString',
    :'org_apache_felix_https_truststore' => :'ConfigNodePropertyString',
    :'org_apache_felix_https_truststore_password' => :'ConfigNodePropertyString',
    :'org_apache_felix_https_clientcertificate' => :'ConfigNodePropertyDropDown',
    :'org_apache_felix_http_context_path' => :'ConfigNodePropertyString',
    :'org_apache_felix_http_mbeans' => :'ConfigNodePropertyBoolean',
    :'org_apache_felix_http_session_timeout' => :'ConfigNodePropertyInteger',
    :'org_apache_felix_http_jetty_threadpool_max' => :'ConfigNodePropertyInteger',
    :'org_apache_felix_http_jetty_acceptors' => :'ConfigNodePropertyInteger',
    :'org_apache_felix_http_jetty_selectors' => :'ConfigNodePropertyInteger',
    :'org_apache_felix_http_jetty_header_buffer_size' => :'ConfigNodePropertyInteger',
    :'org_apache_felix_http_jetty_request_buffer_size' => :'ConfigNodePropertyInteger',
    :'org_apache_felix_http_jetty_response_buffer_size' => :'ConfigNodePropertyInteger',
    :'org_apache_felix_http_jetty_max_form_size' => :'ConfigNodePropertyInteger',
    :'org_apache_felix_http_path_exclusions' => :'ConfigNodePropertyArray',
    :'org_apache_felix_https_jetty_ciphersuites_excluded' => :'ConfigNodePropertyArray',
    :'org_apache_felix_https_jetty_ciphersuites_included' => :'ConfigNodePropertyArray',
    :'org_apache_felix_http_jetty_send_server_header' => :'ConfigNodePropertyBoolean',
    :'org_apache_felix_https_jetty_protocols_included' => :'ConfigNodePropertyArray',
    :'org_apache_felix_https_jetty_protocols_excluded' => :'ConfigNodePropertyArray',
    :'org_apache_felix_proxy_load_balancer_connection_enable' => :'ConfigNodePropertyBoolean',
    :'org_apache_felix_https_jetty_renegotiate_allowed' => :'ConfigNodePropertyBoolean',
    :'org_apache_felix_https_jetty_session_cookie_http_only' => :'ConfigNodePropertyBoolean',
    :'org_apache_felix_https_jetty_session_cookie_secure' => :'ConfigNodePropertyBoolean',
    :'org_eclipse_jetty_servlet_session_id_path_parameter_name' => :'ConfigNodePropertyString',
    :'org_eclipse_jetty_servlet_checking_remote_session_id_encoding' => :'ConfigNodePropertyBoolean',
    :'org_eclipse_jetty_servlet_session_cookie' => :'ConfigNodePropertyString',
    :'org_eclipse_jetty_servlet_session_domain' => :'ConfigNodePropertyString',
    :'org_eclipse_jetty_servlet_session_path' => :'ConfigNodePropertyString',
    :'org_eclipse_jetty_servlet_max_age' => :'ConfigNodePropertyInteger',
    :'org_apache_felix_http_name' => :'ConfigNodePropertyString',
    :'org_apache_felix_jetty_gziphandler_enable' => :'ConfigNodePropertyBoolean',
    :'org_apache_felix_jetty_gzip_min_gzip_size' => :'ConfigNodePropertyInteger',
    :'org_apache_felix_jetty_gzip_compression_level' => :'ConfigNodePropertyInteger',
    :'org_apache_felix_jetty_gzip_inflate_buffer_size' => :'ConfigNodePropertyInteger',
    :'org_apache_felix_jetty_gzip_sync_flush' => :'ConfigNodePropertyBoolean',
    :'org_apache_felix_jetty_gzip_excluded_user_agents' => :'ConfigNodePropertyArray',
    :'org_apache_felix_jetty_gzip_included_methods' => :'ConfigNodePropertyArray',
    :'org_apache_felix_jetty_gzip_excluded_methods' => :'ConfigNodePropertyArray',
    :'org_apache_felix_jetty_gzip_included_paths' => :'ConfigNodePropertyArray',
    :'org_apache_felix_jetty_gzip_excluded_paths' => :'ConfigNodePropertyArray',
    :'org_apache_felix_jetty_gzip_included_mime_types' => :'ConfigNodePropertyArray',
    :'org_apache_felix_jetty_gzip_excluded_mime_types' => :'ConfigNodePropertyArray',
    :'org_apache_felix_http_session_invalidate' => :'ConfigNodePropertyBoolean',
    :'org_apache_felix_http_session_uniqueid' => :'ConfigNodePropertyBoolean'
  }
end

Instance Method Details

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 477

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      org_apache_felix_http_host == o.org_apache_felix_http_host &&
      org_apache_felix_http_enable == o.org_apache_felix_http_enable &&
      org_osgi_service_http_port == o.org_osgi_service_http_port &&
      org_apache_felix_http_timeout == o.org_apache_felix_http_timeout &&
      org_apache_felix_https_enable == o.org_apache_felix_https_enable &&
      org_osgi_service_http_port_secure == o.org_osgi_service_http_port_secure &&
      org_apache_felix_https_keystore == o.org_apache_felix_https_keystore &&
      org_apache_felix_https_keystore_password == o.org_apache_felix_https_keystore_password &&
      org_apache_felix_https_keystore_key_password == o.org_apache_felix_https_keystore_key_password &&
      org_apache_felix_https_truststore == o.org_apache_felix_https_truststore &&
      org_apache_felix_https_truststore_password == o.org_apache_felix_https_truststore_password &&
      org_apache_felix_https_clientcertificate == o.org_apache_felix_https_clientcertificate &&
      org_apache_felix_http_context_path == o.org_apache_felix_http_context_path &&
      org_apache_felix_http_mbeans == o.org_apache_felix_http_mbeans &&
      org_apache_felix_http_session_timeout == o.org_apache_felix_http_session_timeout &&
      org_apache_felix_http_jetty_threadpool_max == o.org_apache_felix_http_jetty_threadpool_max &&
      org_apache_felix_http_jetty_acceptors == o.org_apache_felix_http_jetty_acceptors &&
      org_apache_felix_http_jetty_selectors == o.org_apache_felix_http_jetty_selectors &&
      org_apache_felix_http_jetty_header_buffer_size == o.org_apache_felix_http_jetty_header_buffer_size &&
      org_apache_felix_http_jetty_request_buffer_size == o.org_apache_felix_http_jetty_request_buffer_size &&
      org_apache_felix_http_jetty_response_buffer_size == o.org_apache_felix_http_jetty_response_buffer_size &&
      org_apache_felix_http_jetty_max_form_size == o.org_apache_felix_http_jetty_max_form_size &&
      org_apache_felix_http_path_exclusions == o.org_apache_felix_http_path_exclusions &&
      org_apache_felix_https_jetty_ciphersuites_excluded == o.org_apache_felix_https_jetty_ciphersuites_excluded &&
      org_apache_felix_https_jetty_ciphersuites_included == o.org_apache_felix_https_jetty_ciphersuites_included &&
      org_apache_felix_http_jetty_send_server_header == o.org_apache_felix_http_jetty_send_server_header &&
      org_apache_felix_https_jetty_protocols_included == o.org_apache_felix_https_jetty_protocols_included &&
      org_apache_felix_https_jetty_protocols_excluded == o.org_apache_felix_https_jetty_protocols_excluded &&
      org_apache_felix_proxy_load_balancer_connection_enable == o.org_apache_felix_proxy_load_balancer_connection_enable &&
      org_apache_felix_https_jetty_renegotiate_allowed == o.org_apache_felix_https_jetty_renegotiate_allowed &&
      org_apache_felix_https_jetty_session_cookie_http_only == o.org_apache_felix_https_jetty_session_cookie_http_only &&
      org_apache_felix_https_jetty_session_cookie_secure == o.org_apache_felix_https_jetty_session_cookie_secure &&
      org_eclipse_jetty_servlet_session_id_path_parameter_name == o.org_eclipse_jetty_servlet_session_id_path_parameter_name &&
      org_eclipse_jetty_servlet_checking_remote_session_id_encoding == o.org_eclipse_jetty_servlet_checking_remote_session_id_encoding &&
      org_eclipse_jetty_servlet_session_cookie == o.org_eclipse_jetty_servlet_session_cookie &&
      org_eclipse_jetty_servlet_session_domain == o.org_eclipse_jetty_servlet_session_domain &&
      org_eclipse_jetty_servlet_session_path == o.org_eclipse_jetty_servlet_session_path &&
      org_eclipse_jetty_servlet_max_age == o.org_eclipse_jetty_servlet_max_age &&
      org_apache_felix_http_name == o.org_apache_felix_http_name &&
      org_apache_felix_jetty_gziphandler_enable == o.org_apache_felix_jetty_gziphandler_enable &&
      org_apache_felix_jetty_gzip_min_gzip_size == o.org_apache_felix_jetty_gzip_min_gzip_size &&
      org_apache_felix_jetty_gzip_compression_level == o.org_apache_felix_jetty_gzip_compression_level &&
      org_apache_felix_jetty_gzip_inflate_buffer_size == o.org_apache_felix_jetty_gzip_inflate_buffer_size &&
      org_apache_felix_jetty_gzip_sync_flush == o.org_apache_felix_jetty_gzip_sync_flush &&
      org_apache_felix_jetty_gzip_excluded_user_agents == o.org_apache_felix_jetty_gzip_excluded_user_agents &&
      org_apache_felix_jetty_gzip_included_methods == o.org_apache_felix_jetty_gzip_included_methods &&
      org_apache_felix_jetty_gzip_excluded_methods == o.org_apache_felix_jetty_gzip_excluded_methods &&
      org_apache_felix_jetty_gzip_included_paths == o.org_apache_felix_jetty_gzip_included_paths &&
      org_apache_felix_jetty_gzip_excluded_paths == o.org_apache_felix_jetty_gzip_excluded_paths &&
      org_apache_felix_jetty_gzip_included_mime_types == o.org_apache_felix_jetty_gzip_included_mime_types &&
      org_apache_felix_jetty_gzip_excluded_mime_types == o.org_apache_felix_jetty_gzip_excluded_mime_types &&
      org_apache_felix_http_session_invalidate == o.org_apache_felix_http_session_invalidate &&
      org_apache_felix_http_session_uniqueid == o.org_apache_felix_http_session_uniqueid
end

#_deserialize(type, value) ⇒ Object

Deserializes the data based on type

Parameters:

  • string

    type Data type

  • string

    value Value to be deserialized

Returns:

  • (Object)

    Deserialized data



571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 571

def _deserialize(type, value)
  case type.to_sym
  when :DateTime
    DateTime.parse(value)
  when :Date
    Date.parse(value)
  when :String
    value.to_s
  when :Integer
    value.to_i
  when :Float
    value.to_f
  when :BOOLEAN
    if value.to_s =~ /\A(true|t|yes|y|1)\z/i
      true
    else
      false
    end
  when :Object
    # generic object (usually a Hash), return directly
    value
  when /\AArray<(?<inner_type>.+)>\z/
    inner_type = Regexp.last_match[:inner_type]
    value.map { |v| _deserialize(inner_type, v) }
  when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
    k_type = Regexp.last_match[:k_type]
    v_type = Regexp.last_match[:v_type]
    {}.tap do |hash|
      value.each do |k, v|
        hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
      end
    end
  else # model
    temp_model = SwaggerAemOsgiClient.const_get(type).new
    temp_model.build_from_hash(value)
  end
end

#_to_hash(value) ⇒ Hash

Outputs non-array value in the form of hash For object, use to_hash. Otherwise, just return the value

Parameters:

  • value (Object)

    Any valid value

Returns:

  • (Hash)

    Returns the value in the form of hash



637
638
639
640
641
642
643
644
645
646
647
648
649
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 637

def _to_hash(value)
  if value.is_a?(Array)
    value.compact.map { |v| _to_hash(v) }
  elsif value.is_a?(Hash)
    {}.tap do |hash|
      value.each { |k, v| hash[k] = _to_hash(v) }
    end
  elsif value.respond_to? :to_hash
    value.to_hash
  else
    value
  end
end

#build_from_hash(attributes) ⇒ Object

Builds the object from hash

Parameters:

  • attributes (Hash)

    Model attributes in the form of hash

Returns:

  • (Object)

    Returns the model itself



550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 550

def build_from_hash(attributes)
  return nil unless attributes.is_a?(Hash)
  self.class.openapi_types.each_pair do |key, type|
    if type =~ /\AArray<(.*)>/i
      # check to ensure the input is an array given that the the attribute
      # is documented as an array but the input is not
      if attributes[self.class.attribute_map[key]].is_a?(Array)
        self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
      end
    elsif !attributes[self.class.attribute_map[key]].nil?
      self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
    end # or else data not found in attributes(hash), not an issue as the data can be optional
  end

  self
end

#eql?(o) ⇒ Boolean

Parameters:

  • Object (Object)

    to be compared

Returns:

  • (Boolean)

See Also:

  • `==` method


537
538
539
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 537

def eql?(o)
  self == o
end

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



543
544
545
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 543

def hash
  [org_apache_felix_http_host, org_apache_felix_http_enable, org_osgi_service_http_port, org_apache_felix_http_timeout, org_apache_felix_https_enable, org_osgi_service_http_port_secure, org_apache_felix_https_keystore, org_apache_felix_https_keystore_password, org_apache_felix_https_keystore_key_password, org_apache_felix_https_truststore, org_apache_felix_https_truststore_password, org_apache_felix_https_clientcertificate, org_apache_felix_http_context_path, org_apache_felix_http_mbeans, org_apache_felix_http_session_timeout, org_apache_felix_http_jetty_threadpool_max, org_apache_felix_http_jetty_acceptors, org_apache_felix_http_jetty_selectors, org_apache_felix_http_jetty_header_buffer_size, org_apache_felix_http_jetty_request_buffer_size, org_apache_felix_http_jetty_response_buffer_size, org_apache_felix_http_jetty_max_form_size, org_apache_felix_http_path_exclusions, org_apache_felix_https_jetty_ciphersuites_excluded, org_apache_felix_https_jetty_ciphersuites_included, org_apache_felix_http_jetty_send_server_header, org_apache_felix_https_jetty_protocols_included, org_apache_felix_https_jetty_protocols_excluded, org_apache_felix_proxy_load_balancer_connection_enable, org_apache_felix_https_jetty_renegotiate_allowed, org_apache_felix_https_jetty_session_cookie_http_only, org_apache_felix_https_jetty_session_cookie_secure, org_eclipse_jetty_servlet_session_id_path_parameter_name, org_eclipse_jetty_servlet_checking_remote_session_id_encoding, org_eclipse_jetty_servlet_session_cookie, org_eclipse_jetty_servlet_session_domain, org_eclipse_jetty_servlet_session_path, org_eclipse_jetty_servlet_max_age, org_apache_felix_http_name, org_apache_felix_jetty_gziphandler_enable, org_apache_felix_jetty_gzip_min_gzip_size, org_apache_felix_jetty_gzip_compression_level, org_apache_felix_jetty_gzip_inflate_buffer_size, org_apache_felix_jetty_gzip_sync_flush, org_apache_felix_jetty_gzip_excluded_user_agents, org_apache_felix_jetty_gzip_included_methods, org_apache_felix_jetty_gzip_excluded_methods, org_apache_felix_jetty_gzip_included_paths, org_apache_felix_jetty_gzip_excluded_paths, org_apache_felix_jetty_gzip_included_mime_types, org_apache_felix_jetty_gzip_excluded_mime_types, org_apache_felix_http_session_invalidate, org_apache_felix_http_session_uniqueid].hash
end

#list_invalid_propertiesObject

Show invalid properties with the reasons. Usually used together with valid?

Returns:

  • Array for valid properties with the reasons



464
465
466
467
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 464

def list_invalid_properties
  invalid_properties = Array.new
  invalid_properties
end

#to_bodyHash

to_body is an alias to to_hash (backward compatibility)

Returns:

  • (Hash)

    Returns the object in the form of hash



617
618
619
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 617

def to_body
  to_hash
end

#to_hashHash

Returns the object in the form of hash

Returns:

  • (Hash)

    Returns the object in the form of hash



623
624
625
626
627
628
629
630
631
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 623

def to_hash
  hash = {}
  self.class.attribute_map.each_pair do |attr, param|
    value = self.send(attr)
    next if value.nil?
    hash[param] = _to_hash(value)
  end
  hash
end

#to_sString

Returns the string representation of the object

Returns:

  • (String)

    String presentation of the object



611
612
613
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 611

def to_s
  to_hash.to_s
end

#valid?Boolean

Check to see if the all the properties in the model are valid

Returns:

  • (Boolean)

    true if the model is valid



471
472
473
# File 'lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb', line 471

def valid?
  true
end