pulp_rpm_client 3.12.0 → 3.13.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (457) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -1
  3. data/README.md +5 -4
  4. data/build/lib/pulpcore/__init__.py +2 -0
  5. data/build/lib/pulpcore/client/__init__.py +2 -0
  6. data/build/lib/pulpcore/client/pulp_rpm/__init__.py +112 -0
  7. data/build/lib/pulpcore/client/pulp_rpm/api/__init__.py +22 -0
  8. data/build/lib/pulpcore/client/pulp_rpm/api/content_advisories_api.py +485 -0
  9. data/build/lib/pulpcore/client/pulp_rpm/api/content_distribution_trees_api.py +307 -0
  10. data/build/lib/pulpcore/client/pulp_rpm/api/content_modulemd_defaults_api.py +494 -0
  11. data/build/lib/pulpcore/client/pulp_rpm/api/content_modulemds_api.py +533 -0
  12. data/build/lib/pulpcore/client/pulp_rpm/api/content_packagecategories_api.py +307 -0
  13. data/build/lib/pulpcore/client/pulp_rpm/api/content_packageenvironments_api.py +307 -0
  14. data/build/lib/pulpcore/client/pulp_rpm/api/content_packagegroups_api.py +307 -0
  15. data/build/lib/pulpcore/client/pulp_rpm/api/content_packagelangpacks_api.py +307 -0
  16. data/build/lib/pulpcore/client/pulp_rpm/api/content_packages_api.py +552 -0
  17. data/build/lib/pulpcore/client/pulp_rpm/api/content_repo_metadata_files_api.py +307 -0
  18. data/build/lib/pulpcore/client/pulp_rpm/api/distributions_rpm_api.py +830 -0
  19. data/build/lib/pulpcore/client/pulp_rpm/api/publications_rpm_api.py +566 -0
  20. data/build/lib/pulpcore/client/pulp_rpm/api/remotes_rpm_api.py +840 -0
  21. data/build/lib/pulpcore/client/pulp_rpm/api/remotes_uln_api.py +840 -0
  22. data/build/lib/pulpcore/client/pulp_rpm/api/repositories_rpm_api.py +1063 -0
  23. data/build/lib/pulpcore/client/pulp_rpm/api/repositories_rpm_versions_api.py +614 -0
  24. data/build/lib/pulpcore/client/pulp_rpm/api/rpm_copy_api.py +156 -0
  25. data/build/lib/pulpcore/client/pulp_rpm/api_client.py +667 -0
  26. data/build/lib/pulpcore/client/pulp_rpm/configuration.py +427 -0
  27. data/build/lib/pulpcore/client/pulp_rpm/exceptions.py +121 -0
  28. data/build/lib/pulpcore/client/pulp_rpm/models/__init__.py +81 -0
  29. data/build/lib/pulpcore/client/pulp_rpm/models/addon_response.py +240 -0
  30. data/build/lib/pulpcore/client/pulp_rpm/models/artifact_response.py +368 -0
  31. data/build/lib/pulpcore/client/pulp_rpm/models/async_operation_response.py +124 -0
  32. data/build/lib/pulpcore/client/pulp_rpm/models/checksum_response.py +153 -0
  33. data/build/lib/pulpcore/client/pulp_rpm/models/content_summary.py +176 -0
  34. data/build/lib/pulpcore/client/pulp_rpm/models/content_summary_response.py +176 -0
  35. data/build/lib/pulpcore/client/pulp_rpm/models/copy.py +152 -0
  36. data/build/lib/pulpcore/client/pulp_rpm/models/image_response.py +207 -0
  37. data/build/lib/pulpcore/client/pulp_rpm/models/metadata_checksum_type_enum.py +106 -0
  38. data/build/lib/pulpcore/client/pulp_rpm/models/null_enum.py +100 -0
  39. data/build/lib/pulpcore/client/pulp_rpm/models/package_checksum_type_enum.py +106 -0
  40. data/build/lib/pulpcore/client/pulp_rpm/models/paginated_repository_version_response_list.py +197 -0
  41. data/build/lib/pulpcore/client/pulp_rpm/models/paginatedrpm_distribution_tree_response_list.py +197 -0
  42. data/build/lib/pulpcore/client/pulp_rpm/models/paginatedrpm_modulemd_defaults_response_list.py +197 -0
  43. data/build/lib/pulpcore/client/pulp_rpm/models/paginatedrpm_modulemd_response_list.py +197 -0
  44. data/build/lib/pulpcore/client/pulp_rpm/models/paginatedrpm_package_category_response_list.py +197 -0
  45. data/build/lib/pulpcore/client/pulp_rpm/models/paginatedrpm_package_environment_response_list.py +197 -0
  46. data/build/lib/pulpcore/client/pulp_rpm/models/paginatedrpm_package_group_response_list.py +197 -0
  47. data/build/lib/pulpcore/client/pulp_rpm/models/paginatedrpm_package_langpacks_response_list.py +197 -0
  48. data/build/lib/pulpcore/client/pulp_rpm/models/paginatedrpm_package_response_list.py +197 -0
  49. data/build/lib/pulpcore/client/pulp_rpm/models/paginatedrpm_repo_metadata_file_response_list.py +197 -0
  50. data/build/lib/pulpcore/client/pulp_rpm/models/paginatedrpm_rpm_distribution_response_list.py +197 -0
  51. data/build/lib/pulpcore/client/pulp_rpm/models/paginatedrpm_rpm_publication_response_list.py +197 -0
  52. data/build/lib/pulpcore/client/pulp_rpm/models/paginatedrpm_rpm_remote_response_list.py +197 -0
  53. data/build/lib/pulpcore/client/pulp_rpm/models/paginatedrpm_rpm_repository_response_list.py +197 -0
  54. data/build/lib/pulpcore/client/pulp_rpm/models/paginatedrpm_uln_remote_response_list.py +197 -0
  55. data/build/lib/pulpcore/client/pulp_rpm/models/paginatedrpm_update_record_response_list.py +197 -0
  56. data/build/lib/pulpcore/client/pulp_rpm/models/patchedrpm_rpm_distribution.py +258 -0
  57. data/build/lib/pulpcore/client/pulp_rpm/models/patchedrpm_rpm_remote.py +682 -0
  58. data/build/lib/pulpcore/client/pulp_rpm/models/patchedrpm_rpm_repository.py +467 -0
  59. data/build/lib/pulpcore/client/pulp_rpm/models/patchedrpm_uln_remote.py +684 -0
  60. data/build/lib/pulpcore/client/pulp_rpm/models/policy_enum.py +102 -0
  61. data/build/lib/pulpcore/client/pulp_rpm/models/repository_add_remove_content.py +179 -0
  62. data/build/lib/pulpcore/client/pulp_rpm/models/repository_version.py +123 -0
  63. data/build/lib/pulpcore/client/pulp_rpm/models/repository_version_response.py +257 -0
  64. data/build/lib/pulpcore/client/pulp_rpm/models/rpm_distribution_tree_response.py +621 -0
  65. data/build/lib/pulpcore/client/pulp_rpm/models/rpm_modulemd.py +463 -0
  66. data/build/lib/pulpcore/client/pulp_rpm/models/rpm_modulemd_defaults.py +295 -0
  67. data/build/lib/pulpcore/client/pulp_rpm/models/rpm_modulemd_defaults_response.py +432 -0
  68. data/build/lib/pulpcore/client/pulp_rpm/models/rpm_modulemd_response.py +600 -0
  69. data/build/lib/pulpcore/client/pulp_rpm/models/rpm_package.py +208 -0
  70. data/build/lib/pulpcore/client/pulp_rpm/models/rpm_package_category_response.py +373 -0
  71. data/build/lib/pulpcore/client/pulp_rpm/models/rpm_package_environment_response.py +400 -0
  72. data/build/lib/pulpcore/client/pulp_rpm/models/rpm_package_group_response.py +457 -0
  73. data/build/lib/pulpcore/client/pulp_rpm/models/rpm_package_langpacks_response.py +203 -0
  74. data/build/lib/pulpcore/client/pulp_rpm/models/rpm_package_response.py +1353 -0
  75. data/build/lib/pulpcore/client/pulp_rpm/models/rpm_repo_metadata_file_response.py +461 -0
  76. data/build/lib/pulpcore/client/pulp_rpm/models/rpm_repository_sync_url.py +207 -0
  77. data/build/lib/pulpcore/client/pulp_rpm/models/rpm_rpm_distribution.py +260 -0
  78. data/build/lib/pulpcore/client/pulp_rpm/models/rpm_rpm_distribution_response.py +342 -0
  79. data/build/lib/pulpcore/client/pulp_rpm/models/rpm_rpm_publication.py +301 -0
  80. data/build/lib/pulpcore/client/pulp_rpm/models/rpm_rpm_publication_response.py +355 -0
  81. data/build/lib/pulpcore/client/pulp_rpm/models/rpm_rpm_remote.py +684 -0
  82. data/build/lib/pulpcore/client/pulp_rpm/models/rpm_rpm_remote_response.py +631 -0
  83. data/build/lib/pulpcore/client/pulp_rpm/models/rpm_rpm_repository.py +468 -0
  84. data/build/lib/pulpcore/client/pulp_rpm/models/rpm_rpm_repository_response.py +574 -0
  85. data/build/lib/pulpcore/client/pulp_rpm/models/rpm_uln_remote.py +688 -0
  86. data/build/lib/pulpcore/client/pulp_rpm/models/rpm_uln_remote_response.py +689 -0
  87. data/build/lib/pulpcore/client/pulp_rpm/models/rpm_update_collection.py +176 -0
  88. data/build/lib/pulpcore/client/pulp_rpm/models/rpm_update_collection_response.py +204 -0
  89. data/build/lib/pulpcore/client/pulp_rpm/models/rpm_update_record.py +151 -0
  90. data/build/lib/pulpcore/client/pulp_rpm/models/rpm_update_record_response.py +653 -0
  91. data/build/lib/pulpcore/client/pulp_rpm/models/skip_types_enum.py +100 -0
  92. data/build/lib/pulpcore/client/pulp_rpm/models/variant_response.py +375 -0
  93. data/build/lib/pulpcore/client/pulp_rpm/rest.py +292 -0
  94. data/dist/pulp_rpm-client-3.13.0.tar.gz +0 -0
  95. data/dist/pulp_rpm_client-3.13.0-py3-none-any.whl +0 -0
  96. data/docs/ContentModulemdsApi.md +4 -4
  97. data/docs/NullEnum.md +16 -0
  98. data/docs/PatchedrpmRpmRepository.md +2 -2
  99. data/docs/RepositoryAddRemoveContent.md +2 -2
  100. data/docs/RpmModulemd.md +1 -1
  101. data/docs/RpmModulemdResponse.md +1 -1
  102. data/docs/RpmRpmRepository.md +2 -2
  103. data/docs/RpmRpmRepositoryResponse.md +2 -2
  104. data/lib/pulp_rpm_client/api/content_advisories_api.rb +1 -1
  105. data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +1 -1
  106. data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +1 -1
  107. data/lib/pulp_rpm_client/api/content_modulemds_api.rb +7 -11
  108. data/lib/pulp_rpm_client/api/content_packagecategories_api.rb +1 -1
  109. data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +1 -1
  110. data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +1 -1
  111. data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +1 -1
  112. data/lib/pulp_rpm_client/api/content_packages_api.rb +1 -1
  113. data/lib/pulp_rpm_client/api/content_repo_metadata_files_api.rb +1 -1
  114. data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +1 -1
  115. data/lib/pulp_rpm_client/api/publications_rpm_api.rb +1 -1
  116. data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +1 -1
  117. data/lib/pulp_rpm_client/api/remotes_uln_api.rb +1 -1
  118. data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +1 -1
  119. data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +1 -1
  120. data/lib/pulp_rpm_client/api/rpm_copy_api.rb +1 -1
  121. data/lib/pulp_rpm_client/api_client.rb +8 -6
  122. data/lib/pulp_rpm_client/api_error.rb +1 -1
  123. data/lib/pulp_rpm_client/configuration.rb +1 -1
  124. data/lib/pulp_rpm_client/models/addon_response.rb +1 -1
  125. data/lib/pulp_rpm_client/models/artifact_response.rb +1 -1
  126. data/lib/pulp_rpm_client/models/async_operation_response.rb +1 -1
  127. data/lib/pulp_rpm_client/models/checksum_response.rb +1 -1
  128. data/lib/pulp_rpm_client/models/content_summary.rb +1 -1
  129. data/lib/pulp_rpm_client/models/content_summary_response.rb +1 -1
  130. data/lib/pulp_rpm_client/models/copy.rb +1 -1
  131. data/lib/pulp_rpm_client/models/image_response.rb +1 -1
  132. data/lib/pulp_rpm_client/models/metadata_checksum_type_enum.rb +1 -1
  133. data/lib/pulp_rpm_client/models/null_enum.rb +35 -0
  134. data/lib/pulp_rpm_client/models/package_checksum_type_enum.rb +1 -1
  135. data/lib/pulp_rpm_client/models/paginated_repository_version_response_list.rb +1 -1
  136. data/lib/pulp_rpm_client/models/paginatedrpm_distribution_tree_response_list.rb +1 -1
  137. data/lib/pulp_rpm_client/models/paginatedrpm_modulemd_defaults_response_list.rb +1 -1
  138. data/lib/pulp_rpm_client/models/paginatedrpm_modulemd_response_list.rb +1 -1
  139. data/lib/pulp_rpm_client/models/paginatedrpm_package_category_response_list.rb +1 -1
  140. data/lib/pulp_rpm_client/models/paginatedrpm_package_environment_response_list.rb +1 -1
  141. data/lib/pulp_rpm_client/models/paginatedrpm_package_group_response_list.rb +1 -1
  142. data/lib/pulp_rpm_client/models/paginatedrpm_package_langpacks_response_list.rb +1 -1
  143. data/lib/pulp_rpm_client/models/paginatedrpm_package_response_list.rb +1 -1
  144. data/lib/pulp_rpm_client/models/paginatedrpm_repo_metadata_file_response_list.rb +1 -1
  145. data/lib/pulp_rpm_client/models/paginatedrpm_rpm_distribution_response_list.rb +1 -1
  146. data/lib/pulp_rpm_client/models/paginatedrpm_rpm_publication_response_list.rb +1 -1
  147. data/lib/pulp_rpm_client/models/paginatedrpm_rpm_remote_response_list.rb +1 -1
  148. data/lib/pulp_rpm_client/models/paginatedrpm_rpm_repository_response_list.rb +1 -1
  149. data/lib/pulp_rpm_client/models/paginatedrpm_uln_remote_response_list.rb +1 -1
  150. data/lib/pulp_rpm_client/models/paginatedrpm_update_record_response_list.rb +1 -1
  151. data/lib/pulp_rpm_client/models/patchedrpm_rpm_distribution.rb +1 -1
  152. data/lib/pulp_rpm_client/models/patchedrpm_rpm_remote.rb +1 -1
  153. data/lib/pulp_rpm_client/models/patchedrpm_rpm_repository.rb +5 -3
  154. data/lib/pulp_rpm_client/models/patchedrpm_uln_remote.rb +1 -1
  155. data/lib/pulp_rpm_client/models/policy_enum.rb +1 -1
  156. data/lib/pulp_rpm_client/models/repository_add_remove_content.rb +3 -3
  157. data/lib/pulp_rpm_client/models/repository_version.rb +1 -1
  158. data/lib/pulp_rpm_client/models/repository_version_response.rb +1 -1
  159. data/lib/pulp_rpm_client/models/rpm_distribution_tree_response.rb +1 -1
  160. data/lib/pulp_rpm_client/models/rpm_modulemd.rb +1 -6
  161. data/lib/pulp_rpm_client/models/rpm_modulemd_defaults.rb +1 -1
  162. data/lib/pulp_rpm_client/models/rpm_modulemd_defaults_response.rb +1 -1
  163. data/lib/pulp_rpm_client/models/rpm_modulemd_response.rb +1 -6
  164. data/lib/pulp_rpm_client/models/rpm_package.rb +1 -1
  165. data/lib/pulp_rpm_client/models/rpm_package_category_response.rb +1 -1
  166. data/lib/pulp_rpm_client/models/rpm_package_environment_response.rb +1 -1
  167. data/lib/pulp_rpm_client/models/rpm_package_group_response.rb +1 -1
  168. data/lib/pulp_rpm_client/models/rpm_package_langpacks_response.rb +1 -1
  169. data/lib/pulp_rpm_client/models/rpm_package_response.rb +1 -1
  170. data/lib/pulp_rpm_client/models/rpm_repo_metadata_file_response.rb +1 -1
  171. data/lib/pulp_rpm_client/models/rpm_repository_sync_url.rb +1 -1
  172. data/lib/pulp_rpm_client/models/rpm_rpm_distribution.rb +1 -1
  173. data/lib/pulp_rpm_client/models/rpm_rpm_distribution_response.rb +1 -1
  174. data/lib/pulp_rpm_client/models/rpm_rpm_publication.rb +1 -1
  175. data/lib/pulp_rpm_client/models/rpm_rpm_publication_response.rb +1 -1
  176. data/lib/pulp_rpm_client/models/rpm_rpm_remote.rb +1 -1
  177. data/lib/pulp_rpm_client/models/rpm_rpm_remote_response.rb +1 -1
  178. data/lib/pulp_rpm_client/models/rpm_rpm_repository.rb +5 -3
  179. data/lib/pulp_rpm_client/models/rpm_rpm_repository_response.rb +5 -3
  180. data/lib/pulp_rpm_client/models/rpm_uln_remote.rb +1 -1
  181. data/lib/pulp_rpm_client/models/rpm_uln_remote_response.rb +1 -1
  182. data/lib/pulp_rpm_client/models/rpm_update_collection.rb +1 -1
  183. data/lib/pulp_rpm_client/models/rpm_update_collection_response.rb +1 -1
  184. data/lib/pulp_rpm_client/models/rpm_update_record.rb +1 -1
  185. data/lib/pulp_rpm_client/models/rpm_update_record_response.rb +1 -1
  186. data/lib/pulp_rpm_client/models/skip_types_enum.rb +1 -1
  187. data/lib/pulp_rpm_client/models/variant_response.rb +1 -1
  188. data/lib/pulp_rpm_client/version.rb +2 -2
  189. data/lib/pulp_rpm_client.rb +2 -1
  190. data/pulp_rpm_client.egg-info/PKG-INFO +15 -0
  191. data/pulp_rpm_client.egg-info/SOURCES.txt +179 -0
  192. data/pulp_rpm_client.egg-info/dependency_links.txt +1 -0
  193. data/pulp_rpm_client.egg-info/requires.txt +4 -0
  194. data/pulp_rpm_client.egg-info/top_level.txt +1 -0
  195. data/pulp_rpm_client.gemspec +1 -1
  196. data/pulpcore/__init__.py +2 -0
  197. data/pulpcore/client/__init__.py +2 -0
  198. data/pulpcore/client/pulp_rpm/__init__.py +112 -0
  199. data/pulpcore/client/pulp_rpm/api/__init__.py +22 -0
  200. data/pulpcore/client/pulp_rpm/api/content_advisories_api.py +485 -0
  201. data/pulpcore/client/pulp_rpm/api/content_distribution_trees_api.py +307 -0
  202. data/pulpcore/client/pulp_rpm/api/content_modulemd_defaults_api.py +494 -0
  203. data/pulpcore/client/pulp_rpm/api/content_modulemds_api.py +533 -0
  204. data/pulpcore/client/pulp_rpm/api/content_packagecategories_api.py +307 -0
  205. data/pulpcore/client/pulp_rpm/api/content_packageenvironments_api.py +307 -0
  206. data/pulpcore/client/pulp_rpm/api/content_packagegroups_api.py +307 -0
  207. data/pulpcore/client/pulp_rpm/api/content_packagelangpacks_api.py +307 -0
  208. data/pulpcore/client/pulp_rpm/api/content_packages_api.py +552 -0
  209. data/pulpcore/client/pulp_rpm/api/content_repo_metadata_files_api.py +307 -0
  210. data/pulpcore/client/pulp_rpm/api/distributions_rpm_api.py +830 -0
  211. data/pulpcore/client/pulp_rpm/api/publications_rpm_api.py +566 -0
  212. data/pulpcore/client/pulp_rpm/api/remotes_rpm_api.py +840 -0
  213. data/pulpcore/client/pulp_rpm/api/remotes_uln_api.py +840 -0
  214. data/pulpcore/client/pulp_rpm/api/repositories_rpm_api.py +1063 -0
  215. data/pulpcore/client/pulp_rpm/api/repositories_rpm_versions_api.py +614 -0
  216. data/pulpcore/client/pulp_rpm/api/rpm_copy_api.py +156 -0
  217. data/pulpcore/client/pulp_rpm/api_client.py +667 -0
  218. data/pulpcore/client/pulp_rpm/configuration.py +427 -0
  219. data/pulpcore/client/pulp_rpm/exceptions.py +121 -0
  220. data/pulpcore/client/pulp_rpm/models/__init__.py +81 -0
  221. data/pulpcore/client/pulp_rpm/models/addon_response.py +240 -0
  222. data/pulpcore/client/pulp_rpm/models/artifact_response.py +368 -0
  223. data/pulpcore/client/pulp_rpm/models/async_operation_response.py +124 -0
  224. data/pulpcore/client/pulp_rpm/models/checksum_response.py +153 -0
  225. data/pulpcore/client/pulp_rpm/models/content_summary.py +176 -0
  226. data/pulpcore/client/pulp_rpm/models/content_summary_response.py +176 -0
  227. data/pulpcore/client/pulp_rpm/models/copy.py +152 -0
  228. data/pulpcore/client/pulp_rpm/models/image_response.py +207 -0
  229. data/pulpcore/client/pulp_rpm/models/metadata_checksum_type_enum.py +106 -0
  230. data/pulpcore/client/pulp_rpm/models/null_enum.py +100 -0
  231. data/pulpcore/client/pulp_rpm/models/package_checksum_type_enum.py +106 -0
  232. data/pulpcore/client/pulp_rpm/models/paginated_repository_version_response_list.py +197 -0
  233. data/pulpcore/client/pulp_rpm/models/paginatedrpm_distribution_tree_response_list.py +197 -0
  234. data/pulpcore/client/pulp_rpm/models/paginatedrpm_modulemd_defaults_response_list.py +197 -0
  235. data/pulpcore/client/pulp_rpm/models/paginatedrpm_modulemd_response_list.py +197 -0
  236. data/pulpcore/client/pulp_rpm/models/paginatedrpm_package_category_response_list.py +197 -0
  237. data/pulpcore/client/pulp_rpm/models/paginatedrpm_package_environment_response_list.py +197 -0
  238. data/pulpcore/client/pulp_rpm/models/paginatedrpm_package_group_response_list.py +197 -0
  239. data/pulpcore/client/pulp_rpm/models/paginatedrpm_package_langpacks_response_list.py +197 -0
  240. data/pulpcore/client/pulp_rpm/models/paginatedrpm_package_response_list.py +197 -0
  241. data/pulpcore/client/pulp_rpm/models/paginatedrpm_repo_metadata_file_response_list.py +197 -0
  242. data/pulpcore/client/pulp_rpm/models/paginatedrpm_rpm_distribution_response_list.py +197 -0
  243. data/pulpcore/client/pulp_rpm/models/paginatedrpm_rpm_publication_response_list.py +197 -0
  244. data/pulpcore/client/pulp_rpm/models/paginatedrpm_rpm_remote_response_list.py +197 -0
  245. data/pulpcore/client/pulp_rpm/models/paginatedrpm_rpm_repository_response_list.py +197 -0
  246. data/pulpcore/client/pulp_rpm/models/paginatedrpm_uln_remote_response_list.py +197 -0
  247. data/pulpcore/client/pulp_rpm/models/paginatedrpm_update_record_response_list.py +197 -0
  248. data/pulpcore/client/pulp_rpm/models/patchedrpm_rpm_distribution.py +258 -0
  249. data/pulpcore/client/pulp_rpm/models/patchedrpm_rpm_remote.py +682 -0
  250. data/pulpcore/client/pulp_rpm/models/patchedrpm_rpm_repository.py +467 -0
  251. data/pulpcore/client/pulp_rpm/models/patchedrpm_uln_remote.py +684 -0
  252. data/pulpcore/client/pulp_rpm/models/policy_enum.py +102 -0
  253. data/pulpcore/client/pulp_rpm/models/repository_add_remove_content.py +179 -0
  254. data/pulpcore/client/pulp_rpm/models/repository_version.py +123 -0
  255. data/pulpcore/client/pulp_rpm/models/repository_version_response.py +257 -0
  256. data/pulpcore/client/pulp_rpm/models/rpm_distribution_tree_response.py +621 -0
  257. data/pulpcore/client/pulp_rpm/models/rpm_modulemd.py +463 -0
  258. data/pulpcore/client/pulp_rpm/models/rpm_modulemd_defaults.py +295 -0
  259. data/pulpcore/client/pulp_rpm/models/rpm_modulemd_defaults_response.py +432 -0
  260. data/pulpcore/client/pulp_rpm/models/rpm_modulemd_response.py +600 -0
  261. data/pulpcore/client/pulp_rpm/models/rpm_package.py +208 -0
  262. data/pulpcore/client/pulp_rpm/models/rpm_package_category_response.py +373 -0
  263. data/pulpcore/client/pulp_rpm/models/rpm_package_environment_response.py +400 -0
  264. data/pulpcore/client/pulp_rpm/models/rpm_package_group_response.py +457 -0
  265. data/pulpcore/client/pulp_rpm/models/rpm_package_langpacks_response.py +203 -0
  266. data/pulpcore/client/pulp_rpm/models/rpm_package_response.py +1353 -0
  267. data/pulpcore/client/pulp_rpm/models/rpm_repo_metadata_file_response.py +461 -0
  268. data/pulpcore/client/pulp_rpm/models/rpm_repository_sync_url.py +207 -0
  269. data/pulpcore/client/pulp_rpm/models/rpm_rpm_distribution.py +260 -0
  270. data/pulpcore/client/pulp_rpm/models/rpm_rpm_distribution_response.py +342 -0
  271. data/pulpcore/client/pulp_rpm/models/rpm_rpm_publication.py +301 -0
  272. data/pulpcore/client/pulp_rpm/models/rpm_rpm_publication_response.py +355 -0
  273. data/pulpcore/client/pulp_rpm/models/rpm_rpm_remote.py +684 -0
  274. data/pulpcore/client/pulp_rpm/models/rpm_rpm_remote_response.py +631 -0
  275. data/pulpcore/client/pulp_rpm/models/rpm_rpm_repository.py +468 -0
  276. data/pulpcore/client/pulp_rpm/models/rpm_rpm_repository_response.py +574 -0
  277. data/pulpcore/client/pulp_rpm/models/rpm_uln_remote.py +688 -0
  278. data/pulpcore/client/pulp_rpm/models/rpm_uln_remote_response.py +689 -0
  279. data/pulpcore/client/pulp_rpm/models/rpm_update_collection.py +176 -0
  280. data/pulpcore/client/pulp_rpm/models/rpm_update_collection_response.py +204 -0
  281. data/pulpcore/client/pulp_rpm/models/rpm_update_record.py +151 -0
  282. data/pulpcore/client/pulp_rpm/models/rpm_update_record_response.py +653 -0
  283. data/pulpcore/client/pulp_rpm/models/skip_types_enum.py +100 -0
  284. data/pulpcore/client/pulp_rpm/models/variant_response.py +375 -0
  285. data/pulpcore/client/pulp_rpm/rest.py +292 -0
  286. data/requirements.txt +6 -0
  287. data/setup.cfg +2 -0
  288. data/setup.py +42 -0
  289. data/spec/api/content_advisories_api_spec.rb +1 -1
  290. data/spec/api/content_distribution_trees_api_spec.rb +1 -1
  291. data/spec/api/content_modulemd_defaults_api_spec.rb +1 -1
  292. data/spec/api/content_modulemds_api_spec.rb +2 -2
  293. data/spec/api/content_packagecategories_api_spec.rb +1 -1
  294. data/spec/api/content_packageenvironments_api_spec.rb +1 -1
  295. data/spec/api/content_packagegroups_api_spec.rb +1 -1
  296. data/spec/api/content_packagelangpacks_api_spec.rb +1 -1
  297. data/spec/api/content_packages_api_spec.rb +1 -1
  298. data/spec/api/content_repo_metadata_files_api_spec.rb +1 -1
  299. data/spec/api/distributions_rpm_api_spec.rb +1 -1
  300. data/spec/api/publications_rpm_api_spec.rb +1 -1
  301. data/spec/api/remotes_rpm_api_spec.rb +1 -1
  302. data/spec/api/remotes_uln_api_spec.rb +1 -1
  303. data/spec/api/repositories_rpm_api_spec.rb +1 -1
  304. data/spec/api/repositories_rpm_versions_api_spec.rb +1 -1
  305. data/spec/api/rpm_copy_api_spec.rb +1 -1
  306. data/spec/api_client_spec.rb +2 -2
  307. data/spec/configuration_spec.rb +1 -1
  308. data/spec/models/addon_response_spec.rb +1 -1
  309. data/spec/models/artifact_response_spec.rb +1 -1
  310. data/spec/models/async_operation_response_spec.rb +1 -1
  311. data/spec/models/checksum_response_spec.rb +1 -1
  312. data/spec/models/content_summary_response_spec.rb +1 -1
  313. data/spec/models/content_summary_spec.rb +1 -1
  314. data/spec/models/copy_spec.rb +1 -1
  315. data/spec/models/image_response_spec.rb +1 -1
  316. data/spec/models/metadata_checksum_type_enum_spec.rb +1 -1
  317. data/spec/models/null_enum_spec.rb +35 -0
  318. data/spec/models/package_checksum_type_enum_spec.rb +1 -1
  319. data/spec/models/paginated_repository_version_response_list_spec.rb +1 -1
  320. data/spec/models/paginatedrpm_distribution_tree_response_list_spec.rb +1 -1
  321. data/spec/models/paginatedrpm_modulemd_defaults_response_list_spec.rb +1 -1
  322. data/spec/models/paginatedrpm_modulemd_response_list_spec.rb +1 -1
  323. data/spec/models/paginatedrpm_package_category_response_list_spec.rb +1 -1
  324. data/spec/models/paginatedrpm_package_environment_response_list_spec.rb +1 -1
  325. data/spec/models/paginatedrpm_package_group_response_list_spec.rb +1 -1
  326. data/spec/models/paginatedrpm_package_langpacks_response_list_spec.rb +1 -1
  327. data/spec/models/paginatedrpm_package_response_list_spec.rb +1 -1
  328. data/spec/models/paginatedrpm_repo_metadata_file_response_list_spec.rb +1 -1
  329. data/spec/models/paginatedrpm_rpm_distribution_response_list_spec.rb +1 -1
  330. data/spec/models/paginatedrpm_rpm_publication_response_list_spec.rb +1 -1
  331. data/spec/models/paginatedrpm_rpm_remote_response_list_spec.rb +1 -1
  332. data/spec/models/paginatedrpm_rpm_repository_response_list_spec.rb +1 -1
  333. data/spec/models/paginatedrpm_uln_remote_response_list_spec.rb +1 -1
  334. data/spec/models/paginatedrpm_update_record_response_list_spec.rb +1 -1
  335. data/spec/models/patchedrpm_rpm_distribution_spec.rb +1 -1
  336. data/spec/models/patchedrpm_rpm_remote_spec.rb +1 -1
  337. data/spec/models/patchedrpm_rpm_repository_spec.rb +1 -1
  338. data/spec/models/patchedrpm_uln_remote_spec.rb +1 -1
  339. data/spec/models/policy_enum_spec.rb +1 -1
  340. data/spec/models/repository_add_remove_content_spec.rb +1 -1
  341. data/spec/models/repository_version_response_spec.rb +1 -1
  342. data/spec/models/repository_version_spec.rb +1 -1
  343. data/spec/models/rpm_distribution_tree_response_spec.rb +1 -1
  344. data/spec/models/rpm_modulemd_defaults_response_spec.rb +1 -1
  345. data/spec/models/rpm_modulemd_defaults_spec.rb +1 -1
  346. data/spec/models/rpm_modulemd_response_spec.rb +1 -1
  347. data/spec/models/rpm_modulemd_spec.rb +1 -1
  348. data/spec/models/rpm_package_category_response_spec.rb +1 -1
  349. data/spec/models/rpm_package_environment_response_spec.rb +1 -1
  350. data/spec/models/rpm_package_group_response_spec.rb +1 -1
  351. data/spec/models/rpm_package_langpacks_response_spec.rb +1 -1
  352. data/spec/models/rpm_package_response_spec.rb +1 -1
  353. data/spec/models/rpm_package_spec.rb +1 -1
  354. data/spec/models/rpm_repo_metadata_file_response_spec.rb +1 -1
  355. data/spec/models/rpm_repository_sync_url_spec.rb +1 -1
  356. data/spec/models/rpm_rpm_distribution_response_spec.rb +1 -1
  357. data/spec/models/rpm_rpm_distribution_spec.rb +1 -1
  358. data/spec/models/rpm_rpm_publication_response_spec.rb +1 -1
  359. data/spec/models/rpm_rpm_publication_spec.rb +1 -1
  360. data/spec/models/rpm_rpm_remote_response_spec.rb +1 -1
  361. data/spec/models/rpm_rpm_remote_spec.rb +1 -1
  362. data/spec/models/rpm_rpm_repository_response_spec.rb +1 -1
  363. data/spec/models/rpm_rpm_repository_spec.rb +1 -1
  364. data/spec/models/rpm_uln_remote_response_spec.rb +1 -1
  365. data/spec/models/rpm_uln_remote_spec.rb +1 -1
  366. data/spec/models/rpm_update_collection_response_spec.rb +1 -1
  367. data/spec/models/rpm_update_collection_spec.rb +1 -1
  368. data/spec/models/rpm_update_record_response_spec.rb +1 -1
  369. data/spec/models/rpm_update_record_spec.rb +1 -1
  370. data/spec/models/skip_types_enum_spec.rb +1 -1
  371. data/spec/models/variant_response_spec.rb +1 -1
  372. data/spec/spec_helper.rb +1 -1
  373. data/test/__init__.py +0 -0
  374. data/test/test_addon_response.py +62 -0
  375. data/test/test_artifact_response.py +63 -0
  376. data/test/test_async_operation_response.py +54 -0
  377. data/test/test_checksum_response.py +56 -0
  378. data/test/test_content_advisories_api.py +55 -0
  379. data/test/test_content_distribution_trees_api.py +48 -0
  380. data/test/test_content_modulemd_defaults_api.py +55 -0
  381. data/test/test_content_modulemds_api.py +55 -0
  382. data/test/test_content_packagecategories_api.py +48 -0
  383. data/test/test_content_packageenvironments_api.py +48 -0
  384. data/test/test_content_packagegroups_api.py +48 -0
  385. data/test/test_content_packagelangpacks_api.py +48 -0
  386. data/test/test_content_packages_api.py +55 -0
  387. data/test/test_content_repo_metadata_files_api.py +48 -0
  388. data/test/test_content_summary.py +70 -0
  389. data/test/test_content_summary_response.py +70 -0
  390. data/test/test_copy.py +55 -0
  391. data/test/test_distributions_rpm_api.py +76 -0
  392. data/test/test_image_response.py +60 -0
  393. data/test/test_metadata_checksum_type_enum.py +52 -0
  394. data/test/test_null_enum.py +52 -0
  395. data/test/test_package_checksum_type_enum.py +52 -0
  396. data/test/test_paginated_repository_version_response_list.py +64 -0
  397. data/test/test_paginatedrpm_distribution_tree_response_list.py +106 -0
  398. data/test/test_paginatedrpm_modulemd_defaults_response_list.py +70 -0
  399. data/test/test_paginatedrpm_modulemd_response_list.py +78 -0
  400. data/test/test_paginatedrpm_package_category_response_list.py +68 -0
  401. data/test/test_paginatedrpm_package_environment_response_list.py +69 -0
  402. data/test/test_paginatedrpm_package_group_response_list.py +71 -0
  403. data/test/test_paginatedrpm_package_langpacks_response_list.py +62 -0
  404. data/test/test_paginatedrpm_package_response_list.py +103 -0
  405. data/test/test_paginatedrpm_repo_metadata_file_response_list.py +71 -0
  406. data/test/test_paginatedrpm_rpm_distribution_response_list.py +67 -0
  407. data/test/test_paginatedrpm_rpm_publication_response_list.py +67 -0
  408. data/test/test_paginatedrpm_rpm_remote_response_list.py +79 -0
  409. data/test/test_paginatedrpm_rpm_repository_response_list.py +75 -0
  410. data/test/test_paginatedrpm_uln_remote_response_list.py +81 -0
  411. data/test/test_paginatedrpm_update_record_response_list.py +88 -0
  412. data/test/test_patchedrpm_rpm_distribution.py +58 -0
  413. data/test/test_patchedrpm_rpm_remote.py +75 -0
  414. data/test/test_patchedrpm_rpm_repository.py +65 -0
  415. data/test/test_patchedrpm_uln_remote.py +75 -0
  416. data/test/test_policy_enum.py +52 -0
  417. data/test/test_publications_rpm_api.py +62 -0
  418. data/test/test_remotes_rpm_api.py +76 -0
  419. data/test/test_remotes_uln_api.py +76 -0
  420. data/test/test_repositories_rpm_api.py +90 -0
  421. data/test/test_repositories_rpm_versions_api.py +61 -0
  422. data/test/test_repository_add_remove_content.py +59 -0
  423. data/test/test_repository_version.py +53 -0
  424. data/test/test_repository_version_response.py +58 -0
  425. data/test/test_rpm_copy_api.py +41 -0
  426. data/test/test_rpm_distribution_tree_response.py +147 -0
  427. data/test/test_rpm_modulemd.py +75 -0
  428. data/test/test_rpm_modulemd_defaults.py +63 -0
  429. data/test/test_rpm_modulemd_defaults_response.py +67 -0
  430. data/test/test_rpm_modulemd_response.py +79 -0
  431. data/test/test_rpm_package.py +57 -0
  432. data/test/test_rpm_package_category_response.py +70 -0
  433. data/test/test_rpm_package_environment_response.py +72 -0
  434. data/test/test_rpm_package_group_response.py +73 -0
  435. data/test/test_rpm_package_langpacks_response.py +58 -0
  436. data/test/test_rpm_package_response.py +97 -0
  437. data/test/test_rpm_repo_metadata_file_response.py +69 -0
  438. data/test/test_rpm_repository_sync_url.py +58 -0
  439. data/test/test_rpm_rpm_distribution.py +60 -0
  440. data/test/test_rpm_rpm_distribution_response.py +63 -0
  441. data/test/test_rpm_rpm_publication.py +59 -0
  442. data/test/test_rpm_rpm_publication_response.py +61 -0
  443. data/test/test_rpm_rpm_remote.py +77 -0
  444. data/test/test_rpm_rpm_remote_response.py +75 -0
  445. data/test/test_rpm_rpm_repository.py +66 -0
  446. data/test/test_rpm_rpm_repository_response.py +70 -0
  447. data/test/test_rpm_uln_remote.py +79 -0
  448. data/test/test_rpm_uln_remote_response.py +79 -0
  449. data/test/test_rpm_update_collection.py +58 -0
  450. data/test/test_rpm_update_collection_response.py +61 -0
  451. data/test/test_rpm_update_record.py +54 -0
  452. data/test/test_rpm_update_record_response.py +82 -0
  453. data/test/test_skip_types_enum.py +52 -0
  454. data/test/test_variant_response.py +72 -0
  455. data/test-requirements.txt +3 -0
  456. data/tox.ini +9 -0
  457. metadata +341 -63
@@ -0,0 +1,1353 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ Pulp 3 API
5
+
6
+ Fetch, Upload, Organize, and Distribute Software Packages # noqa: E501
7
+
8
+ The version of the OpenAPI document: v3
9
+ Contact: pulp-list@redhat.com
10
+ Generated by: https://openapi-generator.tech
11
+ """
12
+
13
+
14
+ import pprint
15
+ import re # noqa: F401
16
+
17
+ import six
18
+
19
+ from pulpcore.client.pulp_rpm.configuration import Configuration
20
+
21
+
22
+ class RpmPackageResponse(object):
23
+ """NOTE: This class is auto generated by OpenAPI Generator.
24
+ Ref: https://openapi-generator.tech
25
+
26
+ Do not edit the class manually.
27
+ """
28
+
29
+ """
30
+ Attributes:
31
+ openapi_types (dict): The key is attribute name
32
+ and the value is attribute type.
33
+ attribute_map (dict): The key is attribute name
34
+ and the value is json key in definition.
35
+ """
36
+ openapi_types = {
37
+ 'pulp_href': 'str',
38
+ 'pulp_created': 'datetime',
39
+ 'md5': 'str',
40
+ 'sha1': 'str',
41
+ 'sha224': 'str',
42
+ 'sha256': 'str',
43
+ 'sha384': 'str',
44
+ 'sha512': 'str',
45
+ 'artifact': 'str',
46
+ 'name': 'str',
47
+ 'epoch': 'str',
48
+ 'version': 'str',
49
+ 'release': 'str',
50
+ 'arch': 'str',
51
+ 'pkg_id': 'str',
52
+ 'checksum_type': 'str',
53
+ 'summary': 'str',
54
+ 'description': 'str',
55
+ 'url': 'str',
56
+ 'changelogs': 'object',
57
+ 'files': 'object',
58
+ 'requires': 'object',
59
+ 'provides': 'object',
60
+ 'conflicts': 'object',
61
+ 'obsoletes': 'object',
62
+ 'suggests': 'object',
63
+ 'enhances': 'object',
64
+ 'recommends': 'object',
65
+ 'supplements': 'object',
66
+ 'location_base': 'str',
67
+ 'location_href': 'str',
68
+ 'rpm_buildhost': 'str',
69
+ 'rpm_group': 'str',
70
+ 'rpm_license': 'str',
71
+ 'rpm_packager': 'str',
72
+ 'rpm_sourcerpm': 'str',
73
+ 'rpm_vendor': 'str',
74
+ 'rpm_header_start': 'int',
75
+ 'rpm_header_end': 'int',
76
+ 'is_modular': 'bool',
77
+ 'size_archive': 'int',
78
+ 'size_installed': 'int',
79
+ 'size_package': 'int',
80
+ 'time_build': 'int',
81
+ 'time_file': 'int'
82
+ }
83
+
84
+ attribute_map = {
85
+ 'pulp_href': 'pulp_href',
86
+ 'pulp_created': 'pulp_created',
87
+ 'md5': 'md5',
88
+ 'sha1': 'sha1',
89
+ 'sha224': 'sha224',
90
+ 'sha256': 'sha256',
91
+ 'sha384': 'sha384',
92
+ 'sha512': 'sha512',
93
+ 'artifact': 'artifact',
94
+ 'name': 'name',
95
+ 'epoch': 'epoch',
96
+ 'version': 'version',
97
+ 'release': 'release',
98
+ 'arch': 'arch',
99
+ 'pkg_id': 'pkgId',
100
+ 'checksum_type': 'checksum_type',
101
+ 'summary': 'summary',
102
+ 'description': 'description',
103
+ 'url': 'url',
104
+ 'changelogs': 'changelogs',
105
+ 'files': 'files',
106
+ 'requires': 'requires',
107
+ 'provides': 'provides',
108
+ 'conflicts': 'conflicts',
109
+ 'obsoletes': 'obsoletes',
110
+ 'suggests': 'suggests',
111
+ 'enhances': 'enhances',
112
+ 'recommends': 'recommends',
113
+ 'supplements': 'supplements',
114
+ 'location_base': 'location_base',
115
+ 'location_href': 'location_href',
116
+ 'rpm_buildhost': 'rpm_buildhost',
117
+ 'rpm_group': 'rpm_group',
118
+ 'rpm_license': 'rpm_license',
119
+ 'rpm_packager': 'rpm_packager',
120
+ 'rpm_sourcerpm': 'rpm_sourcerpm',
121
+ 'rpm_vendor': 'rpm_vendor',
122
+ 'rpm_header_start': 'rpm_header_start',
123
+ 'rpm_header_end': 'rpm_header_end',
124
+ 'is_modular': 'is_modular',
125
+ 'size_archive': 'size_archive',
126
+ 'size_installed': 'size_installed',
127
+ 'size_package': 'size_package',
128
+ 'time_build': 'time_build',
129
+ 'time_file': 'time_file'
130
+ }
131
+
132
+ def __init__(self, pulp_href=None, pulp_created=None, md5=None, sha1=None, sha224=None, sha256=None, sha384=None, sha512=None, artifact=None, name=None, epoch=None, version=None, release=None, arch=None, pkg_id=None, checksum_type=None, summary=None, description=None, url=None, changelogs=None, files=None, requires=None, provides=None, conflicts=None, obsoletes=None, suggests=None, enhances=None, recommends=None, supplements=None, location_base=None, location_href=None, rpm_buildhost=None, rpm_group=None, rpm_license=None, rpm_packager=None, rpm_sourcerpm=None, rpm_vendor=None, rpm_header_start=None, rpm_header_end=None, is_modular=None, size_archive=None, size_installed=None, size_package=None, time_build=None, time_file=None, local_vars_configuration=None): # noqa: E501
133
+ """RpmPackageResponse - a model defined in OpenAPI""" # noqa: E501
134
+ if local_vars_configuration is None:
135
+ local_vars_configuration = Configuration()
136
+ self.local_vars_configuration = local_vars_configuration
137
+
138
+ self._pulp_href = None
139
+ self._pulp_created = None
140
+ self._md5 = None
141
+ self._sha1 = None
142
+ self._sha224 = None
143
+ self._sha256 = None
144
+ self._sha384 = None
145
+ self._sha512 = None
146
+ self._artifact = None
147
+ self._name = None
148
+ self._epoch = None
149
+ self._version = None
150
+ self._release = None
151
+ self._arch = None
152
+ self._pkg_id = None
153
+ self._checksum_type = None
154
+ self._summary = None
155
+ self._description = None
156
+ self._url = None
157
+ self._changelogs = None
158
+ self._files = None
159
+ self._requires = None
160
+ self._provides = None
161
+ self._conflicts = None
162
+ self._obsoletes = None
163
+ self._suggests = None
164
+ self._enhances = None
165
+ self._recommends = None
166
+ self._supplements = None
167
+ self._location_base = None
168
+ self._location_href = None
169
+ self._rpm_buildhost = None
170
+ self._rpm_group = None
171
+ self._rpm_license = None
172
+ self._rpm_packager = None
173
+ self._rpm_sourcerpm = None
174
+ self._rpm_vendor = None
175
+ self._rpm_header_start = None
176
+ self._rpm_header_end = None
177
+ self._is_modular = None
178
+ self._size_archive = None
179
+ self._size_installed = None
180
+ self._size_package = None
181
+ self._time_build = None
182
+ self._time_file = None
183
+ self.discriminator = None
184
+
185
+ if pulp_href is not None:
186
+ self.pulp_href = pulp_href
187
+ if pulp_created is not None:
188
+ self.pulp_created = pulp_created
189
+ if md5 is not None:
190
+ self.md5 = md5
191
+ if sha1 is not None:
192
+ self.sha1 = sha1
193
+ if sha224 is not None:
194
+ self.sha224 = sha224
195
+ if sha256 is not None:
196
+ self.sha256 = sha256
197
+ if sha384 is not None:
198
+ self.sha384 = sha384
199
+ if sha512 is not None:
200
+ self.sha512 = sha512
201
+ if artifact is not None:
202
+ self.artifact = artifact
203
+ if name is not None:
204
+ self.name = name
205
+ if epoch is not None:
206
+ self.epoch = epoch
207
+ if version is not None:
208
+ self.version = version
209
+ if release is not None:
210
+ self.release = release
211
+ if arch is not None:
212
+ self.arch = arch
213
+ if pkg_id is not None:
214
+ self.pkg_id = pkg_id
215
+ if checksum_type is not None:
216
+ self.checksum_type = checksum_type
217
+ if summary is not None:
218
+ self.summary = summary
219
+ if description is not None:
220
+ self.description = description
221
+ if url is not None:
222
+ self.url = url
223
+ if changelogs is not None:
224
+ self.changelogs = changelogs
225
+ if files is not None:
226
+ self.files = files
227
+ if requires is not None:
228
+ self.requires = requires
229
+ if provides is not None:
230
+ self.provides = provides
231
+ if conflicts is not None:
232
+ self.conflicts = conflicts
233
+ if obsoletes is not None:
234
+ self.obsoletes = obsoletes
235
+ if suggests is not None:
236
+ self.suggests = suggests
237
+ if enhances is not None:
238
+ self.enhances = enhances
239
+ if recommends is not None:
240
+ self.recommends = recommends
241
+ if supplements is not None:
242
+ self.supplements = supplements
243
+ if location_base is not None:
244
+ self.location_base = location_base
245
+ if location_href is not None:
246
+ self.location_href = location_href
247
+ if rpm_buildhost is not None:
248
+ self.rpm_buildhost = rpm_buildhost
249
+ if rpm_group is not None:
250
+ self.rpm_group = rpm_group
251
+ if rpm_license is not None:
252
+ self.rpm_license = rpm_license
253
+ if rpm_packager is not None:
254
+ self.rpm_packager = rpm_packager
255
+ if rpm_sourcerpm is not None:
256
+ self.rpm_sourcerpm = rpm_sourcerpm
257
+ if rpm_vendor is not None:
258
+ self.rpm_vendor = rpm_vendor
259
+ if rpm_header_start is not None:
260
+ self.rpm_header_start = rpm_header_start
261
+ if rpm_header_end is not None:
262
+ self.rpm_header_end = rpm_header_end
263
+ if is_modular is not None:
264
+ self.is_modular = is_modular
265
+ if size_archive is not None:
266
+ self.size_archive = size_archive
267
+ if size_installed is not None:
268
+ self.size_installed = size_installed
269
+ if size_package is not None:
270
+ self.size_package = size_package
271
+ if time_build is not None:
272
+ self.time_build = time_build
273
+ if time_file is not None:
274
+ self.time_file = time_file
275
+
276
+ @property
277
+ def pulp_href(self):
278
+ """Gets the pulp_href of this RpmPackageResponse. # noqa: E501
279
+
280
+
281
+ :return: The pulp_href of this RpmPackageResponse. # noqa: E501
282
+ :rtype: str
283
+ """
284
+ return self._pulp_href
285
+
286
+ @pulp_href.setter
287
+ def pulp_href(self, pulp_href):
288
+ """Sets the pulp_href of this RpmPackageResponse.
289
+
290
+
291
+ :param pulp_href: The pulp_href of this RpmPackageResponse. # noqa: E501
292
+ :type: str
293
+ """
294
+
295
+ self._pulp_href = pulp_href
296
+
297
+ @property
298
+ def pulp_created(self):
299
+ """Gets the pulp_created of this RpmPackageResponse. # noqa: E501
300
+
301
+ Timestamp of creation. # noqa: E501
302
+
303
+ :return: The pulp_created of this RpmPackageResponse. # noqa: E501
304
+ :rtype: datetime
305
+ """
306
+ return self._pulp_created
307
+
308
+ @pulp_created.setter
309
+ def pulp_created(self, pulp_created):
310
+ """Sets the pulp_created of this RpmPackageResponse.
311
+
312
+ Timestamp of creation. # noqa: E501
313
+
314
+ :param pulp_created: The pulp_created of this RpmPackageResponse. # noqa: E501
315
+ :type: datetime
316
+ """
317
+
318
+ self._pulp_created = pulp_created
319
+
320
+ @property
321
+ def md5(self):
322
+ """Gets the md5 of this RpmPackageResponse. # noqa: E501
323
+
324
+ The MD5 checksum if available. # noqa: E501
325
+
326
+ :return: The md5 of this RpmPackageResponse. # noqa: E501
327
+ :rtype: str
328
+ """
329
+ return self._md5
330
+
331
+ @md5.setter
332
+ def md5(self, md5):
333
+ """Sets the md5 of this RpmPackageResponse.
334
+
335
+ The MD5 checksum if available. # noqa: E501
336
+
337
+ :param md5: The md5 of this RpmPackageResponse. # noqa: E501
338
+ :type: str
339
+ """
340
+
341
+ self._md5 = md5
342
+
343
+ @property
344
+ def sha1(self):
345
+ """Gets the sha1 of this RpmPackageResponse. # noqa: E501
346
+
347
+ The SHA-1 checksum if available. # noqa: E501
348
+
349
+ :return: The sha1 of this RpmPackageResponse. # noqa: E501
350
+ :rtype: str
351
+ """
352
+ return self._sha1
353
+
354
+ @sha1.setter
355
+ def sha1(self, sha1):
356
+ """Sets the sha1 of this RpmPackageResponse.
357
+
358
+ The SHA-1 checksum if available. # noqa: E501
359
+
360
+ :param sha1: The sha1 of this RpmPackageResponse. # noqa: E501
361
+ :type: str
362
+ """
363
+
364
+ self._sha1 = sha1
365
+
366
+ @property
367
+ def sha224(self):
368
+ """Gets the sha224 of this RpmPackageResponse. # noqa: E501
369
+
370
+ The SHA-224 checksum if available. # noqa: E501
371
+
372
+ :return: The sha224 of this RpmPackageResponse. # noqa: E501
373
+ :rtype: str
374
+ """
375
+ return self._sha224
376
+
377
+ @sha224.setter
378
+ def sha224(self, sha224):
379
+ """Sets the sha224 of this RpmPackageResponse.
380
+
381
+ The SHA-224 checksum if available. # noqa: E501
382
+
383
+ :param sha224: The sha224 of this RpmPackageResponse. # noqa: E501
384
+ :type: str
385
+ """
386
+
387
+ self._sha224 = sha224
388
+
389
+ @property
390
+ def sha256(self):
391
+ """Gets the sha256 of this RpmPackageResponse. # noqa: E501
392
+
393
+ The SHA-256 checksum if available. # noqa: E501
394
+
395
+ :return: The sha256 of this RpmPackageResponse. # noqa: E501
396
+ :rtype: str
397
+ """
398
+ return self._sha256
399
+
400
+ @sha256.setter
401
+ def sha256(self, sha256):
402
+ """Sets the sha256 of this RpmPackageResponse.
403
+
404
+ The SHA-256 checksum if available. # noqa: E501
405
+
406
+ :param sha256: The sha256 of this RpmPackageResponse. # noqa: E501
407
+ :type: str
408
+ """
409
+
410
+ self._sha256 = sha256
411
+
412
+ @property
413
+ def sha384(self):
414
+ """Gets the sha384 of this RpmPackageResponse. # noqa: E501
415
+
416
+ The SHA-384 checksum if available. # noqa: E501
417
+
418
+ :return: The sha384 of this RpmPackageResponse. # noqa: E501
419
+ :rtype: str
420
+ """
421
+ return self._sha384
422
+
423
+ @sha384.setter
424
+ def sha384(self, sha384):
425
+ """Sets the sha384 of this RpmPackageResponse.
426
+
427
+ The SHA-384 checksum if available. # noqa: E501
428
+
429
+ :param sha384: The sha384 of this RpmPackageResponse. # noqa: E501
430
+ :type: str
431
+ """
432
+
433
+ self._sha384 = sha384
434
+
435
+ @property
436
+ def sha512(self):
437
+ """Gets the sha512 of this RpmPackageResponse. # noqa: E501
438
+
439
+ The SHA-512 checksum if available. # noqa: E501
440
+
441
+ :return: The sha512 of this RpmPackageResponse. # noqa: E501
442
+ :rtype: str
443
+ """
444
+ return self._sha512
445
+
446
+ @sha512.setter
447
+ def sha512(self, sha512):
448
+ """Sets the sha512 of this RpmPackageResponse.
449
+
450
+ The SHA-512 checksum if available. # noqa: E501
451
+
452
+ :param sha512: The sha512 of this RpmPackageResponse. # noqa: E501
453
+ :type: str
454
+ """
455
+
456
+ self._sha512 = sha512
457
+
458
+ @property
459
+ def artifact(self):
460
+ """Gets the artifact of this RpmPackageResponse. # noqa: E501
461
+
462
+ Artifact file representing the physical content # noqa: E501
463
+
464
+ :return: The artifact of this RpmPackageResponse. # noqa: E501
465
+ :rtype: str
466
+ """
467
+ return self._artifact
468
+
469
+ @artifact.setter
470
+ def artifact(self, artifact):
471
+ """Sets the artifact of this RpmPackageResponse.
472
+
473
+ Artifact file representing the physical content # noqa: E501
474
+
475
+ :param artifact: The artifact of this RpmPackageResponse. # noqa: E501
476
+ :type: str
477
+ """
478
+
479
+ self._artifact = artifact
480
+
481
+ @property
482
+ def name(self):
483
+ """Gets the name of this RpmPackageResponse. # noqa: E501
484
+
485
+ Name of the package # noqa: E501
486
+
487
+ :return: The name of this RpmPackageResponse. # noqa: E501
488
+ :rtype: str
489
+ """
490
+ return self._name
491
+
492
+ @name.setter
493
+ def name(self, name):
494
+ """Sets the name of this RpmPackageResponse.
495
+
496
+ Name of the package # noqa: E501
497
+
498
+ :param name: The name of this RpmPackageResponse. # noqa: E501
499
+ :type: str
500
+ """
501
+
502
+ self._name = name
503
+
504
+ @property
505
+ def epoch(self):
506
+ """Gets the epoch of this RpmPackageResponse. # noqa: E501
507
+
508
+ The package's epoch # noqa: E501
509
+
510
+ :return: The epoch of this RpmPackageResponse. # noqa: E501
511
+ :rtype: str
512
+ """
513
+ return self._epoch
514
+
515
+ @epoch.setter
516
+ def epoch(self, epoch):
517
+ """Sets the epoch of this RpmPackageResponse.
518
+
519
+ The package's epoch # noqa: E501
520
+
521
+ :param epoch: The epoch of this RpmPackageResponse. # noqa: E501
522
+ :type: str
523
+ """
524
+
525
+ self._epoch = epoch
526
+
527
+ @property
528
+ def version(self):
529
+ """Gets the version of this RpmPackageResponse. # noqa: E501
530
+
531
+ The version of the package. For example, '2.8.0' # noqa: E501
532
+
533
+ :return: The version of this RpmPackageResponse. # noqa: E501
534
+ :rtype: str
535
+ """
536
+ return self._version
537
+
538
+ @version.setter
539
+ def version(self, version):
540
+ """Sets the version of this RpmPackageResponse.
541
+
542
+ The version of the package. For example, '2.8.0' # noqa: E501
543
+
544
+ :param version: The version of this RpmPackageResponse. # noqa: E501
545
+ :type: str
546
+ """
547
+
548
+ self._version = version
549
+
550
+ @property
551
+ def release(self):
552
+ """Gets the release of this RpmPackageResponse. # noqa: E501
553
+
554
+ The release of a particular version of the package. e.g. '1.el7' or '3.f24' # noqa: E501
555
+
556
+ :return: The release of this RpmPackageResponse. # noqa: E501
557
+ :rtype: str
558
+ """
559
+ return self._release
560
+
561
+ @release.setter
562
+ def release(self, release):
563
+ """Sets the release of this RpmPackageResponse.
564
+
565
+ The release of a particular version of the package. e.g. '1.el7' or '3.f24' # noqa: E501
566
+
567
+ :param release: The release of this RpmPackageResponse. # noqa: E501
568
+ :type: str
569
+ """
570
+
571
+ self._release = release
572
+
573
+ @property
574
+ def arch(self):
575
+ """Gets the arch of this RpmPackageResponse. # noqa: E501
576
+
577
+ The target architecture for a package.For example, 'x86_64', 'i686', or 'noarch' # noqa: E501
578
+
579
+ :return: The arch of this RpmPackageResponse. # noqa: E501
580
+ :rtype: str
581
+ """
582
+ return self._arch
583
+
584
+ @arch.setter
585
+ def arch(self, arch):
586
+ """Sets the arch of this RpmPackageResponse.
587
+
588
+ The target architecture for a package.For example, 'x86_64', 'i686', or 'noarch' # noqa: E501
589
+
590
+ :param arch: The arch of this RpmPackageResponse. # noqa: E501
591
+ :type: str
592
+ """
593
+
594
+ self._arch = arch
595
+
596
+ @property
597
+ def pkg_id(self):
598
+ """Gets the pkg_id of this RpmPackageResponse. # noqa: E501
599
+
600
+ Checksum of the package file # noqa: E501
601
+
602
+ :return: The pkg_id of this RpmPackageResponse. # noqa: E501
603
+ :rtype: str
604
+ """
605
+ return self._pkg_id
606
+
607
+ @pkg_id.setter
608
+ def pkg_id(self, pkg_id):
609
+ """Sets the pkg_id of this RpmPackageResponse.
610
+
611
+ Checksum of the package file # noqa: E501
612
+
613
+ :param pkg_id: The pkg_id of this RpmPackageResponse. # noqa: E501
614
+ :type: str
615
+ """
616
+
617
+ self._pkg_id = pkg_id
618
+
619
+ @property
620
+ def checksum_type(self):
621
+ """Gets the checksum_type of this RpmPackageResponse. # noqa: E501
622
+
623
+ Type of checksum, e.g. 'sha256', 'md5' # noqa: E501
624
+
625
+ :return: The checksum_type of this RpmPackageResponse. # noqa: E501
626
+ :rtype: str
627
+ """
628
+ return self._checksum_type
629
+
630
+ @checksum_type.setter
631
+ def checksum_type(self, checksum_type):
632
+ """Sets the checksum_type of this RpmPackageResponse.
633
+
634
+ Type of checksum, e.g. 'sha256', 'md5' # noqa: E501
635
+
636
+ :param checksum_type: The checksum_type of this RpmPackageResponse. # noqa: E501
637
+ :type: str
638
+ """
639
+
640
+ self._checksum_type = checksum_type
641
+
642
+ @property
643
+ def summary(self):
644
+ """Gets the summary of this RpmPackageResponse. # noqa: E501
645
+
646
+ Short description of the packaged software # noqa: E501
647
+
648
+ :return: The summary of this RpmPackageResponse. # noqa: E501
649
+ :rtype: str
650
+ """
651
+ return self._summary
652
+
653
+ @summary.setter
654
+ def summary(self, summary):
655
+ """Sets the summary of this RpmPackageResponse.
656
+
657
+ Short description of the packaged software # noqa: E501
658
+
659
+ :param summary: The summary of this RpmPackageResponse. # noqa: E501
660
+ :type: str
661
+ """
662
+
663
+ self._summary = summary
664
+
665
+ @property
666
+ def description(self):
667
+ """Gets the description of this RpmPackageResponse. # noqa: E501
668
+
669
+ In-depth description of the packaged software # noqa: E501
670
+
671
+ :return: The description of this RpmPackageResponse. # noqa: E501
672
+ :rtype: str
673
+ """
674
+ return self._description
675
+
676
+ @description.setter
677
+ def description(self, description):
678
+ """Sets the description of this RpmPackageResponse.
679
+
680
+ In-depth description of the packaged software # noqa: E501
681
+
682
+ :param description: The description of this RpmPackageResponse. # noqa: E501
683
+ :type: str
684
+ """
685
+
686
+ self._description = description
687
+
688
+ @property
689
+ def url(self):
690
+ """Gets the url of this RpmPackageResponse. # noqa: E501
691
+
692
+ URL with more information about the packaged software # noqa: E501
693
+
694
+ :return: The url of this RpmPackageResponse. # noqa: E501
695
+ :rtype: str
696
+ """
697
+ return self._url
698
+
699
+ @url.setter
700
+ def url(self, url):
701
+ """Sets the url of this RpmPackageResponse.
702
+
703
+ URL with more information about the packaged software # noqa: E501
704
+
705
+ :param url: The url of this RpmPackageResponse. # noqa: E501
706
+ :type: str
707
+ """
708
+
709
+ self._url = url
710
+
711
+ @property
712
+ def changelogs(self):
713
+ """Gets the changelogs of this RpmPackageResponse. # noqa: E501
714
+
715
+ Changelogs that package contains # noqa: E501
716
+
717
+ :return: The changelogs of this RpmPackageResponse. # noqa: E501
718
+ :rtype: object
719
+ """
720
+ return self._changelogs
721
+
722
+ @changelogs.setter
723
+ def changelogs(self, changelogs):
724
+ """Sets the changelogs of this RpmPackageResponse.
725
+
726
+ Changelogs that package contains # noqa: E501
727
+
728
+ :param changelogs: The changelogs of this RpmPackageResponse. # noqa: E501
729
+ :type: object
730
+ """
731
+
732
+ self._changelogs = changelogs
733
+
734
+ @property
735
+ def files(self):
736
+ """Gets the files of this RpmPackageResponse. # noqa: E501
737
+
738
+ Files that package contains # noqa: E501
739
+
740
+ :return: The files of this RpmPackageResponse. # noqa: E501
741
+ :rtype: object
742
+ """
743
+ return self._files
744
+
745
+ @files.setter
746
+ def files(self, files):
747
+ """Sets the files of this RpmPackageResponse.
748
+
749
+ Files that package contains # noqa: E501
750
+
751
+ :param files: The files of this RpmPackageResponse. # noqa: E501
752
+ :type: object
753
+ """
754
+
755
+ self._files = files
756
+
757
+ @property
758
+ def requires(self):
759
+ """Gets the requires of this RpmPackageResponse. # noqa: E501
760
+
761
+ Capabilities the package requires # noqa: E501
762
+
763
+ :return: The requires of this RpmPackageResponse. # noqa: E501
764
+ :rtype: object
765
+ """
766
+ return self._requires
767
+
768
+ @requires.setter
769
+ def requires(self, requires):
770
+ """Sets the requires of this RpmPackageResponse.
771
+
772
+ Capabilities the package requires # noqa: E501
773
+
774
+ :param requires: The requires of this RpmPackageResponse. # noqa: E501
775
+ :type: object
776
+ """
777
+
778
+ self._requires = requires
779
+
780
+ @property
781
+ def provides(self):
782
+ """Gets the provides of this RpmPackageResponse. # noqa: E501
783
+
784
+ Capabilities the package provides # noqa: E501
785
+
786
+ :return: The provides of this RpmPackageResponse. # noqa: E501
787
+ :rtype: object
788
+ """
789
+ return self._provides
790
+
791
+ @provides.setter
792
+ def provides(self, provides):
793
+ """Sets the provides of this RpmPackageResponse.
794
+
795
+ Capabilities the package provides # noqa: E501
796
+
797
+ :param provides: The provides of this RpmPackageResponse. # noqa: E501
798
+ :type: object
799
+ """
800
+
801
+ self._provides = provides
802
+
803
+ @property
804
+ def conflicts(self):
805
+ """Gets the conflicts of this RpmPackageResponse. # noqa: E501
806
+
807
+ Capabilities the package conflicts # noqa: E501
808
+
809
+ :return: The conflicts of this RpmPackageResponse. # noqa: E501
810
+ :rtype: object
811
+ """
812
+ return self._conflicts
813
+
814
+ @conflicts.setter
815
+ def conflicts(self, conflicts):
816
+ """Sets the conflicts of this RpmPackageResponse.
817
+
818
+ Capabilities the package conflicts # noqa: E501
819
+
820
+ :param conflicts: The conflicts of this RpmPackageResponse. # noqa: E501
821
+ :type: object
822
+ """
823
+
824
+ self._conflicts = conflicts
825
+
826
+ @property
827
+ def obsoletes(self):
828
+ """Gets the obsoletes of this RpmPackageResponse. # noqa: E501
829
+
830
+ Capabilities the package obsoletes # noqa: E501
831
+
832
+ :return: The obsoletes of this RpmPackageResponse. # noqa: E501
833
+ :rtype: object
834
+ """
835
+ return self._obsoletes
836
+
837
+ @obsoletes.setter
838
+ def obsoletes(self, obsoletes):
839
+ """Sets the obsoletes of this RpmPackageResponse.
840
+
841
+ Capabilities the package obsoletes # noqa: E501
842
+
843
+ :param obsoletes: The obsoletes of this RpmPackageResponse. # noqa: E501
844
+ :type: object
845
+ """
846
+
847
+ self._obsoletes = obsoletes
848
+
849
+ @property
850
+ def suggests(self):
851
+ """Gets the suggests of this RpmPackageResponse. # noqa: E501
852
+
853
+ Capabilities the package suggests # noqa: E501
854
+
855
+ :return: The suggests of this RpmPackageResponse. # noqa: E501
856
+ :rtype: object
857
+ """
858
+ return self._suggests
859
+
860
+ @suggests.setter
861
+ def suggests(self, suggests):
862
+ """Sets the suggests of this RpmPackageResponse.
863
+
864
+ Capabilities the package suggests # noqa: E501
865
+
866
+ :param suggests: The suggests of this RpmPackageResponse. # noqa: E501
867
+ :type: object
868
+ """
869
+
870
+ self._suggests = suggests
871
+
872
+ @property
873
+ def enhances(self):
874
+ """Gets the enhances of this RpmPackageResponse. # noqa: E501
875
+
876
+ Capabilities the package enhances # noqa: E501
877
+
878
+ :return: The enhances of this RpmPackageResponse. # noqa: E501
879
+ :rtype: object
880
+ """
881
+ return self._enhances
882
+
883
+ @enhances.setter
884
+ def enhances(self, enhances):
885
+ """Sets the enhances of this RpmPackageResponse.
886
+
887
+ Capabilities the package enhances # noqa: E501
888
+
889
+ :param enhances: The enhances of this RpmPackageResponse. # noqa: E501
890
+ :type: object
891
+ """
892
+
893
+ self._enhances = enhances
894
+
895
+ @property
896
+ def recommends(self):
897
+ """Gets the recommends of this RpmPackageResponse. # noqa: E501
898
+
899
+ Capabilities the package recommends # noqa: E501
900
+
901
+ :return: The recommends of this RpmPackageResponse. # noqa: E501
902
+ :rtype: object
903
+ """
904
+ return self._recommends
905
+
906
+ @recommends.setter
907
+ def recommends(self, recommends):
908
+ """Sets the recommends of this RpmPackageResponse.
909
+
910
+ Capabilities the package recommends # noqa: E501
911
+
912
+ :param recommends: The recommends of this RpmPackageResponse. # noqa: E501
913
+ :type: object
914
+ """
915
+
916
+ self._recommends = recommends
917
+
918
+ @property
919
+ def supplements(self):
920
+ """Gets the supplements of this RpmPackageResponse. # noqa: E501
921
+
922
+ Capabilities the package supplements # noqa: E501
923
+
924
+ :return: The supplements of this RpmPackageResponse. # noqa: E501
925
+ :rtype: object
926
+ """
927
+ return self._supplements
928
+
929
+ @supplements.setter
930
+ def supplements(self, supplements):
931
+ """Sets the supplements of this RpmPackageResponse.
932
+
933
+ Capabilities the package supplements # noqa: E501
934
+
935
+ :param supplements: The supplements of this RpmPackageResponse. # noqa: E501
936
+ :type: object
937
+ """
938
+
939
+ self._supplements = supplements
940
+
941
+ @property
942
+ def location_base(self):
943
+ """Gets the location_base of this RpmPackageResponse. # noqa: E501
944
+
945
+ Base location of this package # noqa: E501
946
+
947
+ :return: The location_base of this RpmPackageResponse. # noqa: E501
948
+ :rtype: str
949
+ """
950
+ return self._location_base
951
+
952
+ @location_base.setter
953
+ def location_base(self, location_base):
954
+ """Sets the location_base of this RpmPackageResponse.
955
+
956
+ Base location of this package # noqa: E501
957
+
958
+ :param location_base: The location_base of this RpmPackageResponse. # noqa: E501
959
+ :type: str
960
+ """
961
+
962
+ self._location_base = location_base
963
+
964
+ @property
965
+ def location_href(self):
966
+ """Gets the location_href of this RpmPackageResponse. # noqa: E501
967
+
968
+ Relative location of package to the repodata # noqa: E501
969
+
970
+ :return: The location_href of this RpmPackageResponse. # noqa: E501
971
+ :rtype: str
972
+ """
973
+ return self._location_href
974
+
975
+ @location_href.setter
976
+ def location_href(self, location_href):
977
+ """Sets the location_href of this RpmPackageResponse.
978
+
979
+ Relative location of package to the repodata # noqa: E501
980
+
981
+ :param location_href: The location_href of this RpmPackageResponse. # noqa: E501
982
+ :type: str
983
+ """
984
+
985
+ self._location_href = location_href
986
+
987
+ @property
988
+ def rpm_buildhost(self):
989
+ """Gets the rpm_buildhost of this RpmPackageResponse. # noqa: E501
990
+
991
+ Hostname of the system that built the package # noqa: E501
992
+
993
+ :return: The rpm_buildhost of this RpmPackageResponse. # noqa: E501
994
+ :rtype: str
995
+ """
996
+ return self._rpm_buildhost
997
+
998
+ @rpm_buildhost.setter
999
+ def rpm_buildhost(self, rpm_buildhost):
1000
+ """Sets the rpm_buildhost of this RpmPackageResponse.
1001
+
1002
+ Hostname of the system that built the package # noqa: E501
1003
+
1004
+ :param rpm_buildhost: The rpm_buildhost of this RpmPackageResponse. # noqa: E501
1005
+ :type: str
1006
+ """
1007
+
1008
+ self._rpm_buildhost = rpm_buildhost
1009
+
1010
+ @property
1011
+ def rpm_group(self):
1012
+ """Gets the rpm_group of this RpmPackageResponse. # noqa: E501
1013
+
1014
+ RPM group (See: http://fedoraproject.org/wiki/RPMGroups) # noqa: E501
1015
+
1016
+ :return: The rpm_group of this RpmPackageResponse. # noqa: E501
1017
+ :rtype: str
1018
+ """
1019
+ return self._rpm_group
1020
+
1021
+ @rpm_group.setter
1022
+ def rpm_group(self, rpm_group):
1023
+ """Sets the rpm_group of this RpmPackageResponse.
1024
+
1025
+ RPM group (See: http://fedoraproject.org/wiki/RPMGroups) # noqa: E501
1026
+
1027
+ :param rpm_group: The rpm_group of this RpmPackageResponse. # noqa: E501
1028
+ :type: str
1029
+ """
1030
+
1031
+ self._rpm_group = rpm_group
1032
+
1033
+ @property
1034
+ def rpm_license(self):
1035
+ """Gets the rpm_license of this RpmPackageResponse. # noqa: E501
1036
+
1037
+ License term applicable to the package software (GPLv2, etc.) # noqa: E501
1038
+
1039
+ :return: The rpm_license of this RpmPackageResponse. # noqa: E501
1040
+ :rtype: str
1041
+ """
1042
+ return self._rpm_license
1043
+
1044
+ @rpm_license.setter
1045
+ def rpm_license(self, rpm_license):
1046
+ """Sets the rpm_license of this RpmPackageResponse.
1047
+
1048
+ License term applicable to the package software (GPLv2, etc.) # noqa: E501
1049
+
1050
+ :param rpm_license: The rpm_license of this RpmPackageResponse. # noqa: E501
1051
+ :type: str
1052
+ """
1053
+
1054
+ self._rpm_license = rpm_license
1055
+
1056
+ @property
1057
+ def rpm_packager(self):
1058
+ """Gets the rpm_packager of this RpmPackageResponse. # noqa: E501
1059
+
1060
+ Person or persons responsible for creating the package # noqa: E501
1061
+
1062
+ :return: The rpm_packager of this RpmPackageResponse. # noqa: E501
1063
+ :rtype: str
1064
+ """
1065
+ return self._rpm_packager
1066
+
1067
+ @rpm_packager.setter
1068
+ def rpm_packager(self, rpm_packager):
1069
+ """Sets the rpm_packager of this RpmPackageResponse.
1070
+
1071
+ Person or persons responsible for creating the package # noqa: E501
1072
+
1073
+ :param rpm_packager: The rpm_packager of this RpmPackageResponse. # noqa: E501
1074
+ :type: str
1075
+ """
1076
+
1077
+ self._rpm_packager = rpm_packager
1078
+
1079
+ @property
1080
+ def rpm_sourcerpm(self):
1081
+ """Gets the rpm_sourcerpm of this RpmPackageResponse. # noqa: E501
1082
+
1083
+ Name of the source package (srpm) the package was built from # noqa: E501
1084
+
1085
+ :return: The rpm_sourcerpm of this RpmPackageResponse. # noqa: E501
1086
+ :rtype: str
1087
+ """
1088
+ return self._rpm_sourcerpm
1089
+
1090
+ @rpm_sourcerpm.setter
1091
+ def rpm_sourcerpm(self, rpm_sourcerpm):
1092
+ """Sets the rpm_sourcerpm of this RpmPackageResponse.
1093
+
1094
+ Name of the source package (srpm) the package was built from # noqa: E501
1095
+
1096
+ :param rpm_sourcerpm: The rpm_sourcerpm of this RpmPackageResponse. # noqa: E501
1097
+ :type: str
1098
+ """
1099
+
1100
+ self._rpm_sourcerpm = rpm_sourcerpm
1101
+
1102
+ @property
1103
+ def rpm_vendor(self):
1104
+ """Gets the rpm_vendor of this RpmPackageResponse. # noqa: E501
1105
+
1106
+ Name of the organization that produced the package # noqa: E501
1107
+
1108
+ :return: The rpm_vendor of this RpmPackageResponse. # noqa: E501
1109
+ :rtype: str
1110
+ """
1111
+ return self._rpm_vendor
1112
+
1113
+ @rpm_vendor.setter
1114
+ def rpm_vendor(self, rpm_vendor):
1115
+ """Sets the rpm_vendor of this RpmPackageResponse.
1116
+
1117
+ Name of the organization that produced the package # noqa: E501
1118
+
1119
+ :param rpm_vendor: The rpm_vendor of this RpmPackageResponse. # noqa: E501
1120
+ :type: str
1121
+ """
1122
+
1123
+ self._rpm_vendor = rpm_vendor
1124
+
1125
+ @property
1126
+ def rpm_header_start(self):
1127
+ """Gets the rpm_header_start of this RpmPackageResponse. # noqa: E501
1128
+
1129
+ First byte of the header # noqa: E501
1130
+
1131
+ :return: The rpm_header_start of this RpmPackageResponse. # noqa: E501
1132
+ :rtype: int
1133
+ """
1134
+ return self._rpm_header_start
1135
+
1136
+ @rpm_header_start.setter
1137
+ def rpm_header_start(self, rpm_header_start):
1138
+ """Sets the rpm_header_start of this RpmPackageResponse.
1139
+
1140
+ First byte of the header # noqa: E501
1141
+
1142
+ :param rpm_header_start: The rpm_header_start of this RpmPackageResponse. # noqa: E501
1143
+ :type: int
1144
+ """
1145
+
1146
+ self._rpm_header_start = rpm_header_start
1147
+
1148
+ @property
1149
+ def rpm_header_end(self):
1150
+ """Gets the rpm_header_end of this RpmPackageResponse. # noqa: E501
1151
+
1152
+ Last byte of the header # noqa: E501
1153
+
1154
+ :return: The rpm_header_end of this RpmPackageResponse. # noqa: E501
1155
+ :rtype: int
1156
+ """
1157
+ return self._rpm_header_end
1158
+
1159
+ @rpm_header_end.setter
1160
+ def rpm_header_end(self, rpm_header_end):
1161
+ """Sets the rpm_header_end of this RpmPackageResponse.
1162
+
1163
+ Last byte of the header # noqa: E501
1164
+
1165
+ :param rpm_header_end: The rpm_header_end of this RpmPackageResponse. # noqa: E501
1166
+ :type: int
1167
+ """
1168
+
1169
+ self._rpm_header_end = rpm_header_end
1170
+
1171
+ @property
1172
+ def is_modular(self):
1173
+ """Gets the is_modular of this RpmPackageResponse. # noqa: E501
1174
+
1175
+ Flag to identify if the package is modular # noqa: E501
1176
+
1177
+ :return: The is_modular of this RpmPackageResponse. # noqa: E501
1178
+ :rtype: bool
1179
+ """
1180
+ return self._is_modular
1181
+
1182
+ @is_modular.setter
1183
+ def is_modular(self, is_modular):
1184
+ """Sets the is_modular of this RpmPackageResponse.
1185
+
1186
+ Flag to identify if the package is modular # noqa: E501
1187
+
1188
+ :param is_modular: The is_modular of this RpmPackageResponse. # noqa: E501
1189
+ :type: bool
1190
+ """
1191
+
1192
+ self._is_modular = is_modular
1193
+
1194
+ @property
1195
+ def size_archive(self):
1196
+ """Gets the size_archive of this RpmPackageResponse. # noqa: E501
1197
+
1198
+ Size, in bytes, of the archive portion of the original package file # noqa: E501
1199
+
1200
+ :return: The size_archive of this RpmPackageResponse. # noqa: E501
1201
+ :rtype: int
1202
+ """
1203
+ return self._size_archive
1204
+
1205
+ @size_archive.setter
1206
+ def size_archive(self, size_archive):
1207
+ """Sets the size_archive of this RpmPackageResponse.
1208
+
1209
+ Size, in bytes, of the archive portion of the original package file # noqa: E501
1210
+
1211
+ :param size_archive: The size_archive of this RpmPackageResponse. # noqa: E501
1212
+ :type: int
1213
+ """
1214
+
1215
+ self._size_archive = size_archive
1216
+
1217
+ @property
1218
+ def size_installed(self):
1219
+ """Gets the size_installed of this RpmPackageResponse. # noqa: E501
1220
+
1221
+ Total size, in bytes, of every file installed by this package # noqa: E501
1222
+
1223
+ :return: The size_installed of this RpmPackageResponse. # noqa: E501
1224
+ :rtype: int
1225
+ """
1226
+ return self._size_installed
1227
+
1228
+ @size_installed.setter
1229
+ def size_installed(self, size_installed):
1230
+ """Sets the size_installed of this RpmPackageResponse.
1231
+
1232
+ Total size, in bytes, of every file installed by this package # noqa: E501
1233
+
1234
+ :param size_installed: The size_installed of this RpmPackageResponse. # noqa: E501
1235
+ :type: int
1236
+ """
1237
+
1238
+ self._size_installed = size_installed
1239
+
1240
+ @property
1241
+ def size_package(self):
1242
+ """Gets the size_package of this RpmPackageResponse. # noqa: E501
1243
+
1244
+ Size, in bytes, of the package # noqa: E501
1245
+
1246
+ :return: The size_package of this RpmPackageResponse. # noqa: E501
1247
+ :rtype: int
1248
+ """
1249
+ return self._size_package
1250
+
1251
+ @size_package.setter
1252
+ def size_package(self, size_package):
1253
+ """Sets the size_package of this RpmPackageResponse.
1254
+
1255
+ Size, in bytes, of the package # noqa: E501
1256
+
1257
+ :param size_package: The size_package of this RpmPackageResponse. # noqa: E501
1258
+ :type: int
1259
+ """
1260
+
1261
+ self._size_package = size_package
1262
+
1263
+ @property
1264
+ def time_build(self):
1265
+ """Gets the time_build of this RpmPackageResponse. # noqa: E501
1266
+
1267
+ Time the package was built in seconds since the epoch # noqa: E501
1268
+
1269
+ :return: The time_build of this RpmPackageResponse. # noqa: E501
1270
+ :rtype: int
1271
+ """
1272
+ return self._time_build
1273
+
1274
+ @time_build.setter
1275
+ def time_build(self, time_build):
1276
+ """Sets the time_build of this RpmPackageResponse.
1277
+
1278
+ Time the package was built in seconds since the epoch # noqa: E501
1279
+
1280
+ :param time_build: The time_build of this RpmPackageResponse. # noqa: E501
1281
+ :type: int
1282
+ """
1283
+
1284
+ self._time_build = time_build
1285
+
1286
+ @property
1287
+ def time_file(self):
1288
+ """Gets the time_file of this RpmPackageResponse. # noqa: E501
1289
+
1290
+ The 'file' time attribute in the primary XML - file mtime in seconds since the epoch. # noqa: E501
1291
+
1292
+ :return: The time_file of this RpmPackageResponse. # noqa: E501
1293
+ :rtype: int
1294
+ """
1295
+ return self._time_file
1296
+
1297
+ @time_file.setter
1298
+ def time_file(self, time_file):
1299
+ """Sets the time_file of this RpmPackageResponse.
1300
+
1301
+ The 'file' time attribute in the primary XML - file mtime in seconds since the epoch. # noqa: E501
1302
+
1303
+ :param time_file: The time_file of this RpmPackageResponse. # noqa: E501
1304
+ :type: int
1305
+ """
1306
+
1307
+ self._time_file = time_file
1308
+
1309
+ def to_dict(self):
1310
+ """Returns the model properties as a dict"""
1311
+ result = {}
1312
+
1313
+ for attr, _ in six.iteritems(self.openapi_types):
1314
+ value = getattr(self, attr)
1315
+ if isinstance(value, list):
1316
+ result[attr] = list(map(
1317
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
1318
+ value
1319
+ ))
1320
+ elif hasattr(value, "to_dict"):
1321
+ result[attr] = value.to_dict()
1322
+ elif isinstance(value, dict):
1323
+ result[attr] = dict(map(
1324
+ lambda item: (item[0], item[1].to_dict())
1325
+ if hasattr(item[1], "to_dict") else item,
1326
+ value.items()
1327
+ ))
1328
+ else:
1329
+ result[attr] = value
1330
+
1331
+ return result
1332
+
1333
+ def to_str(self):
1334
+ """Returns the string representation of the model"""
1335
+ return pprint.pformat(self.to_dict())
1336
+
1337
+ def __repr__(self):
1338
+ """For `print` and `pprint`"""
1339
+ return self.to_str()
1340
+
1341
+ def __eq__(self, other):
1342
+ """Returns true if both objects are equal"""
1343
+ if not isinstance(other, RpmPackageResponse):
1344
+ return False
1345
+
1346
+ return self.to_dict() == other.to_dict()
1347
+
1348
+ def __ne__(self, other):
1349
+ """Returns true if both objects are not equal"""
1350
+ if not isinstance(other, RpmPackageResponse):
1351
+ return True
1352
+
1353
+ return self.to_dict() != other.to_dict()