Class: SwaggerAemOsgiClient::ComAdobeGraniteApicontrollerFilterResolverHookFactoryProperties

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(attributes = {}) ⇒ ComAdobeGraniteApicontrollerFilterResolverHookFactoryProperties

Initializes the object

Parameters:

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

    Model attributes in the form of hash



655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 655

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?(:'com.adobe.cq.cdn.cdn-rewriter')
    self.com_adobe_cq_cdn_cdn_rewriter = attributes[:'com.adobe.cq.cdn.cdn-rewriter']
  end

  if attributes.has_key?(:'com.adobe.cq.cloud-config.components')
    self.com_adobe_cq_cloud_config_components = attributes[:'com.adobe.cq.cloud-config.components']
  end

  if attributes.has_key?(:'com.adobe.cq.cloud-config.core')
    self.com_adobe_cq_cloud_config_core = attributes[:'com.adobe.cq.cloud-config.core']
  end

  if attributes.has_key?(:'com.adobe.cq.cloud-config.ui')
    self.com_adobe_cq_cloud_config_ui = attributes[:'com.adobe.cq.cloud-config.ui']
  end

  if attributes.has_key?(:'com.adobe.cq.com.adobe.cq.editor')
    self.com_adobe_cq_com_adobe_cq_editor = attributes[:'com.adobe.cq.com.adobe.cq.editor']
  end

  if attributes.has_key?(:'com.adobe.cq.com.adobe.cq.projects.core')
    self.com_adobe_cq_com_adobe_cq_projects_core = attributes[:'com.adobe.cq.com.adobe.cq.projects.core']
  end

  if attributes.has_key?(:'com.adobe.cq.com.adobe.cq.projects.wcm.core')
    self.com_adobe_cq_com_adobe_cq_projects_wcm_core = attributes[:'com.adobe.cq.com.adobe.cq.projects.wcm.core']
  end

  if attributes.has_key?(:'com.adobe.cq.com.adobe.cq.ui.commons')
    self.com_adobe_cq_com_adobe_cq_ui_commons = attributes[:'com.adobe.cq.com.adobe.cq.ui.commons']
  end

  if attributes.has_key?(:'com.adobe.cq.com.adobe.cq.wcm.style')
    self.com_adobe_cq_com_adobe_cq_wcm_style = attributes[:'com.adobe.cq.com.adobe.cq.wcm.style']
  end

  if attributes.has_key?(:'com.adobe.cq.cq-activitymap-integration')
    self.com_adobe_cq_cq_activitymap_integration = attributes[:'com.adobe.cq.cq-activitymap-integration']
  end

  if attributes.has_key?(:'com.adobe.cq.cq-contexthub-commons')
    self.com_adobe_cq_cq_contexthub_commons = attributes[:'com.adobe.cq.cq-contexthub-commons']
  end

  if attributes.has_key?(:'com.adobe.cq.cq-dtm')
    self.com_adobe_cq_cq_dtm = attributes[:'com.adobe.cq.cq-dtm']
  end

  if attributes.has_key?(:'com.adobe.cq.cq-healthcheck')
    self.com_adobe_cq_cq_healthcheck = attributes[:'com.adobe.cq.cq-healthcheck']
  end

  if attributes.has_key?(:'com.adobe.cq.cq-multisite-targeting')
    self.com_adobe_cq_cq_multisite_targeting = attributes[:'com.adobe.cq.cq-multisite-targeting']
  end

  if attributes.has_key?(:'com.adobe.cq.cq-pre-upgrade-cleanup')
    self.com_adobe_cq_cq_pre_upgrade_cleanup = attributes[:'com.adobe.cq.cq-pre-upgrade-cleanup']
  end

  if attributes.has_key?(:'com.adobe.cq.cq-product-info-provider')
    self.com_adobe_cq_cq_product_info_provider = attributes[:'com.adobe.cq.cq-product-info-provider']
  end

  if attributes.has_key?(:'com.adobe.cq.cq-rest-sites')
    self.com_adobe_cq_cq_rest_sites = attributes[:'com.adobe.cq.cq-rest-sites']
  end

  if attributes.has_key?(:'com.adobe.cq.cq-security-hc')
    self.com_adobe_cq_cq_security_hc = attributes[:'com.adobe.cq.cq-security-hc']
  end

  if attributes.has_key?(:'com.adobe.cq.dam.cq-dam-svg-handler')
    self.com_adobe_cq_dam_cq_dam_svg_handler = attributes[:'com.adobe.cq.dam.cq-dam-svg-handler']
  end

  if attributes.has_key?(:'com.adobe.cq.dam.cq-scene7-imaging')
    self.com_adobe_cq_dam_cq_scene7_imaging = attributes[:'com.adobe.cq.dam.cq-scene7-imaging']
  end

  if attributes.has_key?(:'com.adobe.cq.dtm-reactor.core')
    self.com_adobe_cq_dtm_reactor_core = attributes[:'com.adobe.cq.dtm-reactor.core']
  end

  if attributes.has_key?(:'com.adobe.cq.dtm-reactor.ui')
    self.com_adobe_cq_dtm_reactor_ui = attributes[:'com.adobe.cq.dtm-reactor.ui']
  end

  if attributes.has_key?(:'com.adobe.cq.exp-jspel-resolver')
    self.com_adobe_cq_exp_jspel_resolver = attributes[:'com.adobe.cq.exp-jspel-resolver']
  end

  if attributes.has_key?(:'com.adobe.cq.inbox.cq-inbox')
    self.com_adobe_cq_inbox_cq_inbox = attributes[:'com.adobe.cq.inbox.cq-inbox']
  end

  if attributes.has_key?(:'com.adobe.cq.json-schema-parser')
    self.com_adobe_cq_json_schema_parser = attributes[:'com.adobe.cq.json-schema-parser']
  end

  if attributes.has_key?(:'com.adobe.cq.media.cq-media-publishing-dps-fp-core')
    self.com_adobe_cq_media_cq_media_publishing_dps_fp_core = attributes[:'com.adobe.cq.media.cq-media-publishing-dps-fp-core']
  end

  if attributes.has_key?(:'com.adobe.cq.mobile.cq-mobile-caas')
    self.com_adobe_cq_mobile_cq_mobile_caas = attributes[:'com.adobe.cq.mobile.cq-mobile-caas']
  end

  if attributes.has_key?(:'com.adobe.cq.mobile.cq-mobile-index-builder')
    self.com_adobe_cq_mobile_cq_mobile_index_builder = attributes[:'com.adobe.cq.mobile.cq-mobile-index-builder']
  end

  if attributes.has_key?(:'com.adobe.cq.mobile.cq-mobile-phonegap-build')
    self.com_adobe_cq_mobile_cq_mobile_phonegap_build = attributes[:'com.adobe.cq.mobile.cq-mobile-phonegap-build']
  end

  if attributes.has_key?(:'com.adobe.cq.myspell')
    self.com_adobe_cq_myspell = attributes[:'com.adobe.cq.myspell']
  end

  if attributes.has_key?(:'com.adobe.cq.sample.we.retail.core')
    self.com_adobe_cq_sample_we_retail_core = attributes[:'com.adobe.cq.sample.we.retail.core']
  end

  if attributes.has_key?(:'com.adobe.cq.screens.com.adobe.cq.screens.dcc')
    self.com_adobe_cq_screens_com_adobe_cq_screens_dcc = attributes[:'com.adobe.cq.screens.com.adobe.cq.screens.dcc']
  end

  if attributes.has_key?(:'com.adobe.cq.screens.com.adobe.cq.screens.mq.core')
    self.com_adobe_cq_screens_com_adobe_cq_screens_mq_core = attributes[:'com.adobe.cq.screens.com.adobe.cq.screens.mq.core']
  end

  if attributes.has_key?(:'com.adobe.cq.social.cq-social-as-provider')
    self.com_adobe_cq_social_cq_social_as_provider = attributes[:'com.adobe.cq.social.cq-social-as-provider']
  end

  if attributes.has_key?(:'com.adobe.cq.social.cq-social-badging-basic-impl')
    self.com_adobe_cq_social_cq_social_badging_basic_impl = attributes[:'com.adobe.cq.social.cq-social-badging-basic-impl']
  end

  if attributes.has_key?(:'com.adobe.cq.social.cq-social-badging-impl')
    self.com_adobe_cq_social_cq_social_badging_impl = attributes[:'com.adobe.cq.social.cq-social-badging-impl']
  end

  if attributes.has_key?(:'com.adobe.cq.social.cq-social-calendar-impl')
    self.com_adobe_cq_social_cq_social_calendar_impl = attributes[:'com.adobe.cq.social.cq-social-calendar-impl']
  end

  if attributes.has_key?(:'com.adobe.cq.social.cq-social-content-fragments-impl')
    self.com_adobe_cq_social_cq_social_content_fragments_impl = attributes[:'com.adobe.cq.social.cq-social-content-fragments-impl']
  end

  if attributes.has_key?(:'com.adobe.cq.social.cq-social-enablement-impl')
    self.com_adobe_cq_social_cq_social_enablement_impl = attributes[:'com.adobe.cq.social.cq-social-enablement-impl']
  end

  if attributes.has_key?(:'com.adobe.cq.social.cq-social-graph-impl')
    self.com_adobe_cq_social_cq_social_graph_impl = attributes[:'com.adobe.cq.social.cq-social-graph-impl']
  end

  if attributes.has_key?(:'com.adobe.cq.social.cq-social-ideation-impl')
    self.com_adobe_cq_social_cq_social_ideation_impl = attributes[:'com.adobe.cq.social.cq-social-ideation-impl']
  end

  if attributes.has_key?(:'com.adobe.cq.social.cq-social-jcr-provider')
    self.com_adobe_cq_social_cq_social_jcr_provider = attributes[:'com.adobe.cq.social.cq-social-jcr-provider']
  end

  if attributes.has_key?(:'com.adobe.cq.social.cq-social-members-impl')
    self.com_adobe_cq_social_cq_social_members_impl = attributes[:'com.adobe.cq.social.cq-social-members-impl']
  end

  if attributes.has_key?(:'com.adobe.cq.social.cq-social-ms-provider')
    self.com_adobe_cq_social_cq_social_ms_provider = attributes[:'com.adobe.cq.social.cq-social-ms-provider']
  end

  if attributes.has_key?(:'com.adobe.cq.social.cq-social-notifications-channels-web')
    self.com_adobe_cq_social_cq_social_notifications_channels_web = attributes[:'com.adobe.cq.social.cq-social-notifications-channels-web']
  end

  if attributes.has_key?(:'com.adobe.cq.social.cq-social-notifications-impl')
    self.com_adobe_cq_social_cq_social_notifications_impl = attributes[:'com.adobe.cq.social.cq-social-notifications-impl']
  end

  if attributes.has_key?(:'com.adobe.cq.social.cq-social-rdb-provider')
    self.com_adobe_cq_social_cq_social_rdb_provider = attributes[:'com.adobe.cq.social.cq-social-rdb-provider']
  end

  if attributes.has_key?(:'com.adobe.cq.social.cq-social-scf-impl')
    self.com_adobe_cq_social_cq_social_scf_impl = attributes[:'com.adobe.cq.social.cq-social-scf-impl']
  end

  if attributes.has_key?(:'com.adobe.cq.social.cq-social-scoring-basic-impl')
    self.com_adobe_cq_social_cq_social_scoring_basic_impl = attributes[:'com.adobe.cq.social.cq-social-scoring-basic-impl']
  end

  if attributes.has_key?(:'com.adobe.cq.social.cq-social-scoring-impl')
    self.com_adobe_cq_social_cq_social_scoring_impl = attributes[:'com.adobe.cq.social.cq-social-scoring-impl']
  end

  if attributes.has_key?(:'com.adobe.cq.social.cq-social-serviceusers-impl')
    self.com_adobe_cq_social_cq_social_serviceusers_impl = attributes[:'com.adobe.cq.social.cq-social-serviceusers-impl']
  end

  if attributes.has_key?(:'com.adobe.cq.social.cq-social-srp-impl')
    self.com_adobe_cq_social_cq_social_srp_impl = attributes[:'com.adobe.cq.social.cq-social-srp-impl']
  end

  if attributes.has_key?(:'com.adobe.cq.social.cq-social-ugcbase-impl')
    self.com_adobe_cq_social_cq_social_ugcbase_impl = attributes[:'com.adobe.cq.social.cq-social-ugcbase-impl']
  end

  if attributes.has_key?(:'com.adobe.dam.cq-dam-cfm-impl')
    self.com_adobe_dam_cq_dam_cfm_impl = attributes[:'com.adobe.dam.cq-dam-cfm-impl']
  end

  if attributes.has_key?(:'com.adobe.forms.foundation-forms-foundation-base')
    self.com_adobe_forms_foundation_forms_foundation_base = attributes[:'com.adobe.forms.foundation-forms-foundation-base']
  end

  if attributes.has_key?(:'com.adobe.granite.apicontroller')
    self.com_adobe_granite_apicontroller = attributes[:'com.adobe.granite.apicontroller']
  end

  if attributes.has_key?(:'com.adobe.granite.asset.core')
    self.com_adobe_granite_asset_core = attributes[:'com.adobe.granite.asset.core']
  end

  if attributes.has_key?(:'com.adobe.granite.auth.sso')
    self.com_adobe_granite_auth_sso = attributes[:'com.adobe.granite.auth.sso']
  end

  if attributes.has_key?(:'com.adobe.granite.bundles.hc.impl')
    self.com_adobe_granite_bundles_hc_impl = attributes[:'com.adobe.granite.bundles.hc.impl']
  end

  if attributes.has_key?(:'com.adobe.granite.compat-router')
    self.com_adobe_granite_compat_router = attributes[:'com.adobe.granite.compat-router']
  end

  if attributes.has_key?(:'com.adobe.granite.conf')
    self.com_adobe_granite_conf = attributes[:'com.adobe.granite.conf']
  end

  if attributes.has_key?(:'com.adobe.granite.conf.ui.core')
    self.com_adobe_granite_conf_ui_core = attributes[:'com.adobe.granite.conf.ui.core']
  end

  if attributes.has_key?(:'com.adobe.granite.cors')
    self.com_adobe_granite_cors = attributes[:'com.adobe.granite.cors']
  end

  if attributes.has_key?(:'com.adobe.granite.crx-explorer')
    self.com_adobe_granite_crx_explorer = attributes[:'com.adobe.granite.crx-explorer']
  end

  if attributes.has_key?(:'com.adobe.granite.crxde-lite')
    self.com_adobe_granite_crxde_lite = attributes[:'com.adobe.granite.crxde-lite']
  end

  if attributes.has_key?(:'com.adobe.granite.crypto.config')
    self.com_adobe_granite_crypto_config = attributes[:'com.adobe.granite.crypto.config']
  end

  if attributes.has_key?(:'com.adobe.granite.crypto.extension')
    self.com_adobe_granite_crypto_extension = attributes[:'com.adobe.granite.crypto.extension']
  end

  if attributes.has_key?(:'com.adobe.granite.crypto.file')
    self.com_adobe_granite_crypto_file = attributes[:'com.adobe.granite.crypto.file']
  end

  if attributes.has_key?(:'com.adobe.granite.crypto.jcr')
    self.com_adobe_granite_crypto_jcr = attributes[:'com.adobe.granite.crypto.jcr']
  end

  if attributes.has_key?(:'com.adobe.granite.csrf')
    self.com_adobe_granite_csrf = attributes[:'com.adobe.granite.csrf']
  end

  if attributes.has_key?(:'com.adobe.granite.distribution.core')
    self.com_adobe_granite_distribution_core = attributes[:'com.adobe.granite.distribution.core']
  end

  if attributes.has_key?(:'com.adobe.granite.dropwizard.metrics')
    self.com_adobe_granite_dropwizard_metrics = attributes[:'com.adobe.granite.dropwizard.metrics']
  end

  if attributes.has_key?(:'com.adobe.granite.frags.impl')
    self.com_adobe_granite_frags_impl = attributes[:'com.adobe.granite.frags.impl']
  end

  if attributes.has_key?(:'com.adobe.granite.gibson')
    self.com_adobe_granite_gibson = attributes[:'com.adobe.granite.gibson']
  end

  if attributes.has_key?(:'com.adobe.granite.infocollector')
    self.com_adobe_granite_infocollector = attributes[:'com.adobe.granite.infocollector']
  end

  if attributes.has_key?(:'com.adobe.granite.installer.factory.packages')
    self.com_adobe_granite_installer_factory_packages = attributes[:'com.adobe.granite.installer.factory.packages']
  end

  if attributes.has_key?(:'com.adobe.granite.jetty.ssl')
    self.com_adobe_granite_jetty_ssl = attributes[:'com.adobe.granite.jetty.ssl']
  end

  if attributes.has_key?(:'com.adobe.granite.jobs.async')
    self.com_adobe_granite_jobs_async = attributes[:'com.adobe.granite.jobs.async']
  end

  if attributes.has_key?(:'com.adobe.granite.maintenance.oak')
    self.com_adobe_granite_maintenance_oak = attributes[:'com.adobe.granite.maintenance.oak']
  end

  if attributes.has_key?(:'com.adobe.granite.monitoring.core')
    self.com_adobe_granite_monitoring_core = attributes[:'com.adobe.granite.monitoring.core']
  end

  if attributes.has_key?(:'com.adobe.granite.queries')
    self.com_adobe_granite_queries = attributes[:'com.adobe.granite.queries']
  end

  if attributes.has_key?(:'com.adobe.granite.replication.hc.impl')
    self.com_adobe_granite_replication_hc_impl = attributes[:'com.adobe.granite.replication.hc.impl']
  end

  if attributes.has_key?(:'com.adobe.granite.repository.checker')
    self.com_adobe_granite_repository_checker = attributes[:'com.adobe.granite.repository.checker']
  end

  if attributes.has_key?(:'com.adobe.granite.repository.hc.impl')
    self.com_adobe_granite_repository_hc_impl = attributes[:'com.adobe.granite.repository.hc.impl']
  end

  if attributes.has_key?(:'com.adobe.granite.rest.assets')
    self.com_adobe_granite_rest_assets = attributes[:'com.adobe.granite.rest.assets']
  end

  if attributes.has_key?(:'com.adobe.granite.security.ui')
    self.com_adobe_granite_security_ui = attributes[:'com.adobe.granite.security.ui']
  end

  if attributes.has_key?(:'com.adobe.granite.startup')
    self.com_adobe_granite_startup = attributes[:'com.adobe.granite.startup']
  end

  if attributes.has_key?(:'com.adobe.granite.tagsoup')
    self.com_adobe_granite_tagsoup = attributes[:'com.adobe.granite.tagsoup']
  end

  if attributes.has_key?(:'com.adobe.granite.taskmanagement.core')
    self.com_adobe_granite_taskmanagement_core = attributes[:'com.adobe.granite.taskmanagement.core']
  end

  if attributes.has_key?(:'com.adobe.granite.taskmanagement.workflow')
    self.com_adobe_granite_taskmanagement_workflow = attributes[:'com.adobe.granite.taskmanagement.workflow']
  end

  if attributes.has_key?(:'com.adobe.granite.ui.clientlibs.compiler.less')
    self.com_adobe_granite_ui_clientlibs_compiler_less = attributes[:'com.adobe.granite.ui.clientlibs.compiler.less']
  end

  if attributes.has_key?(:'com.adobe.granite.ui.clientlibs.processor.gcc')
    self.com_adobe_granite_ui_clientlibs_processor_gcc = attributes[:'com.adobe.granite.ui.clientlibs.processor.gcc']
  end

  if attributes.has_key?(:'com.adobe.granite.webconsole.plugins')
    self.com_adobe_granite_webconsole_plugins = attributes[:'com.adobe.granite.webconsole.plugins']
  end

  if attributes.has_key?(:'com.adobe.granite.workflow.console')
    self.com_adobe_granite_workflow_console = attributes[:'com.adobe.granite.workflow.console']
  end

  if attributes.has_key?(:'com.adobe.xmp.worker.files.native.fragment.linux')
    self.com_adobe_xmp_worker_files_native_fragment_linux = attributes[:'com.adobe.xmp.worker.files.native.fragment.linux']
  end

  if attributes.has_key?(:'com.adobe.xmp.worker.files.native.fragment.macosx')
    self.com_adobe_xmp_worker_files_native_fragment_macosx = attributes[:'com.adobe.xmp.worker.files.native.fragment.macosx']
  end

  if attributes.has_key?(:'com.adobe.xmp.worker.files.native.fragment.win')
    self.com_adobe_xmp_worker_files_native_fragment_win = attributes[:'com.adobe.xmp.worker.files.native.fragment.win']
  end

  if attributes.has_key?(:'com.day.commons.osgi.wrapper.simple-jndi')
    self.com_day_commons_osgi_wrapper_simple_jndi = attributes[:'com.day.commons.osgi.wrapper.simple-jndi']
  end

  if attributes.has_key?(:'com.day.cq.cq-authhandler')
    self.com_day_cq_cq_authhandler = attributes[:'com.day.cq.cq-authhandler']
  end

  if attributes.has_key?(:'com.day.cq.cq-compat-configupdate')
    self.com_day_cq_cq_compat_configupdate = attributes[:'com.day.cq.cq-compat-configupdate']
  end

  if attributes.has_key?(:'com.day.cq.cq-licensebranding')
    self.com_day_cq_cq_licensebranding = attributes[:'com.day.cq.cq-licensebranding']
  end

  if attributes.has_key?(:'com.day.cq.cq-notifcation-impl')
    self.com_day_cq_cq_notifcation_impl = attributes[:'com.day.cq.cq-notifcation-impl']
  end

  if attributes.has_key?(:'com.day.cq.cq-replication-audit')
    self.com_day_cq_cq_replication_audit = attributes[:'com.day.cq.cq-replication-audit']
  end

  if attributes.has_key?(:'com.day.cq.cq-search-ext')
    self.com_day_cq_cq_search_ext = attributes[:'com.day.cq.cq-search-ext']
  end

  if attributes.has_key?(:'com.day.cq.dam.cq-dam-annotation-print')
    self.com_day_cq_dam_cq_dam_annotation_print = attributes[:'com.day.cq.dam.cq-dam-annotation-print']
  end

  if attributes.has_key?(:'com.day.cq.dam.cq-dam-asset-usage')
    self.com_day_cq_dam_cq_dam_asset_usage = attributes[:'com.day.cq.dam.cq-dam-asset-usage']
  end

  if attributes.has_key?(:'com.day.cq.dam.cq-dam-s7dam')
    self.com_day_cq_dam_cq_dam_s7dam = attributes[:'com.day.cq.dam.cq-dam-s7dam']
  end

  if attributes.has_key?(:'com.day.cq.dam.cq-dam-similaritysearch')
    self.com_day_cq_dam_cq_dam_similaritysearch = attributes[:'com.day.cq.dam.cq-dam-similaritysearch']
  end

  if attributes.has_key?(:'com.day.cq.dam.dam-webdav-support')
    self.com_day_cq_dam_dam_webdav_support = attributes[:'com.day.cq.dam.dam-webdav-support']
  end

  if attributes.has_key?(:'com.day.cq.pre-upgrade-tasks')
    self.com_day_cq_pre_upgrade_tasks = attributes[:'com.day.cq.pre-upgrade-tasks']
  end

  if attributes.has_key?(:'com.day.cq.replication.extensions')
    self.com_day_cq_replication_extensions = attributes[:'com.day.cq.replication.extensions']
  end

  if attributes.has_key?(:'com.day.cq.wcm.cq-msm-core')
    self.com_day_cq_wcm_cq_msm_core = attributes[:'com.day.cq.wcm.cq-msm-core']
  end

  if attributes.has_key?(:'com.day.cq.wcm.cq-wcm-translation')
    self.com_day_cq_wcm_cq_wcm_translation = attributes[:'com.day.cq.wcm.cq-wcm-translation']
  end

  if attributes.has_key?(:'day-commons-jrawio')
    self.day_commons_jrawio = attributes[:'day-commons-jrawio']
  end

  if attributes.has_key?(:'org.apache.aries.jmx.whiteboard')
    self.org_apache_aries_jmx_whiteboard = attributes[:'org.apache.aries.jmx.whiteboard']
  end

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

  if attributes.has_key?(:'org.apache.felix.org.apache.felix.threaddump')
    self.org_apache_felix_org_apache_felix_threaddump = attributes[:'org.apache.felix.org.apache.felix.threaddump']
  end

  if attributes.has_key?(:'org.apache.felix.webconsole.plugins.ds')
    self.org_apache_felix_webconsole_plugins_ds = attributes[:'org.apache.felix.webconsole.plugins.ds']
  end

  if attributes.has_key?(:'org.apache.felix.webconsole.plugins.event')
    self.org_apache_felix_webconsole_plugins_event = attributes[:'org.apache.felix.webconsole.plugins.event']
  end

  if attributes.has_key?(:'org.apache.felix.webconsole.plugins.memoryusage')
    self.org_apache_felix_webconsole_plugins_memoryusage = attributes[:'org.apache.felix.webconsole.plugins.memoryusage']
  end

  if attributes.has_key?(:'org.apache.felix.webconsole.plugins.packageadmin')
    self.org_apache_felix_webconsole_plugins_packageadmin = attributes[:'org.apache.felix.webconsole.plugins.packageadmin']
  end

  if attributes.has_key?(:'org.apache.jackrabbit.oak-auth-ldap')
    self.org_apache_jackrabbit_oak_auth_ldap = attributes[:'org.apache.jackrabbit.oak-auth-ldap']
  end

  if attributes.has_key?(:'org.apache.jackrabbit.oak-segment-tar')
    self.org_apache_jackrabbit_oak_segment_tar = attributes[:'org.apache.jackrabbit.oak-segment-tar']
  end

  if attributes.has_key?(:'org.apache.jackrabbit.oak-solr-osgi')
    self.org_apache_jackrabbit_oak_solr_osgi = attributes[:'org.apache.jackrabbit.oak-solr-osgi']
  end

  if attributes.has_key?(:'org.apache.sling.bundleresource.impl')
    self.org_apache_sling_bundleresource_impl = attributes[:'org.apache.sling.bundleresource.impl']
  end

  if attributes.has_key?(:'org.apache.sling.commons.fsclassloader')
    self.org_apache_sling_commons_fsclassloader = attributes[:'org.apache.sling.commons.fsclassloader']
  end

  if attributes.has_key?(:'org.apache.sling.commons.log.webconsole')
    self.org_apache_sling_commons_log_webconsole = attributes[:'org.apache.sling.commons.log.webconsole']
  end

  if attributes.has_key?(:'org.apache.sling.datasource')
    self.org_apache_sling_datasource = attributes[:'org.apache.sling.datasource']
  end

  if attributes.has_key?(:'org.apache.sling.discovery.base')
    self.org_apache_sling_discovery_base = attributes[:'org.apache.sling.discovery.base']
  end

  if attributes.has_key?(:'org.apache.sling.discovery.oak')
    self.org_apache_sling_discovery_oak = attributes[:'org.apache.sling.discovery.oak']
  end

  if attributes.has_key?(:'org.apache.sling.discovery.support')
    self.org_apache_sling_discovery_support = attributes[:'org.apache.sling.discovery.support']
  end

  if attributes.has_key?(:'org.apache.sling.distribution.api')
    self.org_apache_sling_distribution_api = attributes[:'org.apache.sling.distribution.api']
  end

  if attributes.has_key?(:'org.apache.sling.distribution.core')
    self.org_apache_sling_distribution_core = attributes[:'org.apache.sling.distribution.core']
  end

  if attributes.has_key?(:'org.apache.sling.extensions.webconsolesecurityprovider')
    self.org_apache_sling_extensions_webconsolesecurityprovider = attributes[:'org.apache.sling.extensions.webconsolesecurityprovider']
  end

  if attributes.has_key?(:'org.apache.sling.hc.webconsole')
    self.org_apache_sling_hc_webconsole = attributes[:'org.apache.sling.hc.webconsole']
  end

  if attributes.has_key?(:'org.apache.sling.installer.console')
    self.org_apache_sling_installer_console = attributes[:'org.apache.sling.installer.console']
  end

  if attributes.has_key?(:'org.apache.sling.installer.provider.file')
    self.org_apache_sling_installer_provider_file = attributes[:'org.apache.sling.installer.provider.file']
  end

  if attributes.has_key?(:'org.apache.sling.installer.provider.jcr')
    self.org_apache_sling_installer_provider_jcr = attributes[:'org.apache.sling.installer.provider.jcr']
  end

  if attributes.has_key?(:'org.apache.sling.jcr.davex')
    self.org_apache_sling_jcr_davex = attributes[:'org.apache.sling.jcr.davex']
  end

  if attributes.has_key?(:'org.apache.sling.jcr.resourcesecurity')
    self.org_apache_sling_jcr_resourcesecurity = attributes[:'org.apache.sling.jcr.resourcesecurity']
  end

  if attributes.has_key?(:'org.apache.sling.jmx.provider')
    self.org_apache_sling_jmx_provider = attributes[:'org.apache.sling.jmx.provider']
  end

  if attributes.has_key?(:'org.apache.sling.launchpad.installer')
    self.org_apache_sling_launchpad_installer = attributes[:'org.apache.sling.launchpad.installer']
  end

  if attributes.has_key?(:'org.apache.sling.models.impl')
    self.org_apache_sling_models_impl = attributes[:'org.apache.sling.models.impl']
  end

  if attributes.has_key?(:'org.apache.sling.repoinit.parser')
    self.org_apache_sling_repoinit_parser = attributes[:'org.apache.sling.repoinit.parser']
  end

  if attributes.has_key?(:'org.apache.sling.resource.inventory')
    self.org_apache_sling_resource_inventory = attributes[:'org.apache.sling.resource.inventory']
  end

  if attributes.has_key?(:'org.apache.sling.resourceresolver')
    self.org_apache_sling_resourceresolver = attributes[:'org.apache.sling.resourceresolver']
  end

  if attributes.has_key?(:'org.apache.sling.scripting.javascript')
    self.org_apache_sling_scripting_javascript = attributes[:'org.apache.sling.scripting.javascript']
  end

  if attributes.has_key?(:'org.apache.sling.scripting.jst')
    self.org_apache_sling_scripting_jst = attributes[:'org.apache.sling.scripting.jst']
  end

  if attributes.has_key?(:'org.apache.sling.scripting.sightly.js.provider')
    self.org_apache_sling_scripting_sightly_js_provider = attributes[:'org.apache.sling.scripting.sightly.js.provider']
  end

  if attributes.has_key?(:'org.apache.sling.scripting.sightly.models.provider')
    self.org_apache_sling_scripting_sightly_models_provider = attributes[:'org.apache.sling.scripting.sightly.models.provider']
  end

  if attributes.has_key?(:'org.apache.sling.security')
    self.org_apache_sling_security = attributes[:'org.apache.sling.security']
  end

  if attributes.has_key?(:'org.apache.sling.servlets.compat')
    self.org_apache_sling_servlets_compat = attributes[:'org.apache.sling.servlets.compat']
  end

  if attributes.has_key?(:'org.apache.sling.servlets.get')
    self.org_apache_sling_servlets_get = attributes[:'org.apache.sling.servlets.get']
  end

  if attributes.has_key?(:'org.apache.sling.startupfilter.disabler')
    self.org_apache_sling_startupfilter_disabler = attributes[:'org.apache.sling.startupfilter.disabler']
  end

  if attributes.has_key?(:'org.apache.sling.tracer')
    self.org_apache_sling_tracer = attributes[:'org.apache.sling.tracer']
  end

  if attributes.has_key?(:'we.retail.client.app.core')
    self.we_retail_client_app_core = attributes[:'we.retail.client.app.core']
  end
end

Instance Attribute Details

#com_adobe_cq_cdn_cdn_rewriterObject

Returns the value of attribute com_adobe_cq_cdn_cdn_rewriter.



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

def com_adobe_cq_cdn_cdn_rewriter
  @com_adobe_cq_cdn_cdn_rewriter
end

#com_adobe_cq_cloud_config_componentsObject

Returns the value of attribute com_adobe_cq_cloud_config_components.



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

def com_adobe_cq_cloud_config_components
  @com_adobe_cq_cloud_config_components
end

#com_adobe_cq_cloud_config_coreObject

Returns the value of attribute com_adobe_cq_cloud_config_core.



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

def com_adobe_cq_cloud_config_core
  @com_adobe_cq_cloud_config_core
end

#com_adobe_cq_cloud_config_uiObject

Returns the value of attribute com_adobe_cq_cloud_config_ui.



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

def com_adobe_cq_cloud_config_ui
  @com_adobe_cq_cloud_config_ui
end

#com_adobe_cq_com_adobe_cq_editorObject

Returns the value of attribute com_adobe_cq_com_adobe_cq_editor.



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

def com_adobe_cq_com_adobe_cq_editor
  @com_adobe_cq_com_adobe_cq_editor
end

#com_adobe_cq_com_adobe_cq_projects_coreObject

Returns the value of attribute com_adobe_cq_com_adobe_cq_projects_core.



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

def com_adobe_cq_com_adobe_cq_projects_core
  @com_adobe_cq_com_adobe_cq_projects_core
end

#com_adobe_cq_com_adobe_cq_projects_wcm_coreObject

Returns the value of attribute com_adobe_cq_com_adobe_cq_projects_wcm_core.



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

def com_adobe_cq_com_adobe_cq_projects_wcm_core
  @com_adobe_cq_com_adobe_cq_projects_wcm_core
end

#com_adobe_cq_com_adobe_cq_ui_commonsObject

Returns the value of attribute com_adobe_cq_com_adobe_cq_ui_commons.



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

def com_adobe_cq_com_adobe_cq_ui_commons
  @com_adobe_cq_com_adobe_cq_ui_commons
end

#com_adobe_cq_com_adobe_cq_wcm_styleObject

Returns the value of attribute com_adobe_cq_com_adobe_cq_wcm_style.



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

def com_adobe_cq_com_adobe_cq_wcm_style
  @com_adobe_cq_com_adobe_cq_wcm_style
end

#com_adobe_cq_cq_activitymap_integrationObject

Returns the value of attribute com_adobe_cq_cq_activitymap_integration.



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

def com_adobe_cq_cq_activitymap_integration
  @com_adobe_cq_cq_activitymap_integration
end

#com_adobe_cq_cq_contexthub_commonsObject

Returns the value of attribute com_adobe_cq_cq_contexthub_commons.



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

def com_adobe_cq_cq_contexthub_commons
  @com_adobe_cq_cq_contexthub_commons
end

#com_adobe_cq_cq_dtmObject

Returns the value of attribute com_adobe_cq_cq_dtm.



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

def com_adobe_cq_cq_dtm
  @com_adobe_cq_cq_dtm
end

#com_adobe_cq_cq_healthcheckObject

Returns the value of attribute com_adobe_cq_cq_healthcheck.



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

def com_adobe_cq_cq_healthcheck
  @com_adobe_cq_cq_healthcheck
end

#com_adobe_cq_cq_multisite_targetingObject

Returns the value of attribute com_adobe_cq_cq_multisite_targeting.



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

def com_adobe_cq_cq_multisite_targeting
  @com_adobe_cq_cq_multisite_targeting
end

#com_adobe_cq_cq_pre_upgrade_cleanupObject

Returns the value of attribute com_adobe_cq_cq_pre_upgrade_cleanup.



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

def com_adobe_cq_cq_pre_upgrade_cleanup
  @com_adobe_cq_cq_pre_upgrade_cleanup
end

#com_adobe_cq_cq_product_info_providerObject

Returns the value of attribute com_adobe_cq_cq_product_info_provider.



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

def com_adobe_cq_cq_product_info_provider
  @com_adobe_cq_cq_product_info_provider
end

#com_adobe_cq_cq_rest_sitesObject

Returns the value of attribute com_adobe_cq_cq_rest_sites.



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

def com_adobe_cq_cq_rest_sites
  @com_adobe_cq_cq_rest_sites
end

#com_adobe_cq_cq_security_hcObject

Returns the value of attribute com_adobe_cq_cq_security_hc.



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

def com_adobe_cq_cq_security_hc
  @com_adobe_cq_cq_security_hc
end

#com_adobe_cq_dam_cq_dam_svg_handlerObject

Returns the value of attribute com_adobe_cq_dam_cq_dam_svg_handler.



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

def com_adobe_cq_dam_cq_dam_svg_handler
  @com_adobe_cq_dam_cq_dam_svg_handler
end

#com_adobe_cq_dam_cq_scene7_imagingObject

Returns the value of attribute com_adobe_cq_dam_cq_scene7_imaging.



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

def com_adobe_cq_dam_cq_scene7_imaging
  @com_adobe_cq_dam_cq_scene7_imaging
end

#com_adobe_cq_dtm_reactor_coreObject

Returns the value of attribute com_adobe_cq_dtm_reactor_core.



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

def com_adobe_cq_dtm_reactor_core
  @com_adobe_cq_dtm_reactor_core
end

#com_adobe_cq_dtm_reactor_uiObject

Returns the value of attribute com_adobe_cq_dtm_reactor_ui.



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

def com_adobe_cq_dtm_reactor_ui
  @com_adobe_cq_dtm_reactor_ui
end

#com_adobe_cq_exp_jspel_resolverObject

Returns the value of attribute com_adobe_cq_exp_jspel_resolver.



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

def com_adobe_cq_exp_jspel_resolver
  @com_adobe_cq_exp_jspel_resolver
end

#com_adobe_cq_inbox_cq_inboxObject

Returns the value of attribute com_adobe_cq_inbox_cq_inbox.



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

def com_adobe_cq_inbox_cq_inbox
  @com_adobe_cq_inbox_cq_inbox
end

#com_adobe_cq_json_schema_parserObject

Returns the value of attribute com_adobe_cq_json_schema_parser.



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

def com_adobe_cq_json_schema_parser
  @com_adobe_cq_json_schema_parser
end

#com_adobe_cq_media_cq_media_publishing_dps_fp_coreObject

Returns the value of attribute com_adobe_cq_media_cq_media_publishing_dps_fp_core.



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

def com_adobe_cq_media_cq_media_publishing_dps_fp_core
  @com_adobe_cq_media_cq_media_publishing_dps_fp_core
end

#com_adobe_cq_mobile_cq_mobile_caasObject

Returns the value of attribute com_adobe_cq_mobile_cq_mobile_caas.



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

def com_adobe_cq_mobile_cq_mobile_caas
  @com_adobe_cq_mobile_cq_mobile_caas
end

#com_adobe_cq_mobile_cq_mobile_index_builderObject

Returns the value of attribute com_adobe_cq_mobile_cq_mobile_index_builder.



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

def com_adobe_cq_mobile_cq_mobile_index_builder
  @com_adobe_cq_mobile_cq_mobile_index_builder
end

#com_adobe_cq_mobile_cq_mobile_phonegap_buildObject

Returns the value of attribute com_adobe_cq_mobile_cq_mobile_phonegap_build.



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

def com_adobe_cq_mobile_cq_mobile_phonegap_build
  @com_adobe_cq_mobile_cq_mobile_phonegap_build
end

#com_adobe_cq_myspellObject

Returns the value of attribute com_adobe_cq_myspell.



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

def com_adobe_cq_myspell
  @com_adobe_cq_myspell
end

#com_adobe_cq_sample_we_retail_coreObject

Returns the value of attribute com_adobe_cq_sample_we_retail_core.



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

def com_adobe_cq_sample_we_retail_core
  @com_adobe_cq_sample_we_retail_core
end

#com_adobe_cq_screens_com_adobe_cq_screens_dccObject

Returns the value of attribute com_adobe_cq_screens_com_adobe_cq_screens_dcc.



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

def com_adobe_cq_screens_com_adobe_cq_screens_dcc
  @com_adobe_cq_screens_com_adobe_cq_screens_dcc
end

#com_adobe_cq_screens_com_adobe_cq_screens_mq_coreObject

Returns the value of attribute com_adobe_cq_screens_com_adobe_cq_screens_mq_core.



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

def com_adobe_cq_screens_com_adobe_cq_screens_mq_core
  @com_adobe_cq_screens_com_adobe_cq_screens_mq_core
end

#com_adobe_cq_social_cq_social_as_providerObject

Returns the value of attribute com_adobe_cq_social_cq_social_as_provider.



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

def com_adobe_cq_social_cq_social_as_provider
  @com_adobe_cq_social_cq_social_as_provider
end

#com_adobe_cq_social_cq_social_badging_basic_implObject

Returns the value of attribute com_adobe_cq_social_cq_social_badging_basic_impl.



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

def com_adobe_cq_social_cq_social_badging_basic_impl
  @com_adobe_cq_social_cq_social_badging_basic_impl
end

#com_adobe_cq_social_cq_social_badging_implObject

Returns the value of attribute com_adobe_cq_social_cq_social_badging_impl.



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

def com_adobe_cq_social_cq_social_badging_impl
  @com_adobe_cq_social_cq_social_badging_impl
end

#com_adobe_cq_social_cq_social_calendar_implObject

Returns the value of attribute com_adobe_cq_social_cq_social_calendar_impl.



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

def com_adobe_cq_social_cq_social_calendar_impl
  @com_adobe_cq_social_cq_social_calendar_impl
end

#com_adobe_cq_social_cq_social_content_fragments_implObject

Returns the value of attribute com_adobe_cq_social_cq_social_content_fragments_impl.



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

def com_adobe_cq_social_cq_social_content_fragments_impl
  @com_adobe_cq_social_cq_social_content_fragments_impl
end

#com_adobe_cq_social_cq_social_enablement_implObject

Returns the value of attribute com_adobe_cq_social_cq_social_enablement_impl.



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

def com_adobe_cq_social_cq_social_enablement_impl
  @com_adobe_cq_social_cq_social_enablement_impl
end

#com_adobe_cq_social_cq_social_graph_implObject

Returns the value of attribute com_adobe_cq_social_cq_social_graph_impl.



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

def com_adobe_cq_social_cq_social_graph_impl
  @com_adobe_cq_social_cq_social_graph_impl
end

#com_adobe_cq_social_cq_social_ideation_implObject

Returns the value of attribute com_adobe_cq_social_cq_social_ideation_impl.



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

def com_adobe_cq_social_cq_social_ideation_impl
  @com_adobe_cq_social_cq_social_ideation_impl
end

#com_adobe_cq_social_cq_social_jcr_providerObject

Returns the value of attribute com_adobe_cq_social_cq_social_jcr_provider.



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

def com_adobe_cq_social_cq_social_jcr_provider
  @com_adobe_cq_social_cq_social_jcr_provider
end

#com_adobe_cq_social_cq_social_members_implObject

Returns the value of attribute com_adobe_cq_social_cq_social_members_impl.



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

def com_adobe_cq_social_cq_social_members_impl
  @com_adobe_cq_social_cq_social_members_impl
end

#com_adobe_cq_social_cq_social_ms_providerObject

Returns the value of attribute com_adobe_cq_social_cq_social_ms_provider.



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

def com_adobe_cq_social_cq_social_ms_provider
  @com_adobe_cq_social_cq_social_ms_provider
end

#com_adobe_cq_social_cq_social_notifications_channels_webObject

Returns the value of attribute com_adobe_cq_social_cq_social_notifications_channels_web.



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

def com_adobe_cq_social_cq_social_notifications_channels_web
  @com_adobe_cq_social_cq_social_notifications_channels_web
end

#com_adobe_cq_social_cq_social_notifications_implObject

Returns the value of attribute com_adobe_cq_social_cq_social_notifications_impl.



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

def com_adobe_cq_social_cq_social_notifications_impl
  @com_adobe_cq_social_cq_social_notifications_impl
end

#com_adobe_cq_social_cq_social_rdb_providerObject

Returns the value of attribute com_adobe_cq_social_cq_social_rdb_provider.



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

def com_adobe_cq_social_cq_social_rdb_provider
  @com_adobe_cq_social_cq_social_rdb_provider
end

#com_adobe_cq_social_cq_social_scf_implObject

Returns the value of attribute com_adobe_cq_social_cq_social_scf_impl.



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

def com_adobe_cq_social_cq_social_scf_impl
  @com_adobe_cq_social_cq_social_scf_impl
end

#com_adobe_cq_social_cq_social_scoring_basic_implObject

Returns the value of attribute com_adobe_cq_social_cq_social_scoring_basic_impl.



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

def com_adobe_cq_social_cq_social_scoring_basic_impl
  @com_adobe_cq_social_cq_social_scoring_basic_impl
end

#com_adobe_cq_social_cq_social_scoring_implObject

Returns the value of attribute com_adobe_cq_social_cq_social_scoring_impl.



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

def com_adobe_cq_social_cq_social_scoring_impl
  @com_adobe_cq_social_cq_social_scoring_impl
end

#com_adobe_cq_social_cq_social_serviceusers_implObject

Returns the value of attribute com_adobe_cq_social_cq_social_serviceusers_impl.



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

def com_adobe_cq_social_cq_social_serviceusers_impl
  @com_adobe_cq_social_cq_social_serviceusers_impl
end

#com_adobe_cq_social_cq_social_srp_implObject

Returns the value of attribute com_adobe_cq_social_cq_social_srp_impl.



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

def com_adobe_cq_social_cq_social_srp_impl
  @com_adobe_cq_social_cq_social_srp_impl
end

#com_adobe_cq_social_cq_social_ugcbase_implObject

Returns the value of attribute com_adobe_cq_social_cq_social_ugcbase_impl.



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

def com_adobe_cq_social_cq_social_ugcbase_impl
  @com_adobe_cq_social_cq_social_ugcbase_impl
end

#com_adobe_dam_cq_dam_cfm_implObject

Returns the value of attribute com_adobe_dam_cq_dam_cfm_impl.



123
124
125
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 123

def com_adobe_dam_cq_dam_cfm_impl
  @com_adobe_dam_cq_dam_cfm_impl
end

#com_adobe_forms_foundation_forms_foundation_baseObject

Returns the value of attribute com_adobe_forms_foundation_forms_foundation_base.



125
126
127
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 125

def com_adobe_forms_foundation_forms_foundation_base
  @com_adobe_forms_foundation_forms_foundation_base
end

#com_adobe_granite_apicontrollerObject

Returns the value of attribute com_adobe_granite_apicontroller.



127
128
129
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 127

def com_adobe_granite_apicontroller
  @com_adobe_granite_apicontroller
end

#com_adobe_granite_asset_coreObject

Returns the value of attribute com_adobe_granite_asset_core.



129
130
131
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 129

def com_adobe_granite_asset_core
  @com_adobe_granite_asset_core
end

#com_adobe_granite_auth_ssoObject

Returns the value of attribute com_adobe_granite_auth_sso.



131
132
133
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 131

def com_adobe_granite_auth_sso
  @com_adobe_granite_auth_sso
end

#com_adobe_granite_bundles_hc_implObject

Returns the value of attribute com_adobe_granite_bundles_hc_impl.



133
134
135
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 133

def com_adobe_granite_bundles_hc_impl
  @com_adobe_granite_bundles_hc_impl
end

#com_adobe_granite_compat_routerObject

Returns the value of attribute com_adobe_granite_compat_router.



135
136
137
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 135

def com_adobe_granite_compat_router
  @com_adobe_granite_compat_router
end

#com_adobe_granite_confObject

Returns the value of attribute com_adobe_granite_conf.



137
138
139
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 137

def com_adobe_granite_conf
  @com_adobe_granite_conf
end

#com_adobe_granite_conf_ui_coreObject

Returns the value of attribute com_adobe_granite_conf_ui_core.



139
140
141
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 139

def com_adobe_granite_conf_ui_core
  @com_adobe_granite_conf_ui_core
end

#com_adobe_granite_corsObject

Returns the value of attribute com_adobe_granite_cors.



141
142
143
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 141

def com_adobe_granite_cors
  @com_adobe_granite_cors
end

#com_adobe_granite_crx_explorerObject

Returns the value of attribute com_adobe_granite_crx_explorer.



143
144
145
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 143

def com_adobe_granite_crx_explorer
  @com_adobe_granite_crx_explorer
end

#com_adobe_granite_crxde_liteObject

Returns the value of attribute com_adobe_granite_crxde_lite.



145
146
147
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 145

def com_adobe_granite_crxde_lite
  @com_adobe_granite_crxde_lite
end

#com_adobe_granite_crypto_configObject

Returns the value of attribute com_adobe_granite_crypto_config.



147
148
149
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 147

def com_adobe_granite_crypto_config
  @com_adobe_granite_crypto_config
end

#com_adobe_granite_crypto_extensionObject

Returns the value of attribute com_adobe_granite_crypto_extension.



149
150
151
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 149

def com_adobe_granite_crypto_extension
  @com_adobe_granite_crypto_extension
end

#com_adobe_granite_crypto_fileObject

Returns the value of attribute com_adobe_granite_crypto_file.



151
152
153
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 151

def com_adobe_granite_crypto_file
  @com_adobe_granite_crypto_file
end

#com_adobe_granite_crypto_jcrObject

Returns the value of attribute com_adobe_granite_crypto_jcr.



153
154
155
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 153

def com_adobe_granite_crypto_jcr
  @com_adobe_granite_crypto_jcr
end

#com_adobe_granite_csrfObject

Returns the value of attribute com_adobe_granite_csrf.



155
156
157
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 155

def com_adobe_granite_csrf
  @com_adobe_granite_csrf
end

#com_adobe_granite_distribution_coreObject

Returns the value of attribute com_adobe_granite_distribution_core.



157
158
159
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 157

def com_adobe_granite_distribution_core
  @com_adobe_granite_distribution_core
end

#com_adobe_granite_dropwizard_metricsObject

Returns the value of attribute com_adobe_granite_dropwizard_metrics.



159
160
161
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 159

def com_adobe_granite_dropwizard_metrics
  @com_adobe_granite_dropwizard_metrics
end

#com_adobe_granite_frags_implObject

Returns the value of attribute com_adobe_granite_frags_impl.



161
162
163
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 161

def com_adobe_granite_frags_impl
  @com_adobe_granite_frags_impl
end

#com_adobe_granite_gibsonObject

Returns the value of attribute com_adobe_granite_gibson.



163
164
165
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 163

def com_adobe_granite_gibson
  @com_adobe_granite_gibson
end

#com_adobe_granite_infocollectorObject

Returns the value of attribute com_adobe_granite_infocollector.



165
166
167
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 165

def com_adobe_granite_infocollector
  @com_adobe_granite_infocollector
end

#com_adobe_granite_installer_factory_packagesObject

Returns the value of attribute com_adobe_granite_installer_factory_packages.



167
168
169
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 167

def com_adobe_granite_installer_factory_packages
  @com_adobe_granite_installer_factory_packages
end

#com_adobe_granite_jetty_sslObject

Returns the value of attribute com_adobe_granite_jetty_ssl.



169
170
171
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 169

def com_adobe_granite_jetty_ssl
  @com_adobe_granite_jetty_ssl
end

#com_adobe_granite_jobs_asyncObject

Returns the value of attribute com_adobe_granite_jobs_async.



171
172
173
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 171

def com_adobe_granite_jobs_async
  @com_adobe_granite_jobs_async
end

#com_adobe_granite_maintenance_oakObject

Returns the value of attribute com_adobe_granite_maintenance_oak.



173
174
175
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 173

def com_adobe_granite_maintenance_oak
  @com_adobe_granite_maintenance_oak
end

#com_adobe_granite_monitoring_coreObject

Returns the value of attribute com_adobe_granite_monitoring_core.



175
176
177
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 175

def com_adobe_granite_monitoring_core
  @com_adobe_granite_monitoring_core
end

#com_adobe_granite_queriesObject

Returns the value of attribute com_adobe_granite_queries.



177
178
179
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 177

def com_adobe_granite_queries
  @com_adobe_granite_queries
end

#com_adobe_granite_replication_hc_implObject

Returns the value of attribute com_adobe_granite_replication_hc_impl.



179
180
181
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 179

def com_adobe_granite_replication_hc_impl
  @com_adobe_granite_replication_hc_impl
end

#com_adobe_granite_repository_checkerObject

Returns the value of attribute com_adobe_granite_repository_checker.



181
182
183
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 181

def com_adobe_granite_repository_checker
  @com_adobe_granite_repository_checker
end

#com_adobe_granite_repository_hc_implObject

Returns the value of attribute com_adobe_granite_repository_hc_impl.



183
184
185
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 183

def com_adobe_granite_repository_hc_impl
  @com_adobe_granite_repository_hc_impl
end

#com_adobe_granite_rest_assetsObject

Returns the value of attribute com_adobe_granite_rest_assets.



185
186
187
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 185

def com_adobe_granite_rest_assets
  @com_adobe_granite_rest_assets
end

#com_adobe_granite_security_uiObject

Returns the value of attribute com_adobe_granite_security_ui.



187
188
189
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 187

def com_adobe_granite_security_ui
  @com_adobe_granite_security_ui
end

#com_adobe_granite_startupObject

Returns the value of attribute com_adobe_granite_startup.



189
190
191
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 189

def com_adobe_granite_startup
  @com_adobe_granite_startup
end

#com_adobe_granite_tagsoupObject

Returns the value of attribute com_adobe_granite_tagsoup.



191
192
193
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 191

def com_adobe_granite_tagsoup
  @com_adobe_granite_tagsoup
end

#com_adobe_granite_taskmanagement_coreObject

Returns the value of attribute com_adobe_granite_taskmanagement_core.



193
194
195
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 193

def com_adobe_granite_taskmanagement_core
  @com_adobe_granite_taskmanagement_core
end

#com_adobe_granite_taskmanagement_workflowObject

Returns the value of attribute com_adobe_granite_taskmanagement_workflow.



195
196
197
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 195

def com_adobe_granite_taskmanagement_workflow
  @com_adobe_granite_taskmanagement_workflow
end

#com_adobe_granite_ui_clientlibs_compiler_lessObject

Returns the value of attribute com_adobe_granite_ui_clientlibs_compiler_less.



197
198
199
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 197

def com_adobe_granite_ui_clientlibs_compiler_less
  @com_adobe_granite_ui_clientlibs_compiler_less
end

#com_adobe_granite_ui_clientlibs_processor_gccObject

Returns the value of attribute com_adobe_granite_ui_clientlibs_processor_gcc.



199
200
201
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 199

def com_adobe_granite_ui_clientlibs_processor_gcc
  @com_adobe_granite_ui_clientlibs_processor_gcc
end

#com_adobe_granite_webconsole_pluginsObject

Returns the value of attribute com_adobe_granite_webconsole_plugins.



201
202
203
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 201

def com_adobe_granite_webconsole_plugins
  @com_adobe_granite_webconsole_plugins
end

#com_adobe_granite_workflow_consoleObject

Returns the value of attribute com_adobe_granite_workflow_console.



203
204
205
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 203

def com_adobe_granite_workflow_console
  @com_adobe_granite_workflow_console
end

#com_adobe_xmp_worker_files_native_fragment_linuxObject

Returns the value of attribute com_adobe_xmp_worker_files_native_fragment_linux.



205
206
207
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 205

def com_adobe_xmp_worker_files_native_fragment_linux
  @com_adobe_xmp_worker_files_native_fragment_linux
end

#com_adobe_xmp_worker_files_native_fragment_macosxObject

Returns the value of attribute com_adobe_xmp_worker_files_native_fragment_macosx.



207
208
209
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 207

def com_adobe_xmp_worker_files_native_fragment_macosx
  @com_adobe_xmp_worker_files_native_fragment_macosx
end

#com_adobe_xmp_worker_files_native_fragment_winObject

Returns the value of attribute com_adobe_xmp_worker_files_native_fragment_win.



209
210
211
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 209

def com_adobe_xmp_worker_files_native_fragment_win
  @com_adobe_xmp_worker_files_native_fragment_win
end

#com_day_commons_osgi_wrapper_simple_jndiObject

Returns the value of attribute com_day_commons_osgi_wrapper_simple_jndi.



211
212
213
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 211

def com_day_commons_osgi_wrapper_simple_jndi
  @com_day_commons_osgi_wrapper_simple_jndi
end

#com_day_cq_cq_authhandlerObject

Returns the value of attribute com_day_cq_cq_authhandler.



213
214
215
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 213

def com_day_cq_cq_authhandler
  @com_day_cq_cq_authhandler
end

#com_day_cq_cq_compat_configupdateObject

Returns the value of attribute com_day_cq_cq_compat_configupdate.



215
216
217
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 215

def com_day_cq_cq_compat_configupdate
  @com_day_cq_cq_compat_configupdate
end

#com_day_cq_cq_licensebrandingObject

Returns the value of attribute com_day_cq_cq_licensebranding.



217
218
219
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 217

def com_day_cq_cq_licensebranding
  @com_day_cq_cq_licensebranding
end

#com_day_cq_cq_notifcation_implObject

Returns the value of attribute com_day_cq_cq_notifcation_impl.



219
220
221
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 219

def com_day_cq_cq_notifcation_impl
  @com_day_cq_cq_notifcation_impl
end

#com_day_cq_cq_replication_auditObject

Returns the value of attribute com_day_cq_cq_replication_audit.



221
222
223
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 221

def com_day_cq_cq_replication_audit
  @com_day_cq_cq_replication_audit
end

#com_day_cq_cq_search_extObject

Returns the value of attribute com_day_cq_cq_search_ext.



223
224
225
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 223

def com_day_cq_cq_search_ext
  @com_day_cq_cq_search_ext
end

#com_day_cq_dam_cq_dam_annotation_printObject

Returns the value of attribute com_day_cq_dam_cq_dam_annotation_print.



225
226
227
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 225

def com_day_cq_dam_cq_dam_annotation_print
  @com_day_cq_dam_cq_dam_annotation_print
end

#com_day_cq_dam_cq_dam_asset_usageObject

Returns the value of attribute com_day_cq_dam_cq_dam_asset_usage.



227
228
229
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 227

def com_day_cq_dam_cq_dam_asset_usage
  @com_day_cq_dam_cq_dam_asset_usage
end

#com_day_cq_dam_cq_dam_s7damObject

Returns the value of attribute com_day_cq_dam_cq_dam_s7dam.



229
230
231
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 229

def com_day_cq_dam_cq_dam_s7dam
  @com_day_cq_dam_cq_dam_s7dam
end

#com_day_cq_dam_cq_dam_similaritysearchObject

Returns the value of attribute com_day_cq_dam_cq_dam_similaritysearch.



231
232
233
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 231

def com_day_cq_dam_cq_dam_similaritysearch
  @com_day_cq_dam_cq_dam_similaritysearch
end

#com_day_cq_dam_dam_webdav_supportObject

Returns the value of attribute com_day_cq_dam_dam_webdav_support.



233
234
235
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 233

def com_day_cq_dam_dam_webdav_support
  @com_day_cq_dam_dam_webdav_support
end

#com_day_cq_pre_upgrade_tasksObject

Returns the value of attribute com_day_cq_pre_upgrade_tasks.



235
236
237
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 235

def com_day_cq_pre_upgrade_tasks
  @com_day_cq_pre_upgrade_tasks
end

#com_day_cq_replication_extensionsObject

Returns the value of attribute com_day_cq_replication_extensions.



237
238
239
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 237

def com_day_cq_replication_extensions
  @com_day_cq_replication_extensions
end

#com_day_cq_wcm_cq_msm_coreObject

Returns the value of attribute com_day_cq_wcm_cq_msm_core.



239
240
241
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 239

def com_day_cq_wcm_cq_msm_core
  @com_day_cq_wcm_cq_msm_core
end

#com_day_cq_wcm_cq_wcm_translationObject

Returns the value of attribute com_day_cq_wcm_cq_wcm_translation.



241
242
243
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 241

def com_day_cq_wcm_cq_wcm_translation
  @com_day_cq_wcm_cq_wcm_translation
end

#day_commons_jrawioObject

Returns the value of attribute day_commons_jrawio.



243
244
245
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 243

def day_commons_jrawio
  @day_commons_jrawio
end

#org_apache_aries_jmx_whiteboardObject

Returns the value of attribute org_apache_aries_jmx_whiteboard.



245
246
247
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 245

def org_apache_aries_jmx_whiteboard
  @org_apache_aries_jmx_whiteboard
end

#org_apache_felix_http_sslfilterObject

Returns the value of attribute org_apache_felix_http_sslfilter.



247
248
249
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 247

def org_apache_felix_http_sslfilter
  @org_apache_felix_http_sslfilter
end

#org_apache_felix_org_apache_felix_threaddumpObject

Returns the value of attribute org_apache_felix_org_apache_felix_threaddump.



249
250
251
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 249

def org_apache_felix_org_apache_felix_threaddump
  @org_apache_felix_org_apache_felix_threaddump
end

#org_apache_felix_webconsole_plugins_dsObject

Returns the value of attribute org_apache_felix_webconsole_plugins_ds.



251
252
253
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 251

def org_apache_felix_webconsole_plugins_ds
  @org_apache_felix_webconsole_plugins_ds
end

#org_apache_felix_webconsole_plugins_eventObject

Returns the value of attribute org_apache_felix_webconsole_plugins_event.



253
254
255
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 253

def org_apache_felix_webconsole_plugins_event
  @org_apache_felix_webconsole_plugins_event
end

#org_apache_felix_webconsole_plugins_memoryusageObject

Returns the value of attribute org_apache_felix_webconsole_plugins_memoryusage.



255
256
257
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 255

def org_apache_felix_webconsole_plugins_memoryusage
  @org_apache_felix_webconsole_plugins_memoryusage
end

#org_apache_felix_webconsole_plugins_packageadminObject

Returns the value of attribute org_apache_felix_webconsole_plugins_packageadmin.



257
258
259
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 257

def org_apache_felix_webconsole_plugins_packageadmin
  @org_apache_felix_webconsole_plugins_packageadmin
end

#org_apache_jackrabbit_oak_auth_ldapObject

Returns the value of attribute org_apache_jackrabbit_oak_auth_ldap.



259
260
261
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 259

def org_apache_jackrabbit_oak_auth_ldap
  @org_apache_jackrabbit_oak_auth_ldap
end

#org_apache_jackrabbit_oak_segment_tarObject

Returns the value of attribute org_apache_jackrabbit_oak_segment_tar.



261
262
263
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 261

def org_apache_jackrabbit_oak_segment_tar
  @org_apache_jackrabbit_oak_segment_tar
end

#org_apache_jackrabbit_oak_solr_osgiObject

Returns the value of attribute org_apache_jackrabbit_oak_solr_osgi.



263
264
265
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 263

def org_apache_jackrabbit_oak_solr_osgi
  @org_apache_jackrabbit_oak_solr_osgi
end

#org_apache_sling_bundleresource_implObject

Returns the value of attribute org_apache_sling_bundleresource_impl.



265
266
267
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 265

def org_apache_sling_bundleresource_impl
  @org_apache_sling_bundleresource_impl
end

#org_apache_sling_commons_fsclassloaderObject

Returns the value of attribute org_apache_sling_commons_fsclassloader.



267
268
269
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 267

def org_apache_sling_commons_fsclassloader
  @org_apache_sling_commons_fsclassloader
end

#org_apache_sling_commons_log_webconsoleObject

Returns the value of attribute org_apache_sling_commons_log_webconsole.



269
270
271
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 269

def org_apache_sling_commons_log_webconsole
  @org_apache_sling_commons_log_webconsole
end

#org_apache_sling_datasourceObject

Returns the value of attribute org_apache_sling_datasource.



271
272
273
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 271

def org_apache_sling_datasource
  @org_apache_sling_datasource
end

#org_apache_sling_discovery_baseObject

Returns the value of attribute org_apache_sling_discovery_base.



273
274
275
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 273

def org_apache_sling_discovery_base
  @org_apache_sling_discovery_base
end

#org_apache_sling_discovery_oakObject

Returns the value of attribute org_apache_sling_discovery_oak.



275
276
277
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 275

def org_apache_sling_discovery_oak
  @org_apache_sling_discovery_oak
end

#org_apache_sling_discovery_supportObject

Returns the value of attribute org_apache_sling_discovery_support.



277
278
279
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 277

def org_apache_sling_discovery_support
  @org_apache_sling_discovery_support
end

#org_apache_sling_distribution_apiObject

Returns the value of attribute org_apache_sling_distribution_api.



279
280
281
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 279

def org_apache_sling_distribution_api
  @org_apache_sling_distribution_api
end

#org_apache_sling_distribution_coreObject

Returns the value of attribute org_apache_sling_distribution_core.



281
282
283
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 281

def org_apache_sling_distribution_core
  @org_apache_sling_distribution_core
end

#org_apache_sling_extensions_webconsolesecurityproviderObject

Returns the value of attribute org_apache_sling_extensions_webconsolesecurityprovider.



283
284
285
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 283

def org_apache_sling_extensions_webconsolesecurityprovider
  @org_apache_sling_extensions_webconsolesecurityprovider
end

#org_apache_sling_hc_webconsoleObject

Returns the value of attribute org_apache_sling_hc_webconsole.



285
286
287
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 285

def org_apache_sling_hc_webconsole
  @org_apache_sling_hc_webconsole
end

#org_apache_sling_installer_consoleObject

Returns the value of attribute org_apache_sling_installer_console.



287
288
289
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 287

def org_apache_sling_installer_console
  @org_apache_sling_installer_console
end

#org_apache_sling_installer_provider_fileObject

Returns the value of attribute org_apache_sling_installer_provider_file.



289
290
291
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 289

def org_apache_sling_installer_provider_file
  @org_apache_sling_installer_provider_file
end

#org_apache_sling_installer_provider_jcrObject

Returns the value of attribute org_apache_sling_installer_provider_jcr.



291
292
293
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 291

def org_apache_sling_installer_provider_jcr
  @org_apache_sling_installer_provider_jcr
end

#org_apache_sling_jcr_davexObject

Returns the value of attribute org_apache_sling_jcr_davex.



293
294
295
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 293

def org_apache_sling_jcr_davex
  @org_apache_sling_jcr_davex
end

#org_apache_sling_jcr_resourcesecurityObject

Returns the value of attribute org_apache_sling_jcr_resourcesecurity.



295
296
297
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 295

def org_apache_sling_jcr_resourcesecurity
  @org_apache_sling_jcr_resourcesecurity
end

#org_apache_sling_jmx_providerObject

Returns the value of attribute org_apache_sling_jmx_provider.



297
298
299
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 297

def org_apache_sling_jmx_provider
  @org_apache_sling_jmx_provider
end

#org_apache_sling_launchpad_installerObject

Returns the value of attribute org_apache_sling_launchpad_installer.



299
300
301
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 299

def org_apache_sling_launchpad_installer
  @org_apache_sling_launchpad_installer
end

#org_apache_sling_models_implObject

Returns the value of attribute org_apache_sling_models_impl.



301
302
303
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 301

def org_apache_sling_models_impl
  @org_apache_sling_models_impl
end

#org_apache_sling_repoinit_parserObject

Returns the value of attribute org_apache_sling_repoinit_parser.



303
304
305
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 303

def org_apache_sling_repoinit_parser
  @org_apache_sling_repoinit_parser
end

#org_apache_sling_resource_inventoryObject

Returns the value of attribute org_apache_sling_resource_inventory.



305
306
307
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 305

def org_apache_sling_resource_inventory
  @org_apache_sling_resource_inventory
end

#org_apache_sling_resourceresolverObject

Returns the value of attribute org_apache_sling_resourceresolver.



307
308
309
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 307

def org_apache_sling_resourceresolver
  @org_apache_sling_resourceresolver
end

#org_apache_sling_scripting_javascriptObject

Returns the value of attribute org_apache_sling_scripting_javascript.



309
310
311
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 309

def org_apache_sling_scripting_javascript
  @org_apache_sling_scripting_javascript
end

#org_apache_sling_scripting_jstObject

Returns the value of attribute org_apache_sling_scripting_jst.



311
312
313
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 311

def org_apache_sling_scripting_jst
  @org_apache_sling_scripting_jst
end

#org_apache_sling_scripting_sightly_js_providerObject

Returns the value of attribute org_apache_sling_scripting_sightly_js_provider.



313
314
315
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 313

def org_apache_sling_scripting_sightly_js_provider
  @org_apache_sling_scripting_sightly_js_provider
end

#org_apache_sling_scripting_sightly_models_providerObject

Returns the value of attribute org_apache_sling_scripting_sightly_models_provider.



315
316
317
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 315

def org_apache_sling_scripting_sightly_models_provider
  @org_apache_sling_scripting_sightly_models_provider
end

#org_apache_sling_securityObject

Returns the value of attribute org_apache_sling_security.



317
318
319
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 317

def org_apache_sling_security
  @org_apache_sling_security
end

#org_apache_sling_servlets_compatObject

Returns the value of attribute org_apache_sling_servlets_compat.



319
320
321
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 319

def org_apache_sling_servlets_compat
  @org_apache_sling_servlets_compat
end

#org_apache_sling_servlets_getObject

Returns the value of attribute org_apache_sling_servlets_get.



321
322
323
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 321

def org_apache_sling_servlets_get
  @org_apache_sling_servlets_get
end

#org_apache_sling_startupfilter_disablerObject

Returns the value of attribute org_apache_sling_startupfilter_disabler.



323
324
325
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 323

def org_apache_sling_startupfilter_disabler
  @org_apache_sling_startupfilter_disabler
end

#org_apache_sling_tracerObject

Returns the value of attribute org_apache_sling_tracer.



325
326
327
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 325

def org_apache_sling_tracer
  @org_apache_sling_tracer
end

#we_retail_client_app_coreObject

Returns the value of attribute we_retail_client_app_core.



327
328
329
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 327

def we_retail_client_app_core
  @we_retail_client_app_core
end

Class Method Details

.attribute_mapObject

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



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
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 330

def self.attribute_map
  {
    :'com_adobe_cq_cdn_cdn_rewriter' => :'com.adobe.cq.cdn.cdn-rewriter',
    :'com_adobe_cq_cloud_config_components' => :'com.adobe.cq.cloud-config.components',
    :'com_adobe_cq_cloud_config_core' => :'com.adobe.cq.cloud-config.core',
    :'com_adobe_cq_cloud_config_ui' => :'com.adobe.cq.cloud-config.ui',
    :'com_adobe_cq_com_adobe_cq_editor' => :'com.adobe.cq.com.adobe.cq.editor',
    :'com_adobe_cq_com_adobe_cq_projects_core' => :'com.adobe.cq.com.adobe.cq.projects.core',
    :'com_adobe_cq_com_adobe_cq_projects_wcm_core' => :'com.adobe.cq.com.adobe.cq.projects.wcm.core',
    :'com_adobe_cq_com_adobe_cq_ui_commons' => :'com.adobe.cq.com.adobe.cq.ui.commons',
    :'com_adobe_cq_com_adobe_cq_wcm_style' => :'com.adobe.cq.com.adobe.cq.wcm.style',
    :'com_adobe_cq_cq_activitymap_integration' => :'com.adobe.cq.cq-activitymap-integration',
    :'com_adobe_cq_cq_contexthub_commons' => :'com.adobe.cq.cq-contexthub-commons',
    :'com_adobe_cq_cq_dtm' => :'com.adobe.cq.cq-dtm',
    :'com_adobe_cq_cq_healthcheck' => :'com.adobe.cq.cq-healthcheck',
    :'com_adobe_cq_cq_multisite_targeting' => :'com.adobe.cq.cq-multisite-targeting',
    :'com_adobe_cq_cq_pre_upgrade_cleanup' => :'com.adobe.cq.cq-pre-upgrade-cleanup',
    :'com_adobe_cq_cq_product_info_provider' => :'com.adobe.cq.cq-product-info-provider',
    :'com_adobe_cq_cq_rest_sites' => :'com.adobe.cq.cq-rest-sites',
    :'com_adobe_cq_cq_security_hc' => :'com.adobe.cq.cq-security-hc',
    :'com_adobe_cq_dam_cq_dam_svg_handler' => :'com.adobe.cq.dam.cq-dam-svg-handler',
    :'com_adobe_cq_dam_cq_scene7_imaging' => :'com.adobe.cq.dam.cq-scene7-imaging',
    :'com_adobe_cq_dtm_reactor_core' => :'com.adobe.cq.dtm-reactor.core',
    :'com_adobe_cq_dtm_reactor_ui' => :'com.adobe.cq.dtm-reactor.ui',
    :'com_adobe_cq_exp_jspel_resolver' => :'com.adobe.cq.exp-jspel-resolver',
    :'com_adobe_cq_inbox_cq_inbox' => :'com.adobe.cq.inbox.cq-inbox',
    :'com_adobe_cq_json_schema_parser' => :'com.adobe.cq.json-schema-parser',
    :'com_adobe_cq_media_cq_media_publishing_dps_fp_core' => :'com.adobe.cq.media.cq-media-publishing-dps-fp-core',
    :'com_adobe_cq_mobile_cq_mobile_caas' => :'com.adobe.cq.mobile.cq-mobile-caas',
    :'com_adobe_cq_mobile_cq_mobile_index_builder' => :'com.adobe.cq.mobile.cq-mobile-index-builder',
    :'com_adobe_cq_mobile_cq_mobile_phonegap_build' => :'com.adobe.cq.mobile.cq-mobile-phonegap-build',
    :'com_adobe_cq_myspell' => :'com.adobe.cq.myspell',
    :'com_adobe_cq_sample_we_retail_core' => :'com.adobe.cq.sample.we.retail.core',
    :'com_adobe_cq_screens_com_adobe_cq_screens_dcc' => :'com.adobe.cq.screens.com.adobe.cq.screens.dcc',
    :'com_adobe_cq_screens_com_adobe_cq_screens_mq_core' => :'com.adobe.cq.screens.com.adobe.cq.screens.mq.core',
    :'com_adobe_cq_social_cq_social_as_provider' => :'com.adobe.cq.social.cq-social-as-provider',
    :'com_adobe_cq_social_cq_social_badging_basic_impl' => :'com.adobe.cq.social.cq-social-badging-basic-impl',
    :'com_adobe_cq_social_cq_social_badging_impl' => :'com.adobe.cq.social.cq-social-badging-impl',
    :'com_adobe_cq_social_cq_social_calendar_impl' => :'com.adobe.cq.social.cq-social-calendar-impl',
    :'com_adobe_cq_social_cq_social_content_fragments_impl' => :'com.adobe.cq.social.cq-social-content-fragments-impl',
    :'com_adobe_cq_social_cq_social_enablement_impl' => :'com.adobe.cq.social.cq-social-enablement-impl',
    :'com_adobe_cq_social_cq_social_graph_impl' => :'com.adobe.cq.social.cq-social-graph-impl',
    :'com_adobe_cq_social_cq_social_ideation_impl' => :'com.adobe.cq.social.cq-social-ideation-impl',
    :'com_adobe_cq_social_cq_social_jcr_provider' => :'com.adobe.cq.social.cq-social-jcr-provider',
    :'com_adobe_cq_social_cq_social_members_impl' => :'com.adobe.cq.social.cq-social-members-impl',
    :'com_adobe_cq_social_cq_social_ms_provider' => :'com.adobe.cq.social.cq-social-ms-provider',
    :'com_adobe_cq_social_cq_social_notifications_channels_web' => :'com.adobe.cq.social.cq-social-notifications-channels-web',
    :'com_adobe_cq_social_cq_social_notifications_impl' => :'com.adobe.cq.social.cq-social-notifications-impl',
    :'com_adobe_cq_social_cq_social_rdb_provider' => :'com.adobe.cq.social.cq-social-rdb-provider',
    :'com_adobe_cq_social_cq_social_scf_impl' => :'com.adobe.cq.social.cq-social-scf-impl',
    :'com_adobe_cq_social_cq_social_scoring_basic_impl' => :'com.adobe.cq.social.cq-social-scoring-basic-impl',
    :'com_adobe_cq_social_cq_social_scoring_impl' => :'com.adobe.cq.social.cq-social-scoring-impl',
    :'com_adobe_cq_social_cq_social_serviceusers_impl' => :'com.adobe.cq.social.cq-social-serviceusers-impl',
    :'com_adobe_cq_social_cq_social_srp_impl' => :'com.adobe.cq.social.cq-social-srp-impl',
    :'com_adobe_cq_social_cq_social_ugcbase_impl' => :'com.adobe.cq.social.cq-social-ugcbase-impl',
    :'com_adobe_dam_cq_dam_cfm_impl' => :'com.adobe.dam.cq-dam-cfm-impl',
    :'com_adobe_forms_foundation_forms_foundation_base' => :'com.adobe.forms.foundation-forms-foundation-base',
    :'com_adobe_granite_apicontroller' => :'com.adobe.granite.apicontroller',
    :'com_adobe_granite_asset_core' => :'com.adobe.granite.asset.core',
    :'com_adobe_granite_auth_sso' => :'com.adobe.granite.auth.sso',
    :'com_adobe_granite_bundles_hc_impl' => :'com.adobe.granite.bundles.hc.impl',
    :'com_adobe_granite_compat_router' => :'com.adobe.granite.compat-router',
    :'com_adobe_granite_conf' => :'com.adobe.granite.conf',
    :'com_adobe_granite_conf_ui_core' => :'com.adobe.granite.conf.ui.core',
    :'com_adobe_granite_cors' => :'com.adobe.granite.cors',
    :'com_adobe_granite_crx_explorer' => :'com.adobe.granite.crx-explorer',
    :'com_adobe_granite_crxde_lite' => :'com.adobe.granite.crxde-lite',
    :'com_adobe_granite_crypto_config' => :'com.adobe.granite.crypto.config',
    :'com_adobe_granite_crypto_extension' => :'com.adobe.granite.crypto.extension',
    :'com_adobe_granite_crypto_file' => :'com.adobe.granite.crypto.file',
    :'com_adobe_granite_crypto_jcr' => :'com.adobe.granite.crypto.jcr',
    :'com_adobe_granite_csrf' => :'com.adobe.granite.csrf',
    :'com_adobe_granite_distribution_core' => :'com.adobe.granite.distribution.core',
    :'com_adobe_granite_dropwizard_metrics' => :'com.adobe.granite.dropwizard.metrics',
    :'com_adobe_granite_frags_impl' => :'com.adobe.granite.frags.impl',
    :'com_adobe_granite_gibson' => :'com.adobe.granite.gibson',
    :'com_adobe_granite_infocollector' => :'com.adobe.granite.infocollector',
    :'com_adobe_granite_installer_factory_packages' => :'com.adobe.granite.installer.factory.packages',
    :'com_adobe_granite_jetty_ssl' => :'com.adobe.granite.jetty.ssl',
    :'com_adobe_granite_jobs_async' => :'com.adobe.granite.jobs.async',
    :'com_adobe_granite_maintenance_oak' => :'com.adobe.granite.maintenance.oak',
    :'com_adobe_granite_monitoring_core' => :'com.adobe.granite.monitoring.core',
    :'com_adobe_granite_queries' => :'com.adobe.granite.queries',
    :'com_adobe_granite_replication_hc_impl' => :'com.adobe.granite.replication.hc.impl',
    :'com_adobe_granite_repository_checker' => :'com.adobe.granite.repository.checker',
    :'com_adobe_granite_repository_hc_impl' => :'com.adobe.granite.repository.hc.impl',
    :'com_adobe_granite_rest_assets' => :'com.adobe.granite.rest.assets',
    :'com_adobe_granite_security_ui' => :'com.adobe.granite.security.ui',
    :'com_adobe_granite_startup' => :'com.adobe.granite.startup',
    :'com_adobe_granite_tagsoup' => :'com.adobe.granite.tagsoup',
    :'com_adobe_granite_taskmanagement_core' => :'com.adobe.granite.taskmanagement.core',
    :'com_adobe_granite_taskmanagement_workflow' => :'com.adobe.granite.taskmanagement.workflow',
    :'com_adobe_granite_ui_clientlibs_compiler_less' => :'com.adobe.granite.ui.clientlibs.compiler.less',
    :'com_adobe_granite_ui_clientlibs_processor_gcc' => :'com.adobe.granite.ui.clientlibs.processor.gcc',
    :'com_adobe_granite_webconsole_plugins' => :'com.adobe.granite.webconsole.plugins',
    :'com_adobe_granite_workflow_console' => :'com.adobe.granite.workflow.console',
    :'com_adobe_xmp_worker_files_native_fragment_linux' => :'com.adobe.xmp.worker.files.native.fragment.linux',
    :'com_adobe_xmp_worker_files_native_fragment_macosx' => :'com.adobe.xmp.worker.files.native.fragment.macosx',
    :'com_adobe_xmp_worker_files_native_fragment_win' => :'com.adobe.xmp.worker.files.native.fragment.win',
    :'com_day_commons_osgi_wrapper_simple_jndi' => :'com.day.commons.osgi.wrapper.simple-jndi',
    :'com_day_cq_cq_authhandler' => :'com.day.cq.cq-authhandler',
    :'com_day_cq_cq_compat_configupdate' => :'com.day.cq.cq-compat-configupdate',
    :'com_day_cq_cq_licensebranding' => :'com.day.cq.cq-licensebranding',
    :'com_day_cq_cq_notifcation_impl' => :'com.day.cq.cq-notifcation-impl',
    :'com_day_cq_cq_replication_audit' => :'com.day.cq.cq-replication-audit',
    :'com_day_cq_cq_search_ext' => :'com.day.cq.cq-search-ext',
    :'com_day_cq_dam_cq_dam_annotation_print' => :'com.day.cq.dam.cq-dam-annotation-print',
    :'com_day_cq_dam_cq_dam_asset_usage' => :'com.day.cq.dam.cq-dam-asset-usage',
    :'com_day_cq_dam_cq_dam_s7dam' => :'com.day.cq.dam.cq-dam-s7dam',
    :'com_day_cq_dam_cq_dam_similaritysearch' => :'com.day.cq.dam.cq-dam-similaritysearch',
    :'com_day_cq_dam_dam_webdav_support' => :'com.day.cq.dam.dam-webdav-support',
    :'com_day_cq_pre_upgrade_tasks' => :'com.day.cq.pre-upgrade-tasks',
    :'com_day_cq_replication_extensions' => :'com.day.cq.replication.extensions',
    :'com_day_cq_wcm_cq_msm_core' => :'com.day.cq.wcm.cq-msm-core',
    :'com_day_cq_wcm_cq_wcm_translation' => :'com.day.cq.wcm.cq-wcm-translation',
    :'day_commons_jrawio' => :'day-commons-jrawio',
    :'org_apache_aries_jmx_whiteboard' => :'org.apache.aries.jmx.whiteboard',
    :'org_apache_felix_http_sslfilter' => :'org.apache.felix.http.sslfilter',
    :'org_apache_felix_org_apache_felix_threaddump' => :'org.apache.felix.org.apache.felix.threaddump',
    :'org_apache_felix_webconsole_plugins_ds' => :'org.apache.felix.webconsole.plugins.ds',
    :'org_apache_felix_webconsole_plugins_event' => :'org.apache.felix.webconsole.plugins.event',
    :'org_apache_felix_webconsole_plugins_memoryusage' => :'org.apache.felix.webconsole.plugins.memoryusage',
    :'org_apache_felix_webconsole_plugins_packageadmin' => :'org.apache.felix.webconsole.plugins.packageadmin',
    :'org_apache_jackrabbit_oak_auth_ldap' => :'org.apache.jackrabbit.oak-auth-ldap',
    :'org_apache_jackrabbit_oak_segment_tar' => :'org.apache.jackrabbit.oak-segment-tar',
    :'org_apache_jackrabbit_oak_solr_osgi' => :'org.apache.jackrabbit.oak-solr-osgi',
    :'org_apache_sling_bundleresource_impl' => :'org.apache.sling.bundleresource.impl',
    :'org_apache_sling_commons_fsclassloader' => :'org.apache.sling.commons.fsclassloader',
    :'org_apache_sling_commons_log_webconsole' => :'org.apache.sling.commons.log.webconsole',
    :'org_apache_sling_datasource' => :'org.apache.sling.datasource',
    :'org_apache_sling_discovery_base' => :'org.apache.sling.discovery.base',
    :'org_apache_sling_discovery_oak' => :'org.apache.sling.discovery.oak',
    :'org_apache_sling_discovery_support' => :'org.apache.sling.discovery.support',
    :'org_apache_sling_distribution_api' => :'org.apache.sling.distribution.api',
    :'org_apache_sling_distribution_core' => :'org.apache.sling.distribution.core',
    :'org_apache_sling_extensions_webconsolesecurityprovider' => :'org.apache.sling.extensions.webconsolesecurityprovider',
    :'org_apache_sling_hc_webconsole' => :'org.apache.sling.hc.webconsole',
    :'org_apache_sling_installer_console' => :'org.apache.sling.installer.console',
    :'org_apache_sling_installer_provider_file' => :'org.apache.sling.installer.provider.file',
    :'org_apache_sling_installer_provider_jcr' => :'org.apache.sling.installer.provider.jcr',
    :'org_apache_sling_jcr_davex' => :'org.apache.sling.jcr.davex',
    :'org_apache_sling_jcr_resourcesecurity' => :'org.apache.sling.jcr.resourcesecurity',
    :'org_apache_sling_jmx_provider' => :'org.apache.sling.jmx.provider',
    :'org_apache_sling_launchpad_installer' => :'org.apache.sling.launchpad.installer',
    :'org_apache_sling_models_impl' => :'org.apache.sling.models.impl',
    :'org_apache_sling_repoinit_parser' => :'org.apache.sling.repoinit.parser',
    :'org_apache_sling_resource_inventory' => :'org.apache.sling.resource.inventory',
    :'org_apache_sling_resourceresolver' => :'org.apache.sling.resourceresolver',
    :'org_apache_sling_scripting_javascript' => :'org.apache.sling.scripting.javascript',
    :'org_apache_sling_scripting_jst' => :'org.apache.sling.scripting.jst',
    :'org_apache_sling_scripting_sightly_js_provider' => :'org.apache.sling.scripting.sightly.js.provider',
    :'org_apache_sling_scripting_sightly_models_provider' => :'org.apache.sling.scripting.sightly.models.provider',
    :'org_apache_sling_security' => :'org.apache.sling.security',
    :'org_apache_sling_servlets_compat' => :'org.apache.sling.servlets.compat',
    :'org_apache_sling_servlets_get' => :'org.apache.sling.servlets.get',
    :'org_apache_sling_startupfilter_disabler' => :'org.apache.sling.startupfilter.disabler',
    :'org_apache_sling_tracer' => :'org.apache.sling.tracer',
    :'we_retail_client_app_core' => :'we.retail.client.app.core'
  }
end

.openapi_typesObject

Attribute type mapping.



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
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
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
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 492

def self.openapi_types
  {
    :'com_adobe_cq_cdn_cdn_rewriter' => :'ConfigNodePropertyString',
    :'com_adobe_cq_cloud_config_components' => :'ConfigNodePropertyString',
    :'com_adobe_cq_cloud_config_core' => :'ConfigNodePropertyString',
    :'com_adobe_cq_cloud_config_ui' => :'ConfigNodePropertyString',
    :'com_adobe_cq_com_adobe_cq_editor' => :'ConfigNodePropertyString',
    :'com_adobe_cq_com_adobe_cq_projects_core' => :'ConfigNodePropertyString',
    :'com_adobe_cq_com_adobe_cq_projects_wcm_core' => :'ConfigNodePropertyString',
    :'com_adobe_cq_com_adobe_cq_ui_commons' => :'ConfigNodePropertyString',
    :'com_adobe_cq_com_adobe_cq_wcm_style' => :'ConfigNodePropertyString',
    :'com_adobe_cq_cq_activitymap_integration' => :'ConfigNodePropertyString',
    :'com_adobe_cq_cq_contexthub_commons' => :'ConfigNodePropertyString',
    :'com_adobe_cq_cq_dtm' => :'ConfigNodePropertyString',
    :'com_adobe_cq_cq_healthcheck' => :'ConfigNodePropertyString',
    :'com_adobe_cq_cq_multisite_targeting' => :'ConfigNodePropertyString',
    :'com_adobe_cq_cq_pre_upgrade_cleanup' => :'ConfigNodePropertyString',
    :'com_adobe_cq_cq_product_info_provider' => :'ConfigNodePropertyString',
    :'com_adobe_cq_cq_rest_sites' => :'ConfigNodePropertyString',
    :'com_adobe_cq_cq_security_hc' => :'ConfigNodePropertyString',
    :'com_adobe_cq_dam_cq_dam_svg_handler' => :'ConfigNodePropertyString',
    :'com_adobe_cq_dam_cq_scene7_imaging' => :'ConfigNodePropertyString',
    :'com_adobe_cq_dtm_reactor_core' => :'ConfigNodePropertyString',
    :'com_adobe_cq_dtm_reactor_ui' => :'ConfigNodePropertyString',
    :'com_adobe_cq_exp_jspel_resolver' => :'ConfigNodePropertyString',
    :'com_adobe_cq_inbox_cq_inbox' => :'ConfigNodePropertyString',
    :'com_adobe_cq_json_schema_parser' => :'ConfigNodePropertyString',
    :'com_adobe_cq_media_cq_media_publishing_dps_fp_core' => :'ConfigNodePropertyString',
    :'com_adobe_cq_mobile_cq_mobile_caas' => :'ConfigNodePropertyString',
    :'com_adobe_cq_mobile_cq_mobile_index_builder' => :'ConfigNodePropertyString',
    :'com_adobe_cq_mobile_cq_mobile_phonegap_build' => :'ConfigNodePropertyString',
    :'com_adobe_cq_myspell' => :'ConfigNodePropertyString',
    :'com_adobe_cq_sample_we_retail_core' => :'ConfigNodePropertyString',
    :'com_adobe_cq_screens_com_adobe_cq_screens_dcc' => :'ConfigNodePropertyString',
    :'com_adobe_cq_screens_com_adobe_cq_screens_mq_core' => :'ConfigNodePropertyString',
    :'com_adobe_cq_social_cq_social_as_provider' => :'ConfigNodePropertyString',
    :'com_adobe_cq_social_cq_social_badging_basic_impl' => :'ConfigNodePropertyString',
    :'com_adobe_cq_social_cq_social_badging_impl' => :'ConfigNodePropertyString',
    :'com_adobe_cq_social_cq_social_calendar_impl' => :'ConfigNodePropertyString',
    :'com_adobe_cq_social_cq_social_content_fragments_impl' => :'ConfigNodePropertyString',
    :'com_adobe_cq_social_cq_social_enablement_impl' => :'ConfigNodePropertyString',
    :'com_adobe_cq_social_cq_social_graph_impl' => :'ConfigNodePropertyString',
    :'com_adobe_cq_social_cq_social_ideation_impl' => :'ConfigNodePropertyString',
    :'com_adobe_cq_social_cq_social_jcr_provider' => :'ConfigNodePropertyString',
    :'com_adobe_cq_social_cq_social_members_impl' => :'ConfigNodePropertyString',
    :'com_adobe_cq_social_cq_social_ms_provider' => :'ConfigNodePropertyString',
    :'com_adobe_cq_social_cq_social_notifications_channels_web' => :'ConfigNodePropertyString',
    :'com_adobe_cq_social_cq_social_notifications_impl' => :'ConfigNodePropertyString',
    :'com_adobe_cq_social_cq_social_rdb_provider' => :'ConfigNodePropertyString',
    :'com_adobe_cq_social_cq_social_scf_impl' => :'ConfigNodePropertyString',
    :'com_adobe_cq_social_cq_social_scoring_basic_impl' => :'ConfigNodePropertyString',
    :'com_adobe_cq_social_cq_social_scoring_impl' => :'ConfigNodePropertyString',
    :'com_adobe_cq_social_cq_social_serviceusers_impl' => :'ConfigNodePropertyString',
    :'com_adobe_cq_social_cq_social_srp_impl' => :'ConfigNodePropertyString',
    :'com_adobe_cq_social_cq_social_ugcbase_impl' => :'ConfigNodePropertyString',
    :'com_adobe_dam_cq_dam_cfm_impl' => :'ConfigNodePropertyString',
    :'com_adobe_forms_foundation_forms_foundation_base' => :'ConfigNodePropertyString',
    :'com_adobe_granite_apicontroller' => :'ConfigNodePropertyString',
    :'com_adobe_granite_asset_core' => :'ConfigNodePropertyString',
    :'com_adobe_granite_auth_sso' => :'ConfigNodePropertyString',
    :'com_adobe_granite_bundles_hc_impl' => :'ConfigNodePropertyString',
    :'com_adobe_granite_compat_router' => :'ConfigNodePropertyString',
    :'com_adobe_granite_conf' => :'ConfigNodePropertyString',
    :'com_adobe_granite_conf_ui_core' => :'ConfigNodePropertyString',
    :'com_adobe_granite_cors' => :'ConfigNodePropertyString',
    :'com_adobe_granite_crx_explorer' => :'ConfigNodePropertyString',
    :'com_adobe_granite_crxde_lite' => :'ConfigNodePropertyString',
    :'com_adobe_granite_crypto_config' => :'ConfigNodePropertyString',
    :'com_adobe_granite_crypto_extension' => :'ConfigNodePropertyString',
    :'com_adobe_granite_crypto_file' => :'ConfigNodePropertyString',
    :'com_adobe_granite_crypto_jcr' => :'ConfigNodePropertyString',
    :'com_adobe_granite_csrf' => :'ConfigNodePropertyString',
    :'com_adobe_granite_distribution_core' => :'ConfigNodePropertyString',
    :'com_adobe_granite_dropwizard_metrics' => :'ConfigNodePropertyString',
    :'com_adobe_granite_frags_impl' => :'ConfigNodePropertyString',
    :'com_adobe_granite_gibson' => :'ConfigNodePropertyString',
    :'com_adobe_granite_infocollector' => :'ConfigNodePropertyString',
    :'com_adobe_granite_installer_factory_packages' => :'ConfigNodePropertyString',
    :'com_adobe_granite_jetty_ssl' => :'ConfigNodePropertyString',
    :'com_adobe_granite_jobs_async' => :'ConfigNodePropertyString',
    :'com_adobe_granite_maintenance_oak' => :'ConfigNodePropertyString',
    :'com_adobe_granite_monitoring_core' => :'ConfigNodePropertyString',
    :'com_adobe_granite_queries' => :'ConfigNodePropertyString',
    :'com_adobe_granite_replication_hc_impl' => :'ConfigNodePropertyString',
    :'com_adobe_granite_repository_checker' => :'ConfigNodePropertyString',
    :'com_adobe_granite_repository_hc_impl' => :'ConfigNodePropertyString',
    :'com_adobe_granite_rest_assets' => :'ConfigNodePropertyString',
    :'com_adobe_granite_security_ui' => :'ConfigNodePropertyString',
    :'com_adobe_granite_startup' => :'ConfigNodePropertyString',
    :'com_adobe_granite_tagsoup' => :'ConfigNodePropertyString',
    :'com_adobe_granite_taskmanagement_core' => :'ConfigNodePropertyString',
    :'com_adobe_granite_taskmanagement_workflow' => :'ConfigNodePropertyString',
    :'com_adobe_granite_ui_clientlibs_compiler_less' => :'ConfigNodePropertyString',
    :'com_adobe_granite_ui_clientlibs_processor_gcc' => :'ConfigNodePropertyString',
    :'com_adobe_granite_webconsole_plugins' => :'ConfigNodePropertyString',
    :'com_adobe_granite_workflow_console' => :'ConfigNodePropertyString',
    :'com_adobe_xmp_worker_files_native_fragment_linux' => :'ConfigNodePropertyString',
    :'com_adobe_xmp_worker_files_native_fragment_macosx' => :'ConfigNodePropertyString',
    :'com_adobe_xmp_worker_files_native_fragment_win' => :'ConfigNodePropertyString',
    :'com_day_commons_osgi_wrapper_simple_jndi' => :'ConfigNodePropertyString',
    :'com_day_cq_cq_authhandler' => :'ConfigNodePropertyString',
    :'com_day_cq_cq_compat_configupdate' => :'ConfigNodePropertyString',
    :'com_day_cq_cq_licensebranding' => :'ConfigNodePropertyString',
    :'com_day_cq_cq_notifcation_impl' => :'ConfigNodePropertyString',
    :'com_day_cq_cq_replication_audit' => :'ConfigNodePropertyString',
    :'com_day_cq_cq_search_ext' => :'ConfigNodePropertyString',
    :'com_day_cq_dam_cq_dam_annotation_print' => :'ConfigNodePropertyString',
    :'com_day_cq_dam_cq_dam_asset_usage' => :'ConfigNodePropertyString',
    :'com_day_cq_dam_cq_dam_s7dam' => :'ConfigNodePropertyString',
    :'com_day_cq_dam_cq_dam_similaritysearch' => :'ConfigNodePropertyString',
    :'com_day_cq_dam_dam_webdav_support' => :'ConfigNodePropertyString',
    :'com_day_cq_pre_upgrade_tasks' => :'ConfigNodePropertyString',
    :'com_day_cq_replication_extensions' => :'ConfigNodePropertyString',
    :'com_day_cq_wcm_cq_msm_core' => :'ConfigNodePropertyString',
    :'com_day_cq_wcm_cq_wcm_translation' => :'ConfigNodePropertyString',
    :'day_commons_jrawio' => :'ConfigNodePropertyString',
    :'org_apache_aries_jmx_whiteboard' => :'ConfigNodePropertyString',
    :'org_apache_felix_http_sslfilter' => :'ConfigNodePropertyString',
    :'org_apache_felix_org_apache_felix_threaddump' => :'ConfigNodePropertyString',
    :'org_apache_felix_webconsole_plugins_ds' => :'ConfigNodePropertyString',
    :'org_apache_felix_webconsole_plugins_event' => :'ConfigNodePropertyString',
    :'org_apache_felix_webconsole_plugins_memoryusage' => :'ConfigNodePropertyString',
    :'org_apache_felix_webconsole_plugins_packageadmin' => :'ConfigNodePropertyString',
    :'org_apache_jackrabbit_oak_auth_ldap' => :'ConfigNodePropertyString',
    :'org_apache_jackrabbit_oak_segment_tar' => :'ConfigNodePropertyString',
    :'org_apache_jackrabbit_oak_solr_osgi' => :'ConfigNodePropertyString',
    :'org_apache_sling_bundleresource_impl' => :'ConfigNodePropertyString',
    :'org_apache_sling_commons_fsclassloader' => :'ConfigNodePropertyString',
    :'org_apache_sling_commons_log_webconsole' => :'ConfigNodePropertyString',
    :'org_apache_sling_datasource' => :'ConfigNodePropertyString',
    :'org_apache_sling_discovery_base' => :'ConfigNodePropertyString',
    :'org_apache_sling_discovery_oak' => :'ConfigNodePropertyString',
    :'org_apache_sling_discovery_support' => :'ConfigNodePropertyString',
    :'org_apache_sling_distribution_api' => :'ConfigNodePropertyString',
    :'org_apache_sling_distribution_core' => :'ConfigNodePropertyString',
    :'org_apache_sling_extensions_webconsolesecurityprovider' => :'ConfigNodePropertyString',
    :'org_apache_sling_hc_webconsole' => :'ConfigNodePropertyString',
    :'org_apache_sling_installer_console' => :'ConfigNodePropertyString',
    :'org_apache_sling_installer_provider_file' => :'ConfigNodePropertyString',
    :'org_apache_sling_installer_provider_jcr' => :'ConfigNodePropertyString',
    :'org_apache_sling_jcr_davex' => :'ConfigNodePropertyString',
    :'org_apache_sling_jcr_resourcesecurity' => :'ConfigNodePropertyString',
    :'org_apache_sling_jmx_provider' => :'ConfigNodePropertyString',
    :'org_apache_sling_launchpad_installer' => :'ConfigNodePropertyString',
    :'org_apache_sling_models_impl' => :'ConfigNodePropertyString',
    :'org_apache_sling_repoinit_parser' => :'ConfigNodePropertyString',
    :'org_apache_sling_resource_inventory' => :'ConfigNodePropertyString',
    :'org_apache_sling_resourceresolver' => :'ConfigNodePropertyString',
    :'org_apache_sling_scripting_javascript' => :'ConfigNodePropertyString',
    :'org_apache_sling_scripting_jst' => :'ConfigNodePropertyString',
    :'org_apache_sling_scripting_sightly_js_provider' => :'ConfigNodePropertyString',
    :'org_apache_sling_scripting_sightly_models_provider' => :'ConfigNodePropertyString',
    :'org_apache_sling_security' => :'ConfigNodePropertyString',
    :'org_apache_sling_servlets_compat' => :'ConfigNodePropertyString',
    :'org_apache_sling_servlets_get' => :'ConfigNodePropertyString',
    :'org_apache_sling_startupfilter_disabler' => :'ConfigNodePropertyString',
    :'org_apache_sling_tracer' => :'ConfigNodePropertyString',
    :'we_retail_client_app_core' => :'ConfigNodePropertyString'
  }
end

Instance Method Details

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 1301

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      com_adobe_cq_cdn_cdn_rewriter == o.com_adobe_cq_cdn_cdn_rewriter &&
      com_adobe_cq_cloud_config_components == o.com_adobe_cq_cloud_config_components &&
      com_adobe_cq_cloud_config_core == o.com_adobe_cq_cloud_config_core &&
      com_adobe_cq_cloud_config_ui == o.com_adobe_cq_cloud_config_ui &&
      com_adobe_cq_com_adobe_cq_editor == o.com_adobe_cq_com_adobe_cq_editor &&
      com_adobe_cq_com_adobe_cq_projects_core == o.com_adobe_cq_com_adobe_cq_projects_core &&
      com_adobe_cq_com_adobe_cq_projects_wcm_core == o.com_adobe_cq_com_adobe_cq_projects_wcm_core &&
      com_adobe_cq_com_adobe_cq_ui_commons == o.com_adobe_cq_com_adobe_cq_ui_commons &&
      com_adobe_cq_com_adobe_cq_wcm_style == o.com_adobe_cq_com_adobe_cq_wcm_style &&
      com_adobe_cq_cq_activitymap_integration == o.com_adobe_cq_cq_activitymap_integration &&
      com_adobe_cq_cq_contexthub_commons == o.com_adobe_cq_cq_contexthub_commons &&
      com_adobe_cq_cq_dtm == o.com_adobe_cq_cq_dtm &&
      com_adobe_cq_cq_healthcheck == o.com_adobe_cq_cq_healthcheck &&
      com_adobe_cq_cq_multisite_targeting == o.com_adobe_cq_cq_multisite_targeting &&
      com_adobe_cq_cq_pre_upgrade_cleanup == o.com_adobe_cq_cq_pre_upgrade_cleanup &&
      com_adobe_cq_cq_product_info_provider == o.com_adobe_cq_cq_product_info_provider &&
      com_adobe_cq_cq_rest_sites == o.com_adobe_cq_cq_rest_sites &&
      com_adobe_cq_cq_security_hc == o.com_adobe_cq_cq_security_hc &&
      com_adobe_cq_dam_cq_dam_svg_handler == o.com_adobe_cq_dam_cq_dam_svg_handler &&
      com_adobe_cq_dam_cq_scene7_imaging == o.com_adobe_cq_dam_cq_scene7_imaging &&
      com_adobe_cq_dtm_reactor_core == o.com_adobe_cq_dtm_reactor_core &&
      com_adobe_cq_dtm_reactor_ui == o.com_adobe_cq_dtm_reactor_ui &&
      com_adobe_cq_exp_jspel_resolver == o.com_adobe_cq_exp_jspel_resolver &&
      com_adobe_cq_inbox_cq_inbox == o.com_adobe_cq_inbox_cq_inbox &&
      com_adobe_cq_json_schema_parser == o.com_adobe_cq_json_schema_parser &&
      com_adobe_cq_media_cq_media_publishing_dps_fp_core == o.com_adobe_cq_media_cq_media_publishing_dps_fp_core &&
      com_adobe_cq_mobile_cq_mobile_caas == o.com_adobe_cq_mobile_cq_mobile_caas &&
      com_adobe_cq_mobile_cq_mobile_index_builder == o.com_adobe_cq_mobile_cq_mobile_index_builder &&
      com_adobe_cq_mobile_cq_mobile_phonegap_build == o.com_adobe_cq_mobile_cq_mobile_phonegap_build &&
      com_adobe_cq_myspell == o.com_adobe_cq_myspell &&
      com_adobe_cq_sample_we_retail_core == o.com_adobe_cq_sample_we_retail_core &&
      com_adobe_cq_screens_com_adobe_cq_screens_dcc == o.com_adobe_cq_screens_com_adobe_cq_screens_dcc &&
      com_adobe_cq_screens_com_adobe_cq_screens_mq_core == o.com_adobe_cq_screens_com_adobe_cq_screens_mq_core &&
      com_adobe_cq_social_cq_social_as_provider == o.com_adobe_cq_social_cq_social_as_provider &&
      com_adobe_cq_social_cq_social_badging_basic_impl == o.com_adobe_cq_social_cq_social_badging_basic_impl &&
      com_adobe_cq_social_cq_social_badging_impl == o.com_adobe_cq_social_cq_social_badging_impl &&
      com_adobe_cq_social_cq_social_calendar_impl == o.com_adobe_cq_social_cq_social_calendar_impl &&
      com_adobe_cq_social_cq_social_content_fragments_impl == o.com_adobe_cq_social_cq_social_content_fragments_impl &&
      com_adobe_cq_social_cq_social_enablement_impl == o.com_adobe_cq_social_cq_social_enablement_impl &&
      com_adobe_cq_social_cq_social_graph_impl == o.com_adobe_cq_social_cq_social_graph_impl &&
      com_adobe_cq_social_cq_social_ideation_impl == o.com_adobe_cq_social_cq_social_ideation_impl &&
      com_adobe_cq_social_cq_social_jcr_provider == o.com_adobe_cq_social_cq_social_jcr_provider &&
      com_adobe_cq_social_cq_social_members_impl == o.com_adobe_cq_social_cq_social_members_impl &&
      com_adobe_cq_social_cq_social_ms_provider == o.com_adobe_cq_social_cq_social_ms_provider &&
      com_adobe_cq_social_cq_social_notifications_channels_web == o.com_adobe_cq_social_cq_social_notifications_channels_web &&
      com_adobe_cq_social_cq_social_notifications_impl == o.com_adobe_cq_social_cq_social_notifications_impl &&
      com_adobe_cq_social_cq_social_rdb_provider == o.com_adobe_cq_social_cq_social_rdb_provider &&
      com_adobe_cq_social_cq_social_scf_impl == o.com_adobe_cq_social_cq_social_scf_impl &&
      com_adobe_cq_social_cq_social_scoring_basic_impl == o.com_adobe_cq_social_cq_social_scoring_basic_impl &&
      com_adobe_cq_social_cq_social_scoring_impl == o.com_adobe_cq_social_cq_social_scoring_impl &&
      com_adobe_cq_social_cq_social_serviceusers_impl == o.com_adobe_cq_social_cq_social_serviceusers_impl &&
      com_adobe_cq_social_cq_social_srp_impl == o.com_adobe_cq_social_cq_social_srp_impl &&
      com_adobe_cq_social_cq_social_ugcbase_impl == o.com_adobe_cq_social_cq_social_ugcbase_impl &&
      com_adobe_dam_cq_dam_cfm_impl == o.com_adobe_dam_cq_dam_cfm_impl &&
      com_adobe_forms_foundation_forms_foundation_base == o.com_adobe_forms_foundation_forms_foundation_base &&
      com_adobe_granite_apicontroller == o.com_adobe_granite_apicontroller &&
      com_adobe_granite_asset_core == o.com_adobe_granite_asset_core &&
      com_adobe_granite_auth_sso == o.com_adobe_granite_auth_sso &&
      com_adobe_granite_bundles_hc_impl == o.com_adobe_granite_bundles_hc_impl &&
      com_adobe_granite_compat_router == o.com_adobe_granite_compat_router &&
      com_adobe_granite_conf == o.com_adobe_granite_conf &&
      com_adobe_granite_conf_ui_core == o.com_adobe_granite_conf_ui_core &&
      com_adobe_granite_cors == o.com_adobe_granite_cors &&
      com_adobe_granite_crx_explorer == o.com_adobe_granite_crx_explorer &&
      com_adobe_granite_crxde_lite == o.com_adobe_granite_crxde_lite &&
      com_adobe_granite_crypto_config == o.com_adobe_granite_crypto_config &&
      com_adobe_granite_crypto_extension == o.com_adobe_granite_crypto_extension &&
      com_adobe_granite_crypto_file == o.com_adobe_granite_crypto_file &&
      com_adobe_granite_crypto_jcr == o.com_adobe_granite_crypto_jcr &&
      com_adobe_granite_csrf == o.com_adobe_granite_csrf &&
      com_adobe_granite_distribution_core == o.com_adobe_granite_distribution_core &&
      com_adobe_granite_dropwizard_metrics == o.com_adobe_granite_dropwizard_metrics &&
      com_adobe_granite_frags_impl == o.com_adobe_granite_frags_impl &&
      com_adobe_granite_gibson == o.com_adobe_granite_gibson &&
      com_adobe_granite_infocollector == o.com_adobe_granite_infocollector &&
      com_adobe_granite_installer_factory_packages == o.com_adobe_granite_installer_factory_packages &&
      com_adobe_granite_jetty_ssl == o.com_adobe_granite_jetty_ssl &&
      com_adobe_granite_jobs_async == o.com_adobe_granite_jobs_async &&
      com_adobe_granite_maintenance_oak == o.com_adobe_granite_maintenance_oak &&
      com_adobe_granite_monitoring_core == o.com_adobe_granite_monitoring_core &&
      com_adobe_granite_queries == o.com_adobe_granite_queries &&
      com_adobe_granite_replication_hc_impl == o.com_adobe_granite_replication_hc_impl &&
      com_adobe_granite_repository_checker == o.com_adobe_granite_repository_checker &&
      com_adobe_granite_repository_hc_impl == o.com_adobe_granite_repository_hc_impl &&
      com_adobe_granite_rest_assets == o.com_adobe_granite_rest_assets &&
      com_adobe_granite_security_ui == o.com_adobe_granite_security_ui &&
      com_adobe_granite_startup == o.com_adobe_granite_startup &&
      com_adobe_granite_tagsoup == o.com_adobe_granite_tagsoup &&
      com_adobe_granite_taskmanagement_core == o.com_adobe_granite_taskmanagement_core &&
      com_adobe_granite_taskmanagement_workflow == o.com_adobe_granite_taskmanagement_workflow &&
      com_adobe_granite_ui_clientlibs_compiler_less == o.com_adobe_granite_ui_clientlibs_compiler_less &&
      com_adobe_granite_ui_clientlibs_processor_gcc == o.com_adobe_granite_ui_clientlibs_processor_gcc &&
      com_adobe_granite_webconsole_plugins == o.com_adobe_granite_webconsole_plugins &&
      com_adobe_granite_workflow_console == o.com_adobe_granite_workflow_console &&
      com_adobe_xmp_worker_files_native_fragment_linux == o.com_adobe_xmp_worker_files_native_fragment_linux &&
      com_adobe_xmp_worker_files_native_fragment_macosx == o.com_adobe_xmp_worker_files_native_fragment_macosx &&
      com_adobe_xmp_worker_files_native_fragment_win == o.com_adobe_xmp_worker_files_native_fragment_win &&
      com_day_commons_osgi_wrapper_simple_jndi == o.com_day_commons_osgi_wrapper_simple_jndi &&
      com_day_cq_cq_authhandler == o.com_day_cq_cq_authhandler &&
      com_day_cq_cq_compat_configupdate == o.com_day_cq_cq_compat_configupdate &&
      com_day_cq_cq_licensebranding == o.com_day_cq_cq_licensebranding &&
      com_day_cq_cq_notifcation_impl == o.com_day_cq_cq_notifcation_impl &&
      com_day_cq_cq_replication_audit == o.com_day_cq_cq_replication_audit &&
      com_day_cq_cq_search_ext == o.com_day_cq_cq_search_ext &&
      com_day_cq_dam_cq_dam_annotation_print == o.com_day_cq_dam_cq_dam_annotation_print &&
      com_day_cq_dam_cq_dam_asset_usage == o.com_day_cq_dam_cq_dam_asset_usage &&
      com_day_cq_dam_cq_dam_s7dam == o.com_day_cq_dam_cq_dam_s7dam &&
      com_day_cq_dam_cq_dam_similaritysearch == o.com_day_cq_dam_cq_dam_similaritysearch &&
      com_day_cq_dam_dam_webdav_support == o.com_day_cq_dam_dam_webdav_support &&
      com_day_cq_pre_upgrade_tasks == o.com_day_cq_pre_upgrade_tasks &&
      com_day_cq_replication_extensions == o.com_day_cq_replication_extensions &&
      com_day_cq_wcm_cq_msm_core == o.com_day_cq_wcm_cq_msm_core &&
      com_day_cq_wcm_cq_wcm_translation == o.com_day_cq_wcm_cq_wcm_translation &&
      day_commons_jrawio == o.day_commons_jrawio &&
      org_apache_aries_jmx_whiteboard == o.org_apache_aries_jmx_whiteboard &&
      org_apache_felix_http_sslfilter == o.org_apache_felix_http_sslfilter &&
      org_apache_felix_org_apache_felix_threaddump == o.org_apache_felix_org_apache_felix_threaddump &&
      org_apache_felix_webconsole_plugins_ds == o.org_apache_felix_webconsole_plugins_ds &&
      org_apache_felix_webconsole_plugins_event == o.org_apache_felix_webconsole_plugins_event &&
      org_apache_felix_webconsole_plugins_memoryusage == o.org_apache_felix_webconsole_plugins_memoryusage &&
      org_apache_felix_webconsole_plugins_packageadmin == o.org_apache_felix_webconsole_plugins_packageadmin &&
      org_apache_jackrabbit_oak_auth_ldap == o.org_apache_jackrabbit_oak_auth_ldap &&
      org_apache_jackrabbit_oak_segment_tar == o.org_apache_jackrabbit_oak_segment_tar &&
      org_apache_jackrabbit_oak_solr_osgi == o.org_apache_jackrabbit_oak_solr_osgi &&
      org_apache_sling_bundleresource_impl == o.org_apache_sling_bundleresource_impl &&
      org_apache_sling_commons_fsclassloader == o.org_apache_sling_commons_fsclassloader &&
      org_apache_sling_commons_log_webconsole == o.org_apache_sling_commons_log_webconsole &&
      org_apache_sling_datasource == o.org_apache_sling_datasource &&
      org_apache_sling_discovery_base == o.org_apache_sling_discovery_base &&
      org_apache_sling_discovery_oak == o.org_apache_sling_discovery_oak &&
      org_apache_sling_discovery_support == o.org_apache_sling_discovery_support &&
      org_apache_sling_distribution_api == o.org_apache_sling_distribution_api &&
      org_apache_sling_distribution_core == o.org_apache_sling_distribution_core &&
      org_apache_sling_extensions_webconsolesecurityprovider == o.org_apache_sling_extensions_webconsolesecurityprovider &&
      org_apache_sling_hc_webconsole == o.org_apache_sling_hc_webconsole &&
      org_apache_sling_installer_console == o.org_apache_sling_installer_console &&
      org_apache_sling_installer_provider_file == o.org_apache_sling_installer_provider_file &&
      org_apache_sling_installer_provider_jcr == o.org_apache_sling_installer_provider_jcr &&
      org_apache_sling_jcr_davex == o.org_apache_sling_jcr_davex &&
      org_apache_sling_jcr_resourcesecurity == o.org_apache_sling_jcr_resourcesecurity &&
      org_apache_sling_jmx_provider == o.org_apache_sling_jmx_provider &&
      org_apache_sling_launchpad_installer == o.org_apache_sling_launchpad_installer &&
      org_apache_sling_models_impl == o.org_apache_sling_models_impl &&
      org_apache_sling_repoinit_parser == o.org_apache_sling_repoinit_parser &&
      org_apache_sling_resource_inventory == o.org_apache_sling_resource_inventory &&
      org_apache_sling_resourceresolver == o.org_apache_sling_resourceresolver &&
      org_apache_sling_scripting_javascript == o.org_apache_sling_scripting_javascript &&
      org_apache_sling_scripting_jst == o.org_apache_sling_scripting_jst &&
      org_apache_sling_scripting_sightly_js_provider == o.org_apache_sling_scripting_sightly_js_provider &&
      org_apache_sling_scripting_sightly_models_provider == o.org_apache_sling_scripting_sightly_models_provider &&
      org_apache_sling_security == o.org_apache_sling_security &&
      org_apache_sling_servlets_compat == o.org_apache_sling_servlets_compat &&
      org_apache_sling_servlets_get == o.org_apache_sling_servlets_get &&
      org_apache_sling_startupfilter_disabler == o.org_apache_sling_startupfilter_disabler &&
      org_apache_sling_tracer == o.org_apache_sling_tracer &&
      we_retail_client_app_core == o.we_retail_client_app_core
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



1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 1498

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



1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 1564

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



1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 1477

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


1464
1465
1466
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 1464

def eql?(o)
  self == o
end

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



1470
1471
1472
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 1470

def hash
  [com_adobe_cq_cdn_cdn_rewriter, com_adobe_cq_cloud_config_components, com_adobe_cq_cloud_config_core, com_adobe_cq_cloud_config_ui, com_adobe_cq_com_adobe_cq_editor, com_adobe_cq_com_adobe_cq_projects_core, com_adobe_cq_com_adobe_cq_projects_wcm_core, com_adobe_cq_com_adobe_cq_ui_commons, com_adobe_cq_com_adobe_cq_wcm_style, com_adobe_cq_cq_activitymap_integration, com_adobe_cq_cq_contexthub_commons, com_adobe_cq_cq_dtm, com_adobe_cq_cq_healthcheck, com_adobe_cq_cq_multisite_targeting, com_adobe_cq_cq_pre_upgrade_cleanup, com_adobe_cq_cq_product_info_provider, com_adobe_cq_cq_rest_sites, com_adobe_cq_cq_security_hc, com_adobe_cq_dam_cq_dam_svg_handler, com_adobe_cq_dam_cq_scene7_imaging, com_adobe_cq_dtm_reactor_core, com_adobe_cq_dtm_reactor_ui, com_adobe_cq_exp_jspel_resolver, com_adobe_cq_inbox_cq_inbox, com_adobe_cq_json_schema_parser, com_adobe_cq_media_cq_media_publishing_dps_fp_core, com_adobe_cq_mobile_cq_mobile_caas, com_adobe_cq_mobile_cq_mobile_index_builder, com_adobe_cq_mobile_cq_mobile_phonegap_build, com_adobe_cq_myspell, com_adobe_cq_sample_we_retail_core, com_adobe_cq_screens_com_adobe_cq_screens_dcc, com_adobe_cq_screens_com_adobe_cq_screens_mq_core, com_adobe_cq_social_cq_social_as_provider, com_adobe_cq_social_cq_social_badging_basic_impl, com_adobe_cq_social_cq_social_badging_impl, com_adobe_cq_social_cq_social_calendar_impl, com_adobe_cq_social_cq_social_content_fragments_impl, com_adobe_cq_social_cq_social_enablement_impl, com_adobe_cq_social_cq_social_graph_impl, com_adobe_cq_social_cq_social_ideation_impl, com_adobe_cq_social_cq_social_jcr_provider, com_adobe_cq_social_cq_social_members_impl, com_adobe_cq_social_cq_social_ms_provider, com_adobe_cq_social_cq_social_notifications_channels_web, com_adobe_cq_social_cq_social_notifications_impl, com_adobe_cq_social_cq_social_rdb_provider, com_adobe_cq_social_cq_social_scf_impl, com_adobe_cq_social_cq_social_scoring_basic_impl, com_adobe_cq_social_cq_social_scoring_impl, com_adobe_cq_social_cq_social_serviceusers_impl, com_adobe_cq_social_cq_social_srp_impl, com_adobe_cq_social_cq_social_ugcbase_impl, com_adobe_dam_cq_dam_cfm_impl, com_adobe_forms_foundation_forms_foundation_base, com_adobe_granite_apicontroller, com_adobe_granite_asset_core, com_adobe_granite_auth_sso, com_adobe_granite_bundles_hc_impl, com_adobe_granite_compat_router, com_adobe_granite_conf, com_adobe_granite_conf_ui_core, com_adobe_granite_cors, com_adobe_granite_crx_explorer, com_adobe_granite_crxde_lite, com_adobe_granite_crypto_config, com_adobe_granite_crypto_extension, com_adobe_granite_crypto_file, com_adobe_granite_crypto_jcr, com_adobe_granite_csrf, com_adobe_granite_distribution_core, com_adobe_granite_dropwizard_metrics, com_adobe_granite_frags_impl, com_adobe_granite_gibson, com_adobe_granite_infocollector, com_adobe_granite_installer_factory_packages, com_adobe_granite_jetty_ssl, com_adobe_granite_jobs_async, com_adobe_granite_maintenance_oak, com_adobe_granite_monitoring_core, com_adobe_granite_queries, com_adobe_granite_replication_hc_impl, com_adobe_granite_repository_checker, com_adobe_granite_repository_hc_impl, com_adobe_granite_rest_assets, com_adobe_granite_security_ui, com_adobe_granite_startup, com_adobe_granite_tagsoup, com_adobe_granite_taskmanagement_core, com_adobe_granite_taskmanagement_workflow, com_adobe_granite_ui_clientlibs_compiler_less, com_adobe_granite_ui_clientlibs_processor_gcc, com_adobe_granite_webconsole_plugins, com_adobe_granite_workflow_console, com_adobe_xmp_worker_files_native_fragment_linux, com_adobe_xmp_worker_files_native_fragment_macosx, com_adobe_xmp_worker_files_native_fragment_win, com_day_commons_osgi_wrapper_simple_jndi, com_day_cq_cq_authhandler, com_day_cq_cq_compat_configupdate, com_day_cq_cq_licensebranding, com_day_cq_cq_notifcation_impl, com_day_cq_cq_replication_audit, com_day_cq_cq_search_ext, com_day_cq_dam_cq_dam_annotation_print, com_day_cq_dam_cq_dam_asset_usage, com_day_cq_dam_cq_dam_s7dam, com_day_cq_dam_cq_dam_similaritysearch, com_day_cq_dam_dam_webdav_support, com_day_cq_pre_upgrade_tasks, com_day_cq_replication_extensions, com_day_cq_wcm_cq_msm_core, com_day_cq_wcm_cq_wcm_translation, day_commons_jrawio, org_apache_aries_jmx_whiteboard, org_apache_felix_http_sslfilter, org_apache_felix_org_apache_felix_threaddump, org_apache_felix_webconsole_plugins_ds, org_apache_felix_webconsole_plugins_event, org_apache_felix_webconsole_plugins_memoryusage, org_apache_felix_webconsole_plugins_packageadmin, org_apache_jackrabbit_oak_auth_ldap, org_apache_jackrabbit_oak_segment_tar, org_apache_jackrabbit_oak_solr_osgi, org_apache_sling_bundleresource_impl, org_apache_sling_commons_fsclassloader, org_apache_sling_commons_log_webconsole, org_apache_sling_datasource, org_apache_sling_discovery_base, org_apache_sling_discovery_oak, org_apache_sling_discovery_support, org_apache_sling_distribution_api, org_apache_sling_distribution_core, org_apache_sling_extensions_webconsolesecurityprovider, org_apache_sling_hc_webconsole, org_apache_sling_installer_console, org_apache_sling_installer_provider_file, org_apache_sling_installer_provider_jcr, org_apache_sling_jcr_davex, org_apache_sling_jcr_resourcesecurity, org_apache_sling_jmx_provider, org_apache_sling_launchpad_installer, org_apache_sling_models_impl, org_apache_sling_repoinit_parser, org_apache_sling_resource_inventory, org_apache_sling_resourceresolver, org_apache_sling_scripting_javascript, org_apache_sling_scripting_jst, org_apache_sling_scripting_sightly_js_provider, org_apache_sling_scripting_sightly_models_provider, org_apache_sling_security, org_apache_sling_servlets_compat, org_apache_sling_servlets_get, org_apache_sling_startupfilter_disabler, org_apache_sling_tracer, we_retail_client_app_core].hash
end

#list_invalid_propertiesObject

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

Returns:

  • Array for valid properties with the reasons



1288
1289
1290
1291
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 1288

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



1544
1545
1546
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 1544

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



1550
1551
1552
1553
1554
1555
1556
1557
1558
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 1550

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



1538
1539
1540
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 1538

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



1295
1296
1297
# File 'lib/swagger_aem_osgi/models/com_adobe_granite_apicontroller_filter_resolver_hook_factory_properties.rb', line 1295

def valid?
  true
end