class SwaggerAemOsgiClient::OrgApacheFelixHttpProperties

Attributes

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

Public Class Methods

attribute_map() click to toggle source

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

# 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
new(attributes = {}) click to toggle source

Initializes the object @param [Hash] attributes Model attributes in the form of hash

# 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
openapi_types() click to toggle source

Attribute type mapping.

# 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

Public Instance Methods

==(o) click to toggle source

Checks equality by comparing each attribute. @param [Object] Object to be compared

# 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) click to toggle source

Deserializes the data based on type @param string type Data type @param string value Value to be deserialized @return [Object] Deserialized data

# 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) click to toggle source

Outputs non-array value in the form of hash For object, use to_hash. Otherwise, just return the value @param [Object] value Any valid value @return [Hash] Returns the value in the form of hash

# 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) click to toggle source

Builds the object from hash @param [Hash] attributes Model attributes in the form of hash @return [Object] Returns the model itself

# 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) click to toggle source

@see the `==` method @param [Object] Object to be compared

# File lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb, line 537
def eql?(o)
  self == o
end
hash() click to toggle source

Calculates hash code according to all attributes. @return [Fixnum] Hash code

# 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_properties() click to toggle source

Show invalid properties with the reasons. Usually used together with valid? @return Array for valid properties with the reasons

# 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_body() click to toggle source

to_body is an alias to to_hash (backward compatibility) @return [Hash] Returns the object in the form of hash

# File lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb, line 617
def to_body
  to_hash
end
to_hash() click to toggle source

Returns the object in the form of hash @return [Hash] Returns the object in the form of hash

# 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_s() click to toggle source

Returns the string representation of the object @return [String] String presentation of the object

# File lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb, line 611
def to_s
  to_hash.to_s
end
valid?() click to toggle source

Check to see if the all the properties in the model are valid @return true if the model is valid

# File lib/swagger_aem_osgi/models/org_apache_felix_http_properties.rb, line 471
def valid?
  true
end