huaweicloudsdkosm 3.1.174__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (250) hide show
  1. huaweicloudsdkosm/__init__.py +0 -0
  2. huaweicloudsdkosm/v2/__init__.py +247 -0
  3. huaweicloudsdkosm/v2/model/__init__.py +244 -0
  4. huaweicloudsdkosm/v2/model/accessory_json_format_req.py +192 -0
  5. huaweicloudsdkosm/v2/model/accessory_limit_vo.py +166 -0
  6. huaweicloudsdkosm/v2/model/accessory_url.py +166 -0
  7. huaweicloudsdkosm/v2/model/agency_v2.py +282 -0
  8. huaweicloudsdkosm/v2/model/agree_tenant_authorization_v2_req.py +224 -0
  9. huaweicloudsdkosm/v2/model/agreement_vo.py +253 -0
  10. huaweicloudsdkosm/v2/model/area_code_simple_info_v2.py +166 -0
  11. huaweicloudsdkosm/v2/model/case_label_info.py +166 -0
  12. huaweicloudsdkosm/v2/model/case_query_label.py +166 -0
  13. huaweicloudsdkosm/v2/model/case_realtion_info.py +166 -0
  14. huaweicloudsdkosm/v2/model/check_hosts_request.py +219 -0
  15. huaweicloudsdkosm/v2/model/check_hosts_response.py +141 -0
  16. huaweicloudsdkosm/v2/model/check_need_verify_request.py +251 -0
  17. huaweicloudsdkosm/v2/model/check_need_verify_response.py +141 -0
  18. huaweicloudsdkosm/v2/model/check_verify_codes_request.py +191 -0
  19. huaweicloudsdkosm/v2/model/check_verify_codes_response.py +141 -0
  20. huaweicloudsdkosm/v2/model/common_param_v2.py +195 -0
  21. huaweicloudsdkosm/v2/model/confirm_authorizations_request.py +219 -0
  22. huaweicloudsdkosm/v2/model/confirm_authorizations_response.py +141 -0
  23. huaweicloudsdkosm/v2/model/contact_v2.py +195 -0
  24. huaweicloudsdkosm/v2/model/contact_way_info_v2.py +336 -0
  25. huaweicloudsdkosm/v2/model/create_and_delete_privilege_req.py +136 -0
  26. huaweicloudsdkosm/v2/model/create_case_extends_param_request.py +219 -0
  27. huaweicloudsdkosm/v2/model/create_case_extends_param_response.py +141 -0
  28. huaweicloudsdkosm/v2/model/create_case_labels_request.py +222 -0
  29. huaweicloudsdkosm/v2/model/create_case_labels_response.py +141 -0
  30. huaweicloudsdkosm/v2/model/create_cases_request.py +249 -0
  31. huaweicloudsdkosm/v2/model/create_cases_response.py +112 -0
  32. huaweicloudsdkosm/v2/model/create_diagnose_feedback_request.py +104 -0
  33. huaweicloudsdkosm/v2/model/create_diagnose_feedback_response.py +141 -0
  34. huaweicloudsdkosm/v2/model/create_diagnose_job_request.py +104 -0
  35. huaweicloudsdkosm/v2/model/create_diagnose_job_response.py +170 -0
  36. huaweicloudsdkosm/v2/model/create_feedback_req.py +164 -0
  37. huaweicloudsdkosm/v2/model/create_feedback_request.py +104 -0
  38. huaweicloudsdkosm/v2/model/create_feedback_response.py +141 -0
  39. huaweicloudsdkosm/v2/model/create_feedback_v2_req.py +240 -0
  40. huaweicloudsdkosm/v2/model/create_labels_req.py +135 -0
  41. huaweicloudsdkosm/v2/model/create_labels_request.py +191 -0
  42. huaweicloudsdkosm/v2/model/create_labels_response.py +141 -0
  43. huaweicloudsdkosm/v2/model/create_message_do_v2.py +136 -0
  44. huaweicloudsdkosm/v2/model/create_message_v2_req.py +132 -0
  45. huaweicloudsdkosm/v2/model/create_messages_request.py +219 -0
  46. huaweicloudsdkosm/v2/model/create_messages_response.py +141 -0
  47. huaweicloudsdkosm/v2/model/create_order_incident_v2_req.py +540 -0
  48. huaweicloudsdkosm/v2/model/create_privileges_request.py +191 -0
  49. huaweicloudsdkosm/v2/model/create_privileges_response.py +141 -0
  50. huaweicloudsdkosm/v2/model/create_relations_req.py +136 -0
  51. huaweicloudsdkosm/v2/model/create_relations_request.py +219 -0
  52. huaweicloudsdkosm/v2/model/create_relations_response.py +141 -0
  53. huaweicloudsdkosm/v2/model/create_score_v2_req.py +164 -0
  54. huaweicloudsdkosm/v2/model/create_scores_request.py +219 -0
  55. huaweicloudsdkosm/v2/model/create_scores_response.py +141 -0
  56. huaweicloudsdkosm/v2/model/data_center_v2_do.py +195 -0
  57. huaweicloudsdkosm/v2/model/delete_accessories_request.py +194 -0
  58. huaweicloudsdkosm/v2/model/delete_accessories_response.py +141 -0
  59. huaweicloudsdkosm/v2/model/delete_case_labels_request.py +222 -0
  60. huaweicloudsdkosm/v2/model/delete_case_labels_response.py +141 -0
  61. huaweicloudsdkosm/v2/model/delete_labels_request.py +194 -0
  62. huaweicloudsdkosm/v2/model/delete_labels_response.py +141 -0
  63. huaweicloudsdkosm/v2/model/delete_relation_request.py +219 -0
  64. huaweicloudsdkosm/v2/model/delete_relation_response.py +141 -0
  65. huaweicloudsdkosm/v2/model/delete_relations_req.py +136 -0
  66. huaweicloudsdkosm/v2/model/diagnose_record_vo.py +340 -0
  67. huaweicloudsdkosm/v2/model/diagnose_resource_vo.py +398 -0
  68. huaweicloudsdkosm/v2/model/download_accessories_request.py +223 -0
  69. huaweicloudsdkosm/v2/model/download_accessories_response.py +81 -0
  70. huaweicloudsdkosm/v2/model/download_cases_request.py +541 -0
  71. huaweicloudsdkosm/v2/model/download_cases_response.py +81 -0
  72. huaweicloudsdkosm/v2/model/download_images_request.py +223 -0
  73. huaweicloudsdkosm/v2/model/download_images_response.py +81 -0
  74. huaweicloudsdkosm/v2/model/extends_param_v2.py +485 -0
  75. huaweicloudsdkosm/v2/model/file_operate_log.py +311 -0
  76. huaweicloudsdkosm/v2/model/im_status_v2.py +137 -0
  77. huaweicloudsdkosm/v2/model/im_unread_v2.py +166 -0
  78. huaweicloudsdkosm/v2/model/incident_detail_ext_info_v2.py +282 -0
  79. huaweicloudsdkosm/v2/model/incident_detail_info_v2.py +586 -0
  80. huaweicloudsdkosm/v2/model/incident_info.py +456 -0
  81. huaweicloudsdkosm/v2/model/incident_info_v2.py +535 -0
  82. huaweicloudsdkosm/v2/model/incident_message_v2.py +311 -0
  83. huaweicloudsdkosm/v2/model/incident_operate_log_v2.py +340 -0
  84. huaweicloudsdkosm/v2/model/incident_order_auth_detail_info_v2.py +282 -0
  85. huaweicloudsdkosm/v2/model/incident_order_auth_v2.py +572 -0
  86. huaweicloudsdkosm/v2/model/incident_order_cc_email_info_v2.py +166 -0
  87. huaweicloudsdkosm/v2/model/incident_product_category_v2.py +224 -0
  88. huaweicloudsdkosm/v2/model/incident_satisfaction_v2_do.py +280 -0
  89. huaweicloudsdkosm/v2/model/incident_status_count.py +137 -0
  90. huaweicloudsdkosm/v2/model/incident_sub_type_v2_do.py +166 -0
  91. huaweicloudsdkosm/v2/model/incident_temp_v2.py +166 -0
  92. huaweicloudsdkosm/v2/model/intellectual_property_v2.py +195 -0
  93. huaweicloudsdkosm/v2/model/item_result_detail_vo.py +311 -0
  94. huaweicloudsdkosm/v2/model/item_result_vo.py +282 -0
  95. huaweicloudsdkosm/v2/model/label_info.py +166 -0
  96. huaweicloudsdkosm/v2/model/list_accessory_access_urls_request.py +223 -0
  97. huaweicloudsdkosm/v2/model/list_accessory_access_urls_response.py +112 -0
  98. huaweicloudsdkosm/v2/model/list_agencies_request.py +166 -0
  99. huaweicloudsdkosm/v2/model/list_agencies_response.py +141 -0
  100. huaweicloudsdkosm/v2/model/list_area_codes_request.py +166 -0
  101. huaweicloudsdkosm/v2/model/list_area_codes_response.py +112 -0
  102. huaweicloudsdkosm/v2/model/list_authorizations_request.py +369 -0
  103. huaweicloudsdkosm/v2/model/list_authorizations_response.py +141 -0
  104. huaweicloudsdkosm/v2/model/list_case_categories_request.py +166 -0
  105. huaweicloudsdkosm/v2/model/list_case_categories_response.py +141 -0
  106. huaweicloudsdkosm/v2/model/list_case_cc_emails_request.py +166 -0
  107. huaweicloudsdkosm/v2/model/list_case_cc_emails_response.py +137 -0
  108. huaweicloudsdkosm/v2/model/list_case_counts_request.py +195 -0
  109. huaweicloudsdkosm/v2/model/list_case_counts_response.py +112 -0
  110. huaweicloudsdkosm/v2/model/list_case_labels_request.py +194 -0
  111. huaweicloudsdkosm/v2/model/list_case_labels_response.py +112 -0
  112. huaweicloudsdkosm/v2/model/list_case_limits_request.py +166 -0
  113. huaweicloudsdkosm/v2/model/list_case_limits_response.py +108 -0
  114. huaweicloudsdkosm/v2/model/list_case_operate_logs_request.py +281 -0
  115. huaweicloudsdkosm/v2/model/list_case_operate_logs_response.py +141 -0
  116. huaweicloudsdkosm/v2/model/list_case_quotas_request.py +223 -0
  117. huaweicloudsdkosm/v2/model/list_case_quotas_response.py +141 -0
  118. huaweicloudsdkosm/v2/model/list_case_templates_request.py +194 -0
  119. huaweicloudsdkosm/v2/model/list_case_templates_response.py +141 -0
  120. huaweicloudsdkosm/v2/model/list_cases_request.py +543 -0
  121. huaweicloudsdkosm/v2/model/list_cases_response.py +141 -0
  122. huaweicloudsdkosm/v2/model/list_customers_regions_request.py +166 -0
  123. huaweicloudsdkosm/v2/model/list_customers_regions_response.py +141 -0
  124. huaweicloudsdkosm/v2/model/list_diagnose_items_request.py +104 -0
  125. huaweicloudsdkosm/v2/model/list_diagnose_items_response.py +170 -0
  126. huaweicloudsdkosm/v2/model/list_diagnose_job_request.py +108 -0
  127. huaweicloudsdkosm/v2/model/list_diagnose_job_response.py +286 -0
  128. huaweicloudsdkosm/v2/model/list_diagnose_records_request.py +166 -0
  129. huaweicloudsdkosm/v2/model/list_diagnose_records_response.py +199 -0
  130. huaweicloudsdkosm/v2/model/list_diagnose_resources_request.py +104 -0
  131. huaweicloudsdkosm/v2/model/list_diagnose_resources_response.py +141 -0
  132. huaweicloudsdkosm/v2/model/list_extends_params_request.py +252 -0
  133. huaweicloudsdkosm/v2/model/list_extends_params_response.py +141 -0
  134. huaweicloudsdkosm/v2/model/list_has_verified_contacts_request.py +427 -0
  135. huaweicloudsdkosm/v2/model/list_has_verified_contacts_response.py +141 -0
  136. huaweicloudsdkosm/v2/model/list_history_operate_logs_request.py +366 -0
  137. huaweicloudsdkosm/v2/model/list_history_operate_logs_response.py +141 -0
  138. huaweicloudsdkosm/v2/model/list_history_sessions_request.py +309 -0
  139. huaweicloudsdkosm/v2/model/list_history_sessions_response.py +141 -0
  140. huaweicloudsdkosm/v2/model/list_labels_request.py +282 -0
  141. huaweicloudsdkosm/v2/model/list_labels_response.py +141 -0
  142. huaweicloudsdkosm/v2/model/list_messages_request.py +281 -0
  143. huaweicloudsdkosm/v2/model/list_messages_response.py +141 -0
  144. huaweicloudsdkosm/v2/model/list_more_instant_messages_request.py +307 -0
  145. huaweicloudsdkosm/v2/model/list_more_instant_messages_response.py +141 -0
  146. huaweicloudsdkosm/v2/model/list_new_instant_messages_request.py +252 -0
  147. huaweicloudsdkosm/v2/model/list_new_instant_messages_response.py +170 -0
  148. huaweicloudsdkosm/v2/model/list_order_incident_request.py +543 -0
  149. huaweicloudsdkosm/v2/model/list_order_incident_response.py +141 -0
  150. huaweicloudsdkosm/v2/model/list_privileges_request.py +194 -0
  151. huaweicloudsdkosm/v2/model/list_privileges_response.py +112 -0
  152. huaweicloudsdkosm/v2/model/list_problem_types_request.py +195 -0
  153. huaweicloudsdkosm/v2/model/list_problem_types_response.py +141 -0
  154. huaweicloudsdkosm/v2/model/list_product_categories_request.py +195 -0
  155. huaweicloudsdkosm/v2/model/list_product_categories_response.py +141 -0
  156. huaweicloudsdkosm/v2/model/list_regions_request.py +166 -0
  157. huaweicloudsdkosm/v2/model/list_regions_response.py +141 -0
  158. huaweicloudsdkosm/v2/model/list_relation_request.py +194 -0
  159. huaweicloudsdkosm/v2/model/list_relation_response.py +112 -0
  160. huaweicloudsdkosm/v2/model/list_satisfaction_dimensions_request.py +166 -0
  161. huaweicloudsdkosm/v2/model/list_satisfaction_dimensions_response.py +141 -0
  162. huaweicloudsdkosm/v2/model/list_severities_request.py +222 -0
  163. huaweicloudsdkosm/v2/model/list_severities_response.py +141 -0
  164. huaweicloudsdkosm/v2/model/list_sub_customers_request.py +224 -0
  165. huaweicloudsdkosm/v2/model/list_sub_customers_response.py +112 -0
  166. huaweicloudsdkosm/v2/model/list_transport_histories_request.py +366 -0
  167. huaweicloudsdkosm/v2/model/list_transport_histories_response.py +141 -0
  168. huaweicloudsdkosm/v2/model/list_unread_new_instant_messages_request.py +223 -0
  169. huaweicloudsdkosm/v2/model/list_unread_new_instant_messages_response.py +112 -0
  170. huaweicloudsdkosm/v2/model/operate_authorization_v2_req.py +137 -0
  171. huaweicloudsdkosm/v2/model/operate_history_session.py +195 -0
  172. huaweicloudsdkosm/v2/model/operate_log.py +137 -0
  173. huaweicloudsdkosm/v2/model/partners_service_info.py +224 -0
  174. huaweicloudsdkosm/v2/model/put_case_ext_param_req.py +166 -0
  175. huaweicloudsdkosm/v2/model/query_diagnose_items_req.py +137 -0
  176. huaweicloudsdkosm/v2/model/query_message_info_v2.py +340 -0
  177. huaweicloudsdkosm/v2/model/query_tsc_diagnose_resources_req.py +137 -0
  178. huaweicloudsdkosm/v2/model/region.py +137 -0
  179. huaweicloudsdkosm/v2/model/revoke_message_request.py +222 -0
  180. huaweicloudsdkosm/v2/model/revoke_message_response.py +141 -0
  181. huaweicloudsdkosm/v2/model/satisfaction_dimension_simple_info_v2.py +253 -0
  182. huaweicloudsdkosm/v2/model/send_verify_code_req.py +163 -0
  183. huaweicloudsdkosm/v2/model/send_verify_codes_request.py +191 -0
  184. huaweicloudsdkosm/v2/model/send_verify_codes_response.py +141 -0
  185. huaweicloudsdkosm/v2/model/severity_v2_do.py +166 -0
  186. huaweicloudsdkosm/v2/model/show_accessory_limits_request.py +166 -0
  187. huaweicloudsdkosm/v2/model/show_accessory_limits_response.py +108 -0
  188. huaweicloudsdkosm/v2/model/show_authorization_detail_request.py +223 -0
  189. huaweicloudsdkosm/v2/model/show_authorization_detail_response.py +605 -0
  190. huaweicloudsdkosm/v2/model/show_case_detail_request.py +223 -0
  191. huaweicloudsdkosm/v2/model/show_case_detail_response.py +108 -0
  192. huaweicloudsdkosm/v2/model/show_case_extends_param_request.py +223 -0
  193. huaweicloudsdkosm/v2/model/show_case_extends_param_response.py +141 -0
  194. huaweicloudsdkosm/v2/model/show_case_status_request.py +194 -0
  195. huaweicloudsdkosm/v2/model/show_case_status_response.py +112 -0
  196. huaweicloudsdkosm/v2/model/show_configuration_request.py +107 -0
  197. huaweicloudsdkosm/v2/model/show_configuration_response.py +199 -0
  198. huaweicloudsdkosm/v2/model/show_customer_privilege_policy_request.py +166 -0
  199. huaweicloudsdkosm/v2/model/show_customer_privilege_policy_response.py +112 -0
  200. huaweicloudsdkosm/v2/model/show_download_accessory_url_request.py +193 -0
  201. huaweicloudsdkosm/v2/model/show_download_accessory_url_response.py +170 -0
  202. huaweicloudsdkosm/v2/model/show_latest_published_agreement_request.py +195 -0
  203. huaweicloudsdkosm/v2/model/show_latest_published_agreement_response.py +108 -0
  204. huaweicloudsdkosm/v2/model/show_login_type_request.py +137 -0
  205. huaweicloudsdkosm/v2/model/show_login_type_response.py +112 -0
  206. huaweicloudsdkosm/v2/model/show_partners_cases_privilege_request.py +166 -0
  207. huaweicloudsdkosm/v2/model/show_partners_cases_privilege_response.py +112 -0
  208. huaweicloudsdkosm/v2/model/show_partners_service_info_request.py +224 -0
  209. huaweicloudsdkosm/v2/model/show_partners_service_info_response.py +108 -0
  210. huaweicloudsdkosm/v2/model/show_signed_latest_published_agreement_request.py +195 -0
  211. huaweicloudsdkosm/v2/model/show_signed_latest_published_agreement_response.py +112 -0
  212. huaweicloudsdkosm/v2/model/sign_agreement_req.py +108 -0
  213. huaweicloudsdkosm/v2/model/sign_published_agreement_request.py +219 -0
  214. huaweicloudsdkosm/v2/model/sign_published_agreement_response.py +112 -0
  215. huaweicloudsdkosm/v2/model/simple_accessory_v2.py +137 -0
  216. huaweicloudsdkosm/v2/model/simple_incident_business_type_v2.py +195 -0
  217. huaweicloudsdkosm/v2/model/sub_cutomer_info_v2.py +253 -0
  218. huaweicloudsdkosm/v2/model/submit_diagnose_job_req.py +165 -0
  219. huaweicloudsdkosm/v2/model/tenant_agree_auth_detail_v2.py +194 -0
  220. huaweicloudsdkosm/v2/model/tenant_config_v2.py +108 -0
  221. huaweicloudsdkosm/v2/model/update_authorizations_request.py +248 -0
  222. huaweicloudsdkosm/v2/model/update_authorizations_response.py +141 -0
  223. huaweicloudsdkosm/v2/model/update_case_contact_info_req.py +253 -0
  224. huaweicloudsdkosm/v2/model/update_case_contact_info_request.py +219 -0
  225. huaweicloudsdkosm/v2/model/update_case_contact_info_response.py +141 -0
  226. huaweicloudsdkosm/v2/model/update_cases_request.py +247 -0
  227. huaweicloudsdkosm/v2/model/update_cases_response.py +141 -0
  228. huaweicloudsdkosm/v2/model/update_labels_req.py +135 -0
  229. huaweicloudsdkosm/v2/model/update_labels_request.py +219 -0
  230. huaweicloudsdkosm/v2/model/update_labels_response.py +141 -0
  231. huaweicloudsdkosm/v2/model/update_new_instant_messages_read_request.py +219 -0
  232. huaweicloudsdkosm/v2/model/update_new_instant_messages_read_response.py +141 -0
  233. huaweicloudsdkosm/v2/model/update_unread_new_instant_msg_v2_req.py +108 -0
  234. huaweicloudsdkosm/v2/model/upload_accessory_request.py +191 -0
  235. huaweicloudsdkosm/v2/model/upload_accessory_request_body.py +135 -0
  236. huaweicloudsdkosm/v2/model/upload_accessory_response.py +112 -0
  237. huaweicloudsdkosm/v2/model/upload_json_accessories_request.py +191 -0
  238. huaweicloudsdkosm/v2/model/upload_json_accessories_response.py +112 -0
  239. huaweicloudsdkosm/v2/model/user_instant_incident_msg_v2.py +137 -0
  240. huaweicloudsdkosm/v2/model/verify_host_v2_req.py +192 -0
  241. huaweicloudsdkosm/v2/model/verify_verify_code_v2_req.py +250 -0
  242. huaweicloudsdkosm/v2/model/work_order_operate_v2_req.py +195 -0
  243. huaweicloudsdkosm/v2/osm_async_client.py +6081 -0
  244. huaweicloudsdkosm/v2/osm_client.py +6078 -0
  245. huaweicloudsdkosm/v2/region/__init__.py +0 -0
  246. huaweicloudsdkosm/v2/region/osm_region.py +31 -0
  247. huaweicloudsdkosm-3.1.174.dist-info/METADATA +25 -0
  248. huaweicloudsdkosm-3.1.174.dist-info/RECORD +250 -0
  249. huaweicloudsdkosm-3.1.174.dist-info/WHEEL +4 -0
  250. huaweicloudsdkosm-3.1.174.dist-info/licenses/LICENSE +13 -0
@@ -0,0 +1,137 @@
1
+ # coding: utf-8
2
+
3
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
4
+
5
+
6
+ class IncidentStatusCount:
7
+
8
+ """
9
+ Attributes:
10
+ openapi_types (dict): The key is attribute name
11
+ and the value is attribute type.
12
+ attribute_map (dict): The key is attribute name
13
+ and the value is json key in definition.
14
+ """
15
+ sensitive_list = []
16
+
17
+ openapi_types = {
18
+ 'status': 'int',
19
+ 'count': 'int'
20
+ }
21
+
22
+ attribute_map = {
23
+ 'status': 'status',
24
+ 'count': 'count'
25
+ }
26
+
27
+ def __init__(self, status=None, count=None):
28
+ r"""IncidentStatusCount
29
+
30
+ The model defined in huaweicloud sdk
31
+
32
+ :param status: 状态 0:待受理 1:处理中 2:待确认结果 3:已完成 4:已撤销 12:无效 17: 待反馈
33
+ :type status: int
34
+ :param count: 数量
35
+ :type count: int
36
+ """
37
+
38
+
39
+
40
+ self._status = None
41
+ self._count = None
42
+ self.discriminator = None
43
+
44
+ if status is not None:
45
+ self.status = status
46
+ if count is not None:
47
+ self.count = count
48
+
49
+ @property
50
+ def status(self):
51
+ r"""Gets the status of this IncidentStatusCount.
52
+
53
+ 状态 0:待受理 1:处理中 2:待确认结果 3:已完成 4:已撤销 12:无效 17: 待反馈
54
+
55
+ :return: The status of this IncidentStatusCount.
56
+ :rtype: int
57
+ """
58
+ return self._status
59
+
60
+ @status.setter
61
+ def status(self, status):
62
+ r"""Sets the status of this IncidentStatusCount.
63
+
64
+ 状态 0:待受理 1:处理中 2:待确认结果 3:已完成 4:已撤销 12:无效 17: 待反馈
65
+
66
+ :param status: The status of this IncidentStatusCount.
67
+ :type status: int
68
+ """
69
+ self._status = status
70
+
71
+ @property
72
+ def count(self):
73
+ r"""Gets the count of this IncidentStatusCount.
74
+
75
+ 数量
76
+
77
+ :return: The count of this IncidentStatusCount.
78
+ :rtype: int
79
+ """
80
+ return self._count
81
+
82
+ @count.setter
83
+ def count(self, count):
84
+ r"""Sets the count of this IncidentStatusCount.
85
+
86
+ 数量
87
+
88
+ :param count: The count of this IncidentStatusCount.
89
+ :type count: int
90
+ """
91
+ self._count = count
92
+
93
+ def to_dict(self):
94
+ result = {}
95
+
96
+ for attr, _ in self.openapi_types.items():
97
+ value = getattr(self, attr)
98
+ if isinstance(value, list):
99
+ result[attr] = list(map(
100
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
101
+ value
102
+ ))
103
+ elif hasattr(value, "to_dict"):
104
+ result[attr] = value.to_dict()
105
+ elif isinstance(value, dict):
106
+ result[attr] = dict(map(
107
+ lambda item: (item[0], item[1].to_dict())
108
+ if hasattr(item[1], "to_dict") else item,
109
+ value.items()
110
+ ))
111
+ else:
112
+ if attr in self.sensitive_list:
113
+ result[attr] = "****"
114
+ else:
115
+ result[attr] = value
116
+
117
+ return result
118
+
119
+ def to_str(self):
120
+ """Returns the string representation of the model"""
121
+ import simplejson as json
122
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
123
+
124
+ def __repr__(self):
125
+ """For `print`"""
126
+ return self.to_str()
127
+
128
+ def __eq__(self, other):
129
+ """Returns true if both objects are equal"""
130
+ if not isinstance(other, IncidentStatusCount):
131
+ return False
132
+
133
+ return self.__dict__ == other.__dict__
134
+
135
+ def __ne__(self, other):
136
+ """Returns true if both objects are not equal"""
137
+ return not self == other
@@ -0,0 +1,166 @@
1
+ # coding: utf-8
2
+
3
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
4
+
5
+
6
+ class IncidentSubTypeV2Do:
7
+
8
+ """
9
+ Attributes:
10
+ openapi_types (dict): The key is attribute name
11
+ and the value is attribute type.
12
+ attribute_map (dict): The key is attribute name
13
+ and the value is json key in definition.
14
+ """
15
+ sensitive_list = []
16
+
17
+ openapi_types = {
18
+ 'incident_sub_type_id': 'str',
19
+ 'incident_sub_type_name': 'str',
20
+ 'incident_product_category_list': 'list[IncidentProductCategoryV2]'
21
+ }
22
+
23
+ attribute_map = {
24
+ 'incident_sub_type_id': 'incident_sub_type_id',
25
+ 'incident_sub_type_name': 'incident_sub_type_name',
26
+ 'incident_product_category_list': 'incident_product_category_list'
27
+ }
28
+
29
+ def __init__(self, incident_sub_type_id=None, incident_sub_type_name=None, incident_product_category_list=None):
30
+ r"""IncidentSubTypeV2Do
31
+
32
+ The model defined in huaweicloud sdk
33
+
34
+ :param incident_sub_type_id: 工单子类型id
35
+ :type incident_sub_type_id: str
36
+ :param incident_sub_type_name: 工单子类型名称
37
+ :type incident_sub_type_name: str
38
+ :param incident_product_category_list: 产品类型列表
39
+ :type incident_product_category_list: list[:class:`huaweicloudsdkosm.v2.IncidentProductCategoryV2`]
40
+ """
41
+
42
+
43
+
44
+ self._incident_sub_type_id = None
45
+ self._incident_sub_type_name = None
46
+ self._incident_product_category_list = None
47
+ self.discriminator = None
48
+
49
+ if incident_sub_type_id is not None:
50
+ self.incident_sub_type_id = incident_sub_type_id
51
+ if incident_sub_type_name is not None:
52
+ self.incident_sub_type_name = incident_sub_type_name
53
+ if incident_product_category_list is not None:
54
+ self.incident_product_category_list = incident_product_category_list
55
+
56
+ @property
57
+ def incident_sub_type_id(self):
58
+ r"""Gets the incident_sub_type_id of this IncidentSubTypeV2Do.
59
+
60
+ 工单子类型id
61
+
62
+ :return: The incident_sub_type_id of this IncidentSubTypeV2Do.
63
+ :rtype: str
64
+ """
65
+ return self._incident_sub_type_id
66
+
67
+ @incident_sub_type_id.setter
68
+ def incident_sub_type_id(self, incident_sub_type_id):
69
+ r"""Sets the incident_sub_type_id of this IncidentSubTypeV2Do.
70
+
71
+ 工单子类型id
72
+
73
+ :param incident_sub_type_id: The incident_sub_type_id of this IncidentSubTypeV2Do.
74
+ :type incident_sub_type_id: str
75
+ """
76
+ self._incident_sub_type_id = incident_sub_type_id
77
+
78
+ @property
79
+ def incident_sub_type_name(self):
80
+ r"""Gets the incident_sub_type_name of this IncidentSubTypeV2Do.
81
+
82
+ 工单子类型名称
83
+
84
+ :return: The incident_sub_type_name of this IncidentSubTypeV2Do.
85
+ :rtype: str
86
+ """
87
+ return self._incident_sub_type_name
88
+
89
+ @incident_sub_type_name.setter
90
+ def incident_sub_type_name(self, incident_sub_type_name):
91
+ r"""Sets the incident_sub_type_name of this IncidentSubTypeV2Do.
92
+
93
+ 工单子类型名称
94
+
95
+ :param incident_sub_type_name: The incident_sub_type_name of this IncidentSubTypeV2Do.
96
+ :type incident_sub_type_name: str
97
+ """
98
+ self._incident_sub_type_name = incident_sub_type_name
99
+
100
+ @property
101
+ def incident_product_category_list(self):
102
+ r"""Gets the incident_product_category_list of this IncidentSubTypeV2Do.
103
+
104
+ 产品类型列表
105
+
106
+ :return: The incident_product_category_list of this IncidentSubTypeV2Do.
107
+ :rtype: list[:class:`huaweicloudsdkosm.v2.IncidentProductCategoryV2`]
108
+ """
109
+ return self._incident_product_category_list
110
+
111
+ @incident_product_category_list.setter
112
+ def incident_product_category_list(self, incident_product_category_list):
113
+ r"""Sets the incident_product_category_list of this IncidentSubTypeV2Do.
114
+
115
+ 产品类型列表
116
+
117
+ :param incident_product_category_list: The incident_product_category_list of this IncidentSubTypeV2Do.
118
+ :type incident_product_category_list: list[:class:`huaweicloudsdkosm.v2.IncidentProductCategoryV2`]
119
+ """
120
+ self._incident_product_category_list = incident_product_category_list
121
+
122
+ def to_dict(self):
123
+ result = {}
124
+
125
+ for attr, _ in self.openapi_types.items():
126
+ value = getattr(self, attr)
127
+ if isinstance(value, list):
128
+ result[attr] = list(map(
129
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
130
+ value
131
+ ))
132
+ elif hasattr(value, "to_dict"):
133
+ result[attr] = value.to_dict()
134
+ elif isinstance(value, dict):
135
+ result[attr] = dict(map(
136
+ lambda item: (item[0], item[1].to_dict())
137
+ if hasattr(item[1], "to_dict") else item,
138
+ value.items()
139
+ ))
140
+ else:
141
+ if attr in self.sensitive_list:
142
+ result[attr] = "****"
143
+ else:
144
+ result[attr] = value
145
+
146
+ return result
147
+
148
+ def to_str(self):
149
+ """Returns the string representation of the model"""
150
+ import simplejson as json
151
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
152
+
153
+ def __repr__(self):
154
+ """For `print`"""
155
+ return self.to_str()
156
+
157
+ def __eq__(self, other):
158
+ """Returns true if both objects are equal"""
159
+ if not isinstance(other, IncidentSubTypeV2Do):
160
+ return False
161
+
162
+ return self.__dict__ == other.__dict__
163
+
164
+ def __ne__(self, other):
165
+ """Returns true if both objects are not equal"""
166
+ return not self == other
@@ -0,0 +1,166 @@
1
+ # coding: utf-8
2
+
3
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
4
+
5
+
6
+ class IncidentTempV2:
7
+
8
+ """
9
+ Attributes:
10
+ openapi_types (dict): The key is attribute name
11
+ and the value is attribute type.
12
+ attribute_map (dict): The key is attribute name
13
+ and the value is json key in definition.
14
+ """
15
+ sensitive_list = []
16
+
17
+ openapi_types = {
18
+ 'incident_template_id': 'str',
19
+ 'incident_template_name': 'str',
20
+ 'incident_template_content': 'str'
21
+ }
22
+
23
+ attribute_map = {
24
+ 'incident_template_id': 'incident_template_id',
25
+ 'incident_template_name': 'incident_template_name',
26
+ 'incident_template_content': 'incident_template_content'
27
+ }
28
+
29
+ def __init__(self, incident_template_id=None, incident_template_name=None, incident_template_content=None):
30
+ r"""IncidentTempV2
31
+
32
+ The model defined in huaweicloud sdk
33
+
34
+ :param incident_template_id: 模板id
35
+ :type incident_template_id: str
36
+ :param incident_template_name: 模板名称
37
+ :type incident_template_name: str
38
+ :param incident_template_content: 模板内容
39
+ :type incident_template_content: str
40
+ """
41
+
42
+
43
+
44
+ self._incident_template_id = None
45
+ self._incident_template_name = None
46
+ self._incident_template_content = None
47
+ self.discriminator = None
48
+
49
+ if incident_template_id is not None:
50
+ self.incident_template_id = incident_template_id
51
+ if incident_template_name is not None:
52
+ self.incident_template_name = incident_template_name
53
+ if incident_template_content is not None:
54
+ self.incident_template_content = incident_template_content
55
+
56
+ @property
57
+ def incident_template_id(self):
58
+ r"""Gets the incident_template_id of this IncidentTempV2.
59
+
60
+ 模板id
61
+
62
+ :return: The incident_template_id of this IncidentTempV2.
63
+ :rtype: str
64
+ """
65
+ return self._incident_template_id
66
+
67
+ @incident_template_id.setter
68
+ def incident_template_id(self, incident_template_id):
69
+ r"""Sets the incident_template_id of this IncidentTempV2.
70
+
71
+ 模板id
72
+
73
+ :param incident_template_id: The incident_template_id of this IncidentTempV2.
74
+ :type incident_template_id: str
75
+ """
76
+ self._incident_template_id = incident_template_id
77
+
78
+ @property
79
+ def incident_template_name(self):
80
+ r"""Gets the incident_template_name of this IncidentTempV2.
81
+
82
+ 模板名称
83
+
84
+ :return: The incident_template_name of this IncidentTempV2.
85
+ :rtype: str
86
+ """
87
+ return self._incident_template_name
88
+
89
+ @incident_template_name.setter
90
+ def incident_template_name(self, incident_template_name):
91
+ r"""Sets the incident_template_name of this IncidentTempV2.
92
+
93
+ 模板名称
94
+
95
+ :param incident_template_name: The incident_template_name of this IncidentTempV2.
96
+ :type incident_template_name: str
97
+ """
98
+ self._incident_template_name = incident_template_name
99
+
100
+ @property
101
+ def incident_template_content(self):
102
+ r"""Gets the incident_template_content of this IncidentTempV2.
103
+
104
+ 模板内容
105
+
106
+ :return: The incident_template_content of this IncidentTempV2.
107
+ :rtype: str
108
+ """
109
+ return self._incident_template_content
110
+
111
+ @incident_template_content.setter
112
+ def incident_template_content(self, incident_template_content):
113
+ r"""Sets the incident_template_content of this IncidentTempV2.
114
+
115
+ 模板内容
116
+
117
+ :param incident_template_content: The incident_template_content of this IncidentTempV2.
118
+ :type incident_template_content: str
119
+ """
120
+ self._incident_template_content = incident_template_content
121
+
122
+ def to_dict(self):
123
+ result = {}
124
+
125
+ for attr, _ in self.openapi_types.items():
126
+ value = getattr(self, attr)
127
+ if isinstance(value, list):
128
+ result[attr] = list(map(
129
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
130
+ value
131
+ ))
132
+ elif hasattr(value, "to_dict"):
133
+ result[attr] = value.to_dict()
134
+ elif isinstance(value, dict):
135
+ result[attr] = dict(map(
136
+ lambda item: (item[0], item[1].to_dict())
137
+ if hasattr(item[1], "to_dict") else item,
138
+ value.items()
139
+ ))
140
+ else:
141
+ if attr in self.sensitive_list:
142
+ result[attr] = "****"
143
+ else:
144
+ result[attr] = value
145
+
146
+ return result
147
+
148
+ def to_str(self):
149
+ """Returns the string representation of the model"""
150
+ import simplejson as json
151
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
152
+
153
+ def __repr__(self):
154
+ """For `print`"""
155
+ return self.to_str()
156
+
157
+ def __eq__(self, other):
158
+ """Returns true if both objects are equal"""
159
+ if not isinstance(other, IncidentTempV2):
160
+ return False
161
+
162
+ return self.__dict__ == other.__dict__
163
+
164
+ def __ne__(self, other):
165
+ """Returns true if both objects are not equal"""
166
+ return not self == other
@@ -0,0 +1,195 @@
1
+ # coding: utf-8
2
+
3
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
4
+
5
+
6
+ class IntellectualPropertyV2:
7
+
8
+ """
9
+ Attributes:
10
+ openapi_types (dict): The key is attribute name
11
+ and the value is attribute type.
12
+ attribute_map (dict): The key is attribute name
13
+ and the value is json key in definition.
14
+ """
15
+ sensitive_list = []
16
+
17
+ openapi_types = {
18
+ 'ip_type': 'str',
19
+ 'ip_area': 'str',
20
+ 'ip_number': 'str',
21
+ 'ip_content': 'str'
22
+ }
23
+
24
+ attribute_map = {
25
+ 'ip_type': 'ip_type',
26
+ 'ip_area': 'ip_area',
27
+ 'ip_number': 'ip_number',
28
+ 'ip_content': 'ip_content'
29
+ }
30
+
31
+ def __init__(self, ip_type=None, ip_area=None, ip_number=None, ip_content=None):
32
+ r"""IntellectualPropertyV2
33
+
34
+ The model defined in huaweicloud sdk
35
+
36
+ :param ip_type: 知识产权类型,分:著作权-copyright、商标权-trademark、专利权-patent
37
+ :type ip_type: str
38
+ :param ip_area: 知识产权注册国家/地区
39
+ :type ip_area: str
40
+ :param ip_number: 商标注册号/专利申请号
41
+ :type ip_number: str
42
+ :param ip_content: 知识产权情况简述
43
+ :type ip_content: str
44
+ """
45
+
46
+
47
+
48
+ self._ip_type = None
49
+ self._ip_area = None
50
+ self._ip_number = None
51
+ self._ip_content = None
52
+ self.discriminator = None
53
+
54
+ if ip_type is not None:
55
+ self.ip_type = ip_type
56
+ if ip_area is not None:
57
+ self.ip_area = ip_area
58
+ if ip_number is not None:
59
+ self.ip_number = ip_number
60
+ if ip_content is not None:
61
+ self.ip_content = ip_content
62
+
63
+ @property
64
+ def ip_type(self):
65
+ r"""Gets the ip_type of this IntellectualPropertyV2.
66
+
67
+ 知识产权类型,分:著作权-copyright、商标权-trademark、专利权-patent
68
+
69
+ :return: The ip_type of this IntellectualPropertyV2.
70
+ :rtype: str
71
+ """
72
+ return self._ip_type
73
+
74
+ @ip_type.setter
75
+ def ip_type(self, ip_type):
76
+ r"""Sets the ip_type of this IntellectualPropertyV2.
77
+
78
+ 知识产权类型,分:著作权-copyright、商标权-trademark、专利权-patent
79
+
80
+ :param ip_type: The ip_type of this IntellectualPropertyV2.
81
+ :type ip_type: str
82
+ """
83
+ self._ip_type = ip_type
84
+
85
+ @property
86
+ def ip_area(self):
87
+ r"""Gets the ip_area of this IntellectualPropertyV2.
88
+
89
+ 知识产权注册国家/地区
90
+
91
+ :return: The ip_area of this IntellectualPropertyV2.
92
+ :rtype: str
93
+ """
94
+ return self._ip_area
95
+
96
+ @ip_area.setter
97
+ def ip_area(self, ip_area):
98
+ r"""Sets the ip_area of this IntellectualPropertyV2.
99
+
100
+ 知识产权注册国家/地区
101
+
102
+ :param ip_area: The ip_area of this IntellectualPropertyV2.
103
+ :type ip_area: str
104
+ """
105
+ self._ip_area = ip_area
106
+
107
+ @property
108
+ def ip_number(self):
109
+ r"""Gets the ip_number of this IntellectualPropertyV2.
110
+
111
+ 商标注册号/专利申请号
112
+
113
+ :return: The ip_number of this IntellectualPropertyV2.
114
+ :rtype: str
115
+ """
116
+ return self._ip_number
117
+
118
+ @ip_number.setter
119
+ def ip_number(self, ip_number):
120
+ r"""Sets the ip_number of this IntellectualPropertyV2.
121
+
122
+ 商标注册号/专利申请号
123
+
124
+ :param ip_number: The ip_number of this IntellectualPropertyV2.
125
+ :type ip_number: str
126
+ """
127
+ self._ip_number = ip_number
128
+
129
+ @property
130
+ def ip_content(self):
131
+ r"""Gets the ip_content of this IntellectualPropertyV2.
132
+
133
+ 知识产权情况简述
134
+
135
+ :return: The ip_content of this IntellectualPropertyV2.
136
+ :rtype: str
137
+ """
138
+ return self._ip_content
139
+
140
+ @ip_content.setter
141
+ def ip_content(self, ip_content):
142
+ r"""Sets the ip_content of this IntellectualPropertyV2.
143
+
144
+ 知识产权情况简述
145
+
146
+ :param ip_content: The ip_content of this IntellectualPropertyV2.
147
+ :type ip_content: str
148
+ """
149
+ self._ip_content = ip_content
150
+
151
+ def to_dict(self):
152
+ result = {}
153
+
154
+ for attr, _ in self.openapi_types.items():
155
+ value = getattr(self, attr)
156
+ if isinstance(value, list):
157
+ result[attr] = list(map(
158
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
159
+ value
160
+ ))
161
+ elif hasattr(value, "to_dict"):
162
+ result[attr] = value.to_dict()
163
+ elif isinstance(value, dict):
164
+ result[attr] = dict(map(
165
+ lambda item: (item[0], item[1].to_dict())
166
+ if hasattr(item[1], "to_dict") else item,
167
+ value.items()
168
+ ))
169
+ else:
170
+ if attr in self.sensitive_list:
171
+ result[attr] = "****"
172
+ else:
173
+ result[attr] = value
174
+
175
+ return result
176
+
177
+ def to_str(self):
178
+ """Returns the string representation of the model"""
179
+ import simplejson as json
180
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
181
+
182
+ def __repr__(self):
183
+ """For `print`"""
184
+ return self.to_str()
185
+
186
+ def __eq__(self, other):
187
+ """Returns true if both objects are equal"""
188
+ if not isinstance(other, IntellectualPropertyV2):
189
+ return False
190
+
191
+ return self.__dict__ == other.__dict__
192
+
193
+ def __ne__(self, other):
194
+ """Returns true if both objects are not equal"""
195
+ return not self == other