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.
- huaweicloudsdkosm/__init__.py +0 -0
- huaweicloudsdkosm/v2/__init__.py +247 -0
- huaweicloudsdkosm/v2/model/__init__.py +244 -0
- huaweicloudsdkosm/v2/model/accessory_json_format_req.py +192 -0
- huaweicloudsdkosm/v2/model/accessory_limit_vo.py +166 -0
- huaweicloudsdkosm/v2/model/accessory_url.py +166 -0
- huaweicloudsdkosm/v2/model/agency_v2.py +282 -0
- huaweicloudsdkosm/v2/model/agree_tenant_authorization_v2_req.py +224 -0
- huaweicloudsdkosm/v2/model/agreement_vo.py +253 -0
- huaweicloudsdkosm/v2/model/area_code_simple_info_v2.py +166 -0
- huaweicloudsdkosm/v2/model/case_label_info.py +166 -0
- huaweicloudsdkosm/v2/model/case_query_label.py +166 -0
- huaweicloudsdkosm/v2/model/case_realtion_info.py +166 -0
- huaweicloudsdkosm/v2/model/check_hosts_request.py +219 -0
- huaweicloudsdkosm/v2/model/check_hosts_response.py +141 -0
- huaweicloudsdkosm/v2/model/check_need_verify_request.py +251 -0
- huaweicloudsdkosm/v2/model/check_need_verify_response.py +141 -0
- huaweicloudsdkosm/v2/model/check_verify_codes_request.py +191 -0
- huaweicloudsdkosm/v2/model/check_verify_codes_response.py +141 -0
- huaweicloudsdkosm/v2/model/common_param_v2.py +195 -0
- huaweicloudsdkosm/v2/model/confirm_authorizations_request.py +219 -0
- huaweicloudsdkosm/v2/model/confirm_authorizations_response.py +141 -0
- huaweicloudsdkosm/v2/model/contact_v2.py +195 -0
- huaweicloudsdkosm/v2/model/contact_way_info_v2.py +336 -0
- huaweicloudsdkosm/v2/model/create_and_delete_privilege_req.py +136 -0
- huaweicloudsdkosm/v2/model/create_case_extends_param_request.py +219 -0
- huaweicloudsdkosm/v2/model/create_case_extends_param_response.py +141 -0
- huaweicloudsdkosm/v2/model/create_case_labels_request.py +222 -0
- huaweicloudsdkosm/v2/model/create_case_labels_response.py +141 -0
- huaweicloudsdkosm/v2/model/create_cases_request.py +249 -0
- huaweicloudsdkosm/v2/model/create_cases_response.py +112 -0
- huaweicloudsdkosm/v2/model/create_diagnose_feedback_request.py +104 -0
- huaweicloudsdkosm/v2/model/create_diagnose_feedback_response.py +141 -0
- huaweicloudsdkosm/v2/model/create_diagnose_job_request.py +104 -0
- huaweicloudsdkosm/v2/model/create_diagnose_job_response.py +170 -0
- huaweicloudsdkosm/v2/model/create_feedback_req.py +164 -0
- huaweicloudsdkosm/v2/model/create_feedback_request.py +104 -0
- huaweicloudsdkosm/v2/model/create_feedback_response.py +141 -0
- huaweicloudsdkosm/v2/model/create_feedback_v2_req.py +240 -0
- huaweicloudsdkosm/v2/model/create_labels_req.py +135 -0
- huaweicloudsdkosm/v2/model/create_labels_request.py +191 -0
- huaweicloudsdkosm/v2/model/create_labels_response.py +141 -0
- huaweicloudsdkosm/v2/model/create_message_do_v2.py +136 -0
- huaweicloudsdkosm/v2/model/create_message_v2_req.py +132 -0
- huaweicloudsdkosm/v2/model/create_messages_request.py +219 -0
- huaweicloudsdkosm/v2/model/create_messages_response.py +141 -0
- huaweicloudsdkosm/v2/model/create_order_incident_v2_req.py +540 -0
- huaweicloudsdkosm/v2/model/create_privileges_request.py +191 -0
- huaweicloudsdkosm/v2/model/create_privileges_response.py +141 -0
- huaweicloudsdkosm/v2/model/create_relations_req.py +136 -0
- huaweicloudsdkosm/v2/model/create_relations_request.py +219 -0
- huaweicloudsdkosm/v2/model/create_relations_response.py +141 -0
- huaweicloudsdkosm/v2/model/create_score_v2_req.py +164 -0
- huaweicloudsdkosm/v2/model/create_scores_request.py +219 -0
- huaweicloudsdkosm/v2/model/create_scores_response.py +141 -0
- huaweicloudsdkosm/v2/model/data_center_v2_do.py +195 -0
- huaweicloudsdkosm/v2/model/delete_accessories_request.py +194 -0
- huaweicloudsdkosm/v2/model/delete_accessories_response.py +141 -0
- huaweicloudsdkosm/v2/model/delete_case_labels_request.py +222 -0
- huaweicloudsdkosm/v2/model/delete_case_labels_response.py +141 -0
- huaweicloudsdkosm/v2/model/delete_labels_request.py +194 -0
- huaweicloudsdkosm/v2/model/delete_labels_response.py +141 -0
- huaweicloudsdkosm/v2/model/delete_relation_request.py +219 -0
- huaweicloudsdkosm/v2/model/delete_relation_response.py +141 -0
- huaweicloudsdkosm/v2/model/delete_relations_req.py +136 -0
- huaweicloudsdkosm/v2/model/diagnose_record_vo.py +340 -0
- huaweicloudsdkosm/v2/model/diagnose_resource_vo.py +398 -0
- huaweicloudsdkosm/v2/model/download_accessories_request.py +223 -0
- huaweicloudsdkosm/v2/model/download_accessories_response.py +81 -0
- huaweicloudsdkosm/v2/model/download_cases_request.py +541 -0
- huaweicloudsdkosm/v2/model/download_cases_response.py +81 -0
- huaweicloudsdkosm/v2/model/download_images_request.py +223 -0
- huaweicloudsdkosm/v2/model/download_images_response.py +81 -0
- huaweicloudsdkosm/v2/model/extends_param_v2.py +485 -0
- huaweicloudsdkosm/v2/model/file_operate_log.py +311 -0
- huaweicloudsdkosm/v2/model/im_status_v2.py +137 -0
- huaweicloudsdkosm/v2/model/im_unread_v2.py +166 -0
- huaweicloudsdkosm/v2/model/incident_detail_ext_info_v2.py +282 -0
- huaweicloudsdkosm/v2/model/incident_detail_info_v2.py +586 -0
- huaweicloudsdkosm/v2/model/incident_info.py +456 -0
- huaweicloudsdkosm/v2/model/incident_info_v2.py +535 -0
- huaweicloudsdkosm/v2/model/incident_message_v2.py +311 -0
- huaweicloudsdkosm/v2/model/incident_operate_log_v2.py +340 -0
- huaweicloudsdkosm/v2/model/incident_order_auth_detail_info_v2.py +282 -0
- huaweicloudsdkosm/v2/model/incident_order_auth_v2.py +572 -0
- huaweicloudsdkosm/v2/model/incident_order_cc_email_info_v2.py +166 -0
- huaweicloudsdkosm/v2/model/incident_product_category_v2.py +224 -0
- huaweicloudsdkosm/v2/model/incident_satisfaction_v2_do.py +280 -0
- huaweicloudsdkosm/v2/model/incident_status_count.py +137 -0
- huaweicloudsdkosm/v2/model/incident_sub_type_v2_do.py +166 -0
- huaweicloudsdkosm/v2/model/incident_temp_v2.py +166 -0
- huaweicloudsdkosm/v2/model/intellectual_property_v2.py +195 -0
- huaweicloudsdkosm/v2/model/item_result_detail_vo.py +311 -0
- huaweicloudsdkosm/v2/model/item_result_vo.py +282 -0
- huaweicloudsdkosm/v2/model/label_info.py +166 -0
- huaweicloudsdkosm/v2/model/list_accessory_access_urls_request.py +223 -0
- huaweicloudsdkosm/v2/model/list_accessory_access_urls_response.py +112 -0
- huaweicloudsdkosm/v2/model/list_agencies_request.py +166 -0
- huaweicloudsdkosm/v2/model/list_agencies_response.py +141 -0
- huaweicloudsdkosm/v2/model/list_area_codes_request.py +166 -0
- huaweicloudsdkosm/v2/model/list_area_codes_response.py +112 -0
- huaweicloudsdkosm/v2/model/list_authorizations_request.py +369 -0
- huaweicloudsdkosm/v2/model/list_authorizations_response.py +141 -0
- huaweicloudsdkosm/v2/model/list_case_categories_request.py +166 -0
- huaweicloudsdkosm/v2/model/list_case_categories_response.py +141 -0
- huaweicloudsdkosm/v2/model/list_case_cc_emails_request.py +166 -0
- huaweicloudsdkosm/v2/model/list_case_cc_emails_response.py +137 -0
- huaweicloudsdkosm/v2/model/list_case_counts_request.py +195 -0
- huaweicloudsdkosm/v2/model/list_case_counts_response.py +112 -0
- huaweicloudsdkosm/v2/model/list_case_labels_request.py +194 -0
- huaweicloudsdkosm/v2/model/list_case_labels_response.py +112 -0
- huaweicloudsdkosm/v2/model/list_case_limits_request.py +166 -0
- huaweicloudsdkosm/v2/model/list_case_limits_response.py +108 -0
- huaweicloudsdkosm/v2/model/list_case_operate_logs_request.py +281 -0
- huaweicloudsdkosm/v2/model/list_case_operate_logs_response.py +141 -0
- huaweicloudsdkosm/v2/model/list_case_quotas_request.py +223 -0
- huaweicloudsdkosm/v2/model/list_case_quotas_response.py +141 -0
- huaweicloudsdkosm/v2/model/list_case_templates_request.py +194 -0
- huaweicloudsdkosm/v2/model/list_case_templates_response.py +141 -0
- huaweicloudsdkosm/v2/model/list_cases_request.py +543 -0
- huaweicloudsdkosm/v2/model/list_cases_response.py +141 -0
- huaweicloudsdkosm/v2/model/list_customers_regions_request.py +166 -0
- huaweicloudsdkosm/v2/model/list_customers_regions_response.py +141 -0
- huaweicloudsdkosm/v2/model/list_diagnose_items_request.py +104 -0
- huaweicloudsdkosm/v2/model/list_diagnose_items_response.py +170 -0
- huaweicloudsdkosm/v2/model/list_diagnose_job_request.py +108 -0
- huaweicloudsdkosm/v2/model/list_diagnose_job_response.py +286 -0
- huaweicloudsdkosm/v2/model/list_diagnose_records_request.py +166 -0
- huaweicloudsdkosm/v2/model/list_diagnose_records_response.py +199 -0
- huaweicloudsdkosm/v2/model/list_diagnose_resources_request.py +104 -0
- huaweicloudsdkosm/v2/model/list_diagnose_resources_response.py +141 -0
- huaweicloudsdkosm/v2/model/list_extends_params_request.py +252 -0
- huaweicloudsdkosm/v2/model/list_extends_params_response.py +141 -0
- huaweicloudsdkosm/v2/model/list_has_verified_contacts_request.py +427 -0
- huaweicloudsdkosm/v2/model/list_has_verified_contacts_response.py +141 -0
- huaweicloudsdkosm/v2/model/list_history_operate_logs_request.py +366 -0
- huaweicloudsdkosm/v2/model/list_history_operate_logs_response.py +141 -0
- huaweicloudsdkosm/v2/model/list_history_sessions_request.py +309 -0
- huaweicloudsdkosm/v2/model/list_history_sessions_response.py +141 -0
- huaweicloudsdkosm/v2/model/list_labels_request.py +282 -0
- huaweicloudsdkosm/v2/model/list_labels_response.py +141 -0
- huaweicloudsdkosm/v2/model/list_messages_request.py +281 -0
- huaweicloudsdkosm/v2/model/list_messages_response.py +141 -0
- huaweicloudsdkosm/v2/model/list_more_instant_messages_request.py +307 -0
- huaweicloudsdkosm/v2/model/list_more_instant_messages_response.py +141 -0
- huaweicloudsdkosm/v2/model/list_new_instant_messages_request.py +252 -0
- huaweicloudsdkosm/v2/model/list_new_instant_messages_response.py +170 -0
- huaweicloudsdkosm/v2/model/list_order_incident_request.py +543 -0
- huaweicloudsdkosm/v2/model/list_order_incident_response.py +141 -0
- huaweicloudsdkosm/v2/model/list_privileges_request.py +194 -0
- huaweicloudsdkosm/v2/model/list_privileges_response.py +112 -0
- huaweicloudsdkosm/v2/model/list_problem_types_request.py +195 -0
- huaweicloudsdkosm/v2/model/list_problem_types_response.py +141 -0
- huaweicloudsdkosm/v2/model/list_product_categories_request.py +195 -0
- huaweicloudsdkosm/v2/model/list_product_categories_response.py +141 -0
- huaweicloudsdkosm/v2/model/list_regions_request.py +166 -0
- huaweicloudsdkosm/v2/model/list_regions_response.py +141 -0
- huaweicloudsdkosm/v2/model/list_relation_request.py +194 -0
- huaweicloudsdkosm/v2/model/list_relation_response.py +112 -0
- huaweicloudsdkosm/v2/model/list_satisfaction_dimensions_request.py +166 -0
- huaweicloudsdkosm/v2/model/list_satisfaction_dimensions_response.py +141 -0
- huaweicloudsdkosm/v2/model/list_severities_request.py +222 -0
- huaweicloudsdkosm/v2/model/list_severities_response.py +141 -0
- huaweicloudsdkosm/v2/model/list_sub_customers_request.py +224 -0
- huaweicloudsdkosm/v2/model/list_sub_customers_response.py +112 -0
- huaweicloudsdkosm/v2/model/list_transport_histories_request.py +366 -0
- huaweicloudsdkosm/v2/model/list_transport_histories_response.py +141 -0
- huaweicloudsdkosm/v2/model/list_unread_new_instant_messages_request.py +223 -0
- huaweicloudsdkosm/v2/model/list_unread_new_instant_messages_response.py +112 -0
- huaweicloudsdkosm/v2/model/operate_authorization_v2_req.py +137 -0
- huaweicloudsdkosm/v2/model/operate_history_session.py +195 -0
- huaweicloudsdkosm/v2/model/operate_log.py +137 -0
- huaweicloudsdkosm/v2/model/partners_service_info.py +224 -0
- huaweicloudsdkosm/v2/model/put_case_ext_param_req.py +166 -0
- huaweicloudsdkosm/v2/model/query_diagnose_items_req.py +137 -0
- huaweicloudsdkosm/v2/model/query_message_info_v2.py +340 -0
- huaweicloudsdkosm/v2/model/query_tsc_diagnose_resources_req.py +137 -0
- huaweicloudsdkosm/v2/model/region.py +137 -0
- huaweicloudsdkosm/v2/model/revoke_message_request.py +222 -0
- huaweicloudsdkosm/v2/model/revoke_message_response.py +141 -0
- huaweicloudsdkosm/v2/model/satisfaction_dimension_simple_info_v2.py +253 -0
- huaweicloudsdkosm/v2/model/send_verify_code_req.py +163 -0
- huaweicloudsdkosm/v2/model/send_verify_codes_request.py +191 -0
- huaweicloudsdkosm/v2/model/send_verify_codes_response.py +141 -0
- huaweicloudsdkosm/v2/model/severity_v2_do.py +166 -0
- huaweicloudsdkosm/v2/model/show_accessory_limits_request.py +166 -0
- huaweicloudsdkosm/v2/model/show_accessory_limits_response.py +108 -0
- huaweicloudsdkosm/v2/model/show_authorization_detail_request.py +223 -0
- huaweicloudsdkosm/v2/model/show_authorization_detail_response.py +605 -0
- huaweicloudsdkosm/v2/model/show_case_detail_request.py +223 -0
- huaweicloudsdkosm/v2/model/show_case_detail_response.py +108 -0
- huaweicloudsdkosm/v2/model/show_case_extends_param_request.py +223 -0
- huaweicloudsdkosm/v2/model/show_case_extends_param_response.py +141 -0
- huaweicloudsdkosm/v2/model/show_case_status_request.py +194 -0
- huaweicloudsdkosm/v2/model/show_case_status_response.py +112 -0
- huaweicloudsdkosm/v2/model/show_configuration_request.py +107 -0
- huaweicloudsdkosm/v2/model/show_configuration_response.py +199 -0
- huaweicloudsdkosm/v2/model/show_customer_privilege_policy_request.py +166 -0
- huaweicloudsdkosm/v2/model/show_customer_privilege_policy_response.py +112 -0
- huaweicloudsdkosm/v2/model/show_download_accessory_url_request.py +193 -0
- huaweicloudsdkosm/v2/model/show_download_accessory_url_response.py +170 -0
- huaweicloudsdkosm/v2/model/show_latest_published_agreement_request.py +195 -0
- huaweicloudsdkosm/v2/model/show_latest_published_agreement_response.py +108 -0
- huaweicloudsdkosm/v2/model/show_login_type_request.py +137 -0
- huaweicloudsdkosm/v2/model/show_login_type_response.py +112 -0
- huaweicloudsdkosm/v2/model/show_partners_cases_privilege_request.py +166 -0
- huaweicloudsdkosm/v2/model/show_partners_cases_privilege_response.py +112 -0
- huaweicloudsdkosm/v2/model/show_partners_service_info_request.py +224 -0
- huaweicloudsdkosm/v2/model/show_partners_service_info_response.py +108 -0
- huaweicloudsdkosm/v2/model/show_signed_latest_published_agreement_request.py +195 -0
- huaweicloudsdkosm/v2/model/show_signed_latest_published_agreement_response.py +112 -0
- huaweicloudsdkosm/v2/model/sign_agreement_req.py +108 -0
- huaweicloudsdkosm/v2/model/sign_published_agreement_request.py +219 -0
- huaweicloudsdkosm/v2/model/sign_published_agreement_response.py +112 -0
- huaweicloudsdkosm/v2/model/simple_accessory_v2.py +137 -0
- huaweicloudsdkosm/v2/model/simple_incident_business_type_v2.py +195 -0
- huaweicloudsdkosm/v2/model/sub_cutomer_info_v2.py +253 -0
- huaweicloudsdkosm/v2/model/submit_diagnose_job_req.py +165 -0
- huaweicloudsdkosm/v2/model/tenant_agree_auth_detail_v2.py +194 -0
- huaweicloudsdkosm/v2/model/tenant_config_v2.py +108 -0
- huaweicloudsdkosm/v2/model/update_authorizations_request.py +248 -0
- huaweicloudsdkosm/v2/model/update_authorizations_response.py +141 -0
- huaweicloudsdkosm/v2/model/update_case_contact_info_req.py +253 -0
- huaweicloudsdkosm/v2/model/update_case_contact_info_request.py +219 -0
- huaweicloudsdkosm/v2/model/update_case_contact_info_response.py +141 -0
- huaweicloudsdkosm/v2/model/update_cases_request.py +247 -0
- huaweicloudsdkosm/v2/model/update_cases_response.py +141 -0
- huaweicloudsdkosm/v2/model/update_labels_req.py +135 -0
- huaweicloudsdkosm/v2/model/update_labels_request.py +219 -0
- huaweicloudsdkosm/v2/model/update_labels_response.py +141 -0
- huaweicloudsdkosm/v2/model/update_new_instant_messages_read_request.py +219 -0
- huaweicloudsdkosm/v2/model/update_new_instant_messages_read_response.py +141 -0
- huaweicloudsdkosm/v2/model/update_unread_new_instant_msg_v2_req.py +108 -0
- huaweicloudsdkosm/v2/model/upload_accessory_request.py +191 -0
- huaweicloudsdkosm/v2/model/upload_accessory_request_body.py +135 -0
- huaweicloudsdkosm/v2/model/upload_accessory_response.py +112 -0
- huaweicloudsdkosm/v2/model/upload_json_accessories_request.py +191 -0
- huaweicloudsdkosm/v2/model/upload_json_accessories_response.py +112 -0
- huaweicloudsdkosm/v2/model/user_instant_incident_msg_v2.py +137 -0
- huaweicloudsdkosm/v2/model/verify_host_v2_req.py +192 -0
- huaweicloudsdkosm/v2/model/verify_verify_code_v2_req.py +250 -0
- huaweicloudsdkosm/v2/model/work_order_operate_v2_req.py +195 -0
- huaweicloudsdkosm/v2/osm_async_client.py +6081 -0
- huaweicloudsdkosm/v2/osm_client.py +6078 -0
- huaweicloudsdkosm/v2/region/__init__.py +0 -0
- huaweicloudsdkosm/v2/region/osm_region.py +31 -0
- huaweicloudsdkosm-3.1.174.dist-info/METADATA +25 -0
- huaweicloudsdkosm-3.1.174.dist-info/RECORD +250 -0
- huaweicloudsdkosm-3.1.174.dist-info/WHEEL +4 -0
- huaweicloudsdkosm-3.1.174.dist-info/licenses/LICENSE +13 -0
|
@@ -0,0 +1,166 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
class IncidentOrderCCEmailInfoV2:
|
|
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
|
+
'user_id': 'str',
|
|
19
|
+
'customer_id': 'str',
|
|
20
|
+
'cc_email': 'str'
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
attribute_map = {
|
|
24
|
+
'user_id': 'user_id',
|
|
25
|
+
'customer_id': 'customer_id',
|
|
26
|
+
'cc_email': 'cc_email'
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
def __init__(self, user_id=None, customer_id=None, cc_email=None):
|
|
30
|
+
r"""IncidentOrderCCEmailInfoV2
|
|
31
|
+
|
|
32
|
+
The model defined in huaweicloud sdk
|
|
33
|
+
|
|
34
|
+
:param user_id: 用户id
|
|
35
|
+
:type user_id: str
|
|
36
|
+
:param customer_id: 客户id
|
|
37
|
+
:type customer_id: str
|
|
38
|
+
:param cc_email: 操作邮箱
|
|
39
|
+
:type cc_email: str
|
|
40
|
+
"""
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
self._user_id = None
|
|
45
|
+
self._customer_id = None
|
|
46
|
+
self._cc_email = None
|
|
47
|
+
self.discriminator = None
|
|
48
|
+
|
|
49
|
+
if user_id is not None:
|
|
50
|
+
self.user_id = user_id
|
|
51
|
+
if customer_id is not None:
|
|
52
|
+
self.customer_id = customer_id
|
|
53
|
+
if cc_email is not None:
|
|
54
|
+
self.cc_email = cc_email
|
|
55
|
+
|
|
56
|
+
@property
|
|
57
|
+
def user_id(self):
|
|
58
|
+
r"""Gets the user_id of this IncidentOrderCCEmailInfoV2.
|
|
59
|
+
|
|
60
|
+
用户id
|
|
61
|
+
|
|
62
|
+
:return: The user_id of this IncidentOrderCCEmailInfoV2.
|
|
63
|
+
:rtype: str
|
|
64
|
+
"""
|
|
65
|
+
return self._user_id
|
|
66
|
+
|
|
67
|
+
@user_id.setter
|
|
68
|
+
def user_id(self, user_id):
|
|
69
|
+
r"""Sets the user_id of this IncidentOrderCCEmailInfoV2.
|
|
70
|
+
|
|
71
|
+
用户id
|
|
72
|
+
|
|
73
|
+
:param user_id: The user_id of this IncidentOrderCCEmailInfoV2.
|
|
74
|
+
:type user_id: str
|
|
75
|
+
"""
|
|
76
|
+
self._user_id = user_id
|
|
77
|
+
|
|
78
|
+
@property
|
|
79
|
+
def customer_id(self):
|
|
80
|
+
r"""Gets the customer_id of this IncidentOrderCCEmailInfoV2.
|
|
81
|
+
|
|
82
|
+
客户id
|
|
83
|
+
|
|
84
|
+
:return: The customer_id of this IncidentOrderCCEmailInfoV2.
|
|
85
|
+
:rtype: str
|
|
86
|
+
"""
|
|
87
|
+
return self._customer_id
|
|
88
|
+
|
|
89
|
+
@customer_id.setter
|
|
90
|
+
def customer_id(self, customer_id):
|
|
91
|
+
r"""Sets the customer_id of this IncidentOrderCCEmailInfoV2.
|
|
92
|
+
|
|
93
|
+
客户id
|
|
94
|
+
|
|
95
|
+
:param customer_id: The customer_id of this IncidentOrderCCEmailInfoV2.
|
|
96
|
+
:type customer_id: str
|
|
97
|
+
"""
|
|
98
|
+
self._customer_id = customer_id
|
|
99
|
+
|
|
100
|
+
@property
|
|
101
|
+
def cc_email(self):
|
|
102
|
+
r"""Gets the cc_email of this IncidentOrderCCEmailInfoV2.
|
|
103
|
+
|
|
104
|
+
操作邮箱
|
|
105
|
+
|
|
106
|
+
:return: The cc_email of this IncidentOrderCCEmailInfoV2.
|
|
107
|
+
:rtype: str
|
|
108
|
+
"""
|
|
109
|
+
return self._cc_email
|
|
110
|
+
|
|
111
|
+
@cc_email.setter
|
|
112
|
+
def cc_email(self, cc_email):
|
|
113
|
+
r"""Sets the cc_email of this IncidentOrderCCEmailInfoV2.
|
|
114
|
+
|
|
115
|
+
操作邮箱
|
|
116
|
+
|
|
117
|
+
:param cc_email: The cc_email of this IncidentOrderCCEmailInfoV2.
|
|
118
|
+
:type cc_email: str
|
|
119
|
+
"""
|
|
120
|
+
self._cc_email = cc_email
|
|
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, IncidentOrderCCEmailInfoV2):
|
|
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,224 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
class IncidentProductCategoryV2:
|
|
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_product_category_id': 'str',
|
|
19
|
+
'incident_product_category_name': 'str',
|
|
20
|
+
'incident_product_category_desc': 'str',
|
|
21
|
+
'incident_product_category_acronym': 'str',
|
|
22
|
+
'can_use_support_plan': 'bool'
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
attribute_map = {
|
|
26
|
+
'incident_product_category_id': 'incident_product_category_id',
|
|
27
|
+
'incident_product_category_name': 'incident_product_category_name',
|
|
28
|
+
'incident_product_category_desc': 'incident_product_category_desc',
|
|
29
|
+
'incident_product_category_acronym': 'incident_product_category_acronym',
|
|
30
|
+
'can_use_support_plan': 'can_use_support_plan'
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
def __init__(self, incident_product_category_id=None, incident_product_category_name=None, incident_product_category_desc=None, incident_product_category_acronym=None, can_use_support_plan=None):
|
|
34
|
+
r"""IncidentProductCategoryV2
|
|
35
|
+
|
|
36
|
+
The model defined in huaweicloud sdk
|
|
37
|
+
|
|
38
|
+
:param incident_product_category_id: 产品类型id
|
|
39
|
+
:type incident_product_category_id: str
|
|
40
|
+
:param incident_product_category_name: 产品类型名称
|
|
41
|
+
:type incident_product_category_name: str
|
|
42
|
+
:param incident_product_category_desc: 产品类型描述
|
|
43
|
+
:type incident_product_category_desc: str
|
|
44
|
+
:param incident_product_category_acronym: 产品类型简称
|
|
45
|
+
:type incident_product_category_acronym: str
|
|
46
|
+
:param can_use_support_plan: 是否可以使用支持计划权益
|
|
47
|
+
:type can_use_support_plan: bool
|
|
48
|
+
"""
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
self._incident_product_category_id = None
|
|
53
|
+
self._incident_product_category_name = None
|
|
54
|
+
self._incident_product_category_desc = None
|
|
55
|
+
self._incident_product_category_acronym = None
|
|
56
|
+
self._can_use_support_plan = None
|
|
57
|
+
self.discriminator = None
|
|
58
|
+
|
|
59
|
+
if incident_product_category_id is not None:
|
|
60
|
+
self.incident_product_category_id = incident_product_category_id
|
|
61
|
+
if incident_product_category_name is not None:
|
|
62
|
+
self.incident_product_category_name = incident_product_category_name
|
|
63
|
+
if incident_product_category_desc is not None:
|
|
64
|
+
self.incident_product_category_desc = incident_product_category_desc
|
|
65
|
+
if incident_product_category_acronym is not None:
|
|
66
|
+
self.incident_product_category_acronym = incident_product_category_acronym
|
|
67
|
+
if can_use_support_plan is not None:
|
|
68
|
+
self.can_use_support_plan = can_use_support_plan
|
|
69
|
+
|
|
70
|
+
@property
|
|
71
|
+
def incident_product_category_id(self):
|
|
72
|
+
r"""Gets the incident_product_category_id of this IncidentProductCategoryV2.
|
|
73
|
+
|
|
74
|
+
产品类型id
|
|
75
|
+
|
|
76
|
+
:return: The incident_product_category_id of this IncidentProductCategoryV2.
|
|
77
|
+
:rtype: str
|
|
78
|
+
"""
|
|
79
|
+
return self._incident_product_category_id
|
|
80
|
+
|
|
81
|
+
@incident_product_category_id.setter
|
|
82
|
+
def incident_product_category_id(self, incident_product_category_id):
|
|
83
|
+
r"""Sets the incident_product_category_id of this IncidentProductCategoryV2.
|
|
84
|
+
|
|
85
|
+
产品类型id
|
|
86
|
+
|
|
87
|
+
:param incident_product_category_id: The incident_product_category_id of this IncidentProductCategoryV2.
|
|
88
|
+
:type incident_product_category_id: str
|
|
89
|
+
"""
|
|
90
|
+
self._incident_product_category_id = incident_product_category_id
|
|
91
|
+
|
|
92
|
+
@property
|
|
93
|
+
def incident_product_category_name(self):
|
|
94
|
+
r"""Gets the incident_product_category_name of this IncidentProductCategoryV2.
|
|
95
|
+
|
|
96
|
+
产品类型名称
|
|
97
|
+
|
|
98
|
+
:return: The incident_product_category_name of this IncidentProductCategoryV2.
|
|
99
|
+
:rtype: str
|
|
100
|
+
"""
|
|
101
|
+
return self._incident_product_category_name
|
|
102
|
+
|
|
103
|
+
@incident_product_category_name.setter
|
|
104
|
+
def incident_product_category_name(self, incident_product_category_name):
|
|
105
|
+
r"""Sets the incident_product_category_name of this IncidentProductCategoryV2.
|
|
106
|
+
|
|
107
|
+
产品类型名称
|
|
108
|
+
|
|
109
|
+
:param incident_product_category_name: The incident_product_category_name of this IncidentProductCategoryV2.
|
|
110
|
+
:type incident_product_category_name: str
|
|
111
|
+
"""
|
|
112
|
+
self._incident_product_category_name = incident_product_category_name
|
|
113
|
+
|
|
114
|
+
@property
|
|
115
|
+
def incident_product_category_desc(self):
|
|
116
|
+
r"""Gets the incident_product_category_desc of this IncidentProductCategoryV2.
|
|
117
|
+
|
|
118
|
+
产品类型描述
|
|
119
|
+
|
|
120
|
+
:return: The incident_product_category_desc of this IncidentProductCategoryV2.
|
|
121
|
+
:rtype: str
|
|
122
|
+
"""
|
|
123
|
+
return self._incident_product_category_desc
|
|
124
|
+
|
|
125
|
+
@incident_product_category_desc.setter
|
|
126
|
+
def incident_product_category_desc(self, incident_product_category_desc):
|
|
127
|
+
r"""Sets the incident_product_category_desc of this IncidentProductCategoryV2.
|
|
128
|
+
|
|
129
|
+
产品类型描述
|
|
130
|
+
|
|
131
|
+
:param incident_product_category_desc: The incident_product_category_desc of this IncidentProductCategoryV2.
|
|
132
|
+
:type incident_product_category_desc: str
|
|
133
|
+
"""
|
|
134
|
+
self._incident_product_category_desc = incident_product_category_desc
|
|
135
|
+
|
|
136
|
+
@property
|
|
137
|
+
def incident_product_category_acronym(self):
|
|
138
|
+
r"""Gets the incident_product_category_acronym of this IncidentProductCategoryV2.
|
|
139
|
+
|
|
140
|
+
产品类型简称
|
|
141
|
+
|
|
142
|
+
:return: The incident_product_category_acronym of this IncidentProductCategoryV2.
|
|
143
|
+
:rtype: str
|
|
144
|
+
"""
|
|
145
|
+
return self._incident_product_category_acronym
|
|
146
|
+
|
|
147
|
+
@incident_product_category_acronym.setter
|
|
148
|
+
def incident_product_category_acronym(self, incident_product_category_acronym):
|
|
149
|
+
r"""Sets the incident_product_category_acronym of this IncidentProductCategoryV2.
|
|
150
|
+
|
|
151
|
+
产品类型简称
|
|
152
|
+
|
|
153
|
+
:param incident_product_category_acronym: The incident_product_category_acronym of this IncidentProductCategoryV2.
|
|
154
|
+
:type incident_product_category_acronym: str
|
|
155
|
+
"""
|
|
156
|
+
self._incident_product_category_acronym = incident_product_category_acronym
|
|
157
|
+
|
|
158
|
+
@property
|
|
159
|
+
def can_use_support_plan(self):
|
|
160
|
+
r"""Gets the can_use_support_plan of this IncidentProductCategoryV2.
|
|
161
|
+
|
|
162
|
+
是否可以使用支持计划权益
|
|
163
|
+
|
|
164
|
+
:return: The can_use_support_plan of this IncidentProductCategoryV2.
|
|
165
|
+
:rtype: bool
|
|
166
|
+
"""
|
|
167
|
+
return self._can_use_support_plan
|
|
168
|
+
|
|
169
|
+
@can_use_support_plan.setter
|
|
170
|
+
def can_use_support_plan(self, can_use_support_plan):
|
|
171
|
+
r"""Sets the can_use_support_plan of this IncidentProductCategoryV2.
|
|
172
|
+
|
|
173
|
+
是否可以使用支持计划权益
|
|
174
|
+
|
|
175
|
+
:param can_use_support_plan: The can_use_support_plan of this IncidentProductCategoryV2.
|
|
176
|
+
:type can_use_support_plan: bool
|
|
177
|
+
"""
|
|
178
|
+
self._can_use_support_plan = can_use_support_plan
|
|
179
|
+
|
|
180
|
+
def to_dict(self):
|
|
181
|
+
result = {}
|
|
182
|
+
|
|
183
|
+
for attr, _ in self.openapi_types.items():
|
|
184
|
+
value = getattr(self, attr)
|
|
185
|
+
if isinstance(value, list):
|
|
186
|
+
result[attr] = list(map(
|
|
187
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
|
188
|
+
value
|
|
189
|
+
))
|
|
190
|
+
elif hasattr(value, "to_dict"):
|
|
191
|
+
result[attr] = value.to_dict()
|
|
192
|
+
elif isinstance(value, dict):
|
|
193
|
+
result[attr] = dict(map(
|
|
194
|
+
lambda item: (item[0], item[1].to_dict())
|
|
195
|
+
if hasattr(item[1], "to_dict") else item,
|
|
196
|
+
value.items()
|
|
197
|
+
))
|
|
198
|
+
else:
|
|
199
|
+
if attr in self.sensitive_list:
|
|
200
|
+
result[attr] = "****"
|
|
201
|
+
else:
|
|
202
|
+
result[attr] = value
|
|
203
|
+
|
|
204
|
+
return result
|
|
205
|
+
|
|
206
|
+
def to_str(self):
|
|
207
|
+
"""Returns the string representation of the model"""
|
|
208
|
+
import simplejson as json
|
|
209
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
|
210
|
+
|
|
211
|
+
def __repr__(self):
|
|
212
|
+
"""For `print`"""
|
|
213
|
+
return self.to_str()
|
|
214
|
+
|
|
215
|
+
def __eq__(self, other):
|
|
216
|
+
"""Returns true if both objects are equal"""
|
|
217
|
+
if not isinstance(other, IncidentProductCategoryV2):
|
|
218
|
+
return False
|
|
219
|
+
|
|
220
|
+
return self.__dict__ == other.__dict__
|
|
221
|
+
|
|
222
|
+
def __ne__(self, other):
|
|
223
|
+
"""Returns true if both objects are not equal"""
|
|
224
|
+
return not self == other
|
|
@@ -0,0 +1,280 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
class IncidentSatisfactionV2Do:
|
|
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
|
+
'value': 'int',
|
|
19
|
+
'satisfaction_id': 'int',
|
|
20
|
+
'satisfaction_value': 'int',
|
|
21
|
+
'satisfaction_name': 'str',
|
|
22
|
+
'per_value': 'int',
|
|
23
|
+
'sat_category_id': 'str',
|
|
24
|
+
'sat_category_name': 'str'
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
attribute_map = {
|
|
28
|
+
'value': 'value',
|
|
29
|
+
'satisfaction_id': 'satisfaction_id',
|
|
30
|
+
'satisfaction_value': 'satisfaction_value',
|
|
31
|
+
'satisfaction_name': 'satisfaction_name',
|
|
32
|
+
'per_value': 'per_value',
|
|
33
|
+
'sat_category_id': 'sat_category_id',
|
|
34
|
+
'sat_category_name': 'sat_category_name'
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
def __init__(self, value=None, satisfaction_id=None, satisfaction_value=None, satisfaction_name=None, per_value=None, sat_category_id=None, sat_category_name=None):
|
|
38
|
+
r"""IncidentSatisfactionV2Do
|
|
39
|
+
|
|
40
|
+
The model defined in huaweicloud sdk
|
|
41
|
+
|
|
42
|
+
:param value: 满意度总分数
|
|
43
|
+
:type value: int
|
|
44
|
+
:param satisfaction_id: 满意度分类id
|
|
45
|
+
:type satisfaction_id: int
|
|
46
|
+
:param satisfaction_value: 满意度的值
|
|
47
|
+
:type satisfaction_value: int
|
|
48
|
+
:param satisfaction_name: 满意度分类名称
|
|
49
|
+
:type satisfaction_name: str
|
|
50
|
+
:param per_value: 每格的分数
|
|
51
|
+
:type per_value: int
|
|
52
|
+
:param sat_category_id: 满意度维度id
|
|
53
|
+
:type sat_category_id: str
|
|
54
|
+
:param sat_category_name: 满意度维度名称
|
|
55
|
+
:type sat_category_name: str
|
|
56
|
+
"""
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
self._value = None
|
|
61
|
+
self._satisfaction_id = None
|
|
62
|
+
self._satisfaction_value = None
|
|
63
|
+
self._satisfaction_name = None
|
|
64
|
+
self._per_value = None
|
|
65
|
+
self._sat_category_id = None
|
|
66
|
+
self._sat_category_name = None
|
|
67
|
+
self.discriminator = None
|
|
68
|
+
|
|
69
|
+
if value is not None:
|
|
70
|
+
self.value = value
|
|
71
|
+
self.satisfaction_id = satisfaction_id
|
|
72
|
+
self.satisfaction_value = satisfaction_value
|
|
73
|
+
if satisfaction_name is not None:
|
|
74
|
+
self.satisfaction_name = satisfaction_name
|
|
75
|
+
if per_value is not None:
|
|
76
|
+
self.per_value = per_value
|
|
77
|
+
if sat_category_id is not None:
|
|
78
|
+
self.sat_category_id = sat_category_id
|
|
79
|
+
if sat_category_name is not None:
|
|
80
|
+
self.sat_category_name = sat_category_name
|
|
81
|
+
|
|
82
|
+
@property
|
|
83
|
+
def value(self):
|
|
84
|
+
r"""Gets the value of this IncidentSatisfactionV2Do.
|
|
85
|
+
|
|
86
|
+
满意度总分数
|
|
87
|
+
|
|
88
|
+
:return: The value of this IncidentSatisfactionV2Do.
|
|
89
|
+
:rtype: int
|
|
90
|
+
"""
|
|
91
|
+
return self._value
|
|
92
|
+
|
|
93
|
+
@value.setter
|
|
94
|
+
def value(self, value):
|
|
95
|
+
r"""Sets the value of this IncidentSatisfactionV2Do.
|
|
96
|
+
|
|
97
|
+
满意度总分数
|
|
98
|
+
|
|
99
|
+
:param value: The value of this IncidentSatisfactionV2Do.
|
|
100
|
+
:type value: int
|
|
101
|
+
"""
|
|
102
|
+
self._value = value
|
|
103
|
+
|
|
104
|
+
@property
|
|
105
|
+
def satisfaction_id(self):
|
|
106
|
+
r"""Gets the satisfaction_id of this IncidentSatisfactionV2Do.
|
|
107
|
+
|
|
108
|
+
满意度分类id
|
|
109
|
+
|
|
110
|
+
:return: The satisfaction_id of this IncidentSatisfactionV2Do.
|
|
111
|
+
:rtype: int
|
|
112
|
+
"""
|
|
113
|
+
return self._satisfaction_id
|
|
114
|
+
|
|
115
|
+
@satisfaction_id.setter
|
|
116
|
+
def satisfaction_id(self, satisfaction_id):
|
|
117
|
+
r"""Sets the satisfaction_id of this IncidentSatisfactionV2Do.
|
|
118
|
+
|
|
119
|
+
满意度分类id
|
|
120
|
+
|
|
121
|
+
:param satisfaction_id: The satisfaction_id of this IncidentSatisfactionV2Do.
|
|
122
|
+
:type satisfaction_id: int
|
|
123
|
+
"""
|
|
124
|
+
self._satisfaction_id = satisfaction_id
|
|
125
|
+
|
|
126
|
+
@property
|
|
127
|
+
def satisfaction_value(self):
|
|
128
|
+
r"""Gets the satisfaction_value of this IncidentSatisfactionV2Do.
|
|
129
|
+
|
|
130
|
+
满意度的值
|
|
131
|
+
|
|
132
|
+
:return: The satisfaction_value of this IncidentSatisfactionV2Do.
|
|
133
|
+
:rtype: int
|
|
134
|
+
"""
|
|
135
|
+
return self._satisfaction_value
|
|
136
|
+
|
|
137
|
+
@satisfaction_value.setter
|
|
138
|
+
def satisfaction_value(self, satisfaction_value):
|
|
139
|
+
r"""Sets the satisfaction_value of this IncidentSatisfactionV2Do.
|
|
140
|
+
|
|
141
|
+
满意度的值
|
|
142
|
+
|
|
143
|
+
:param satisfaction_value: The satisfaction_value of this IncidentSatisfactionV2Do.
|
|
144
|
+
:type satisfaction_value: int
|
|
145
|
+
"""
|
|
146
|
+
self._satisfaction_value = satisfaction_value
|
|
147
|
+
|
|
148
|
+
@property
|
|
149
|
+
def satisfaction_name(self):
|
|
150
|
+
r"""Gets the satisfaction_name of this IncidentSatisfactionV2Do.
|
|
151
|
+
|
|
152
|
+
满意度分类名称
|
|
153
|
+
|
|
154
|
+
:return: The satisfaction_name of this IncidentSatisfactionV2Do.
|
|
155
|
+
:rtype: str
|
|
156
|
+
"""
|
|
157
|
+
return self._satisfaction_name
|
|
158
|
+
|
|
159
|
+
@satisfaction_name.setter
|
|
160
|
+
def satisfaction_name(self, satisfaction_name):
|
|
161
|
+
r"""Sets the satisfaction_name of this IncidentSatisfactionV2Do.
|
|
162
|
+
|
|
163
|
+
满意度分类名称
|
|
164
|
+
|
|
165
|
+
:param satisfaction_name: The satisfaction_name of this IncidentSatisfactionV2Do.
|
|
166
|
+
:type satisfaction_name: str
|
|
167
|
+
"""
|
|
168
|
+
self._satisfaction_name = satisfaction_name
|
|
169
|
+
|
|
170
|
+
@property
|
|
171
|
+
def per_value(self):
|
|
172
|
+
r"""Gets the per_value of this IncidentSatisfactionV2Do.
|
|
173
|
+
|
|
174
|
+
每格的分数
|
|
175
|
+
|
|
176
|
+
:return: The per_value of this IncidentSatisfactionV2Do.
|
|
177
|
+
:rtype: int
|
|
178
|
+
"""
|
|
179
|
+
return self._per_value
|
|
180
|
+
|
|
181
|
+
@per_value.setter
|
|
182
|
+
def per_value(self, per_value):
|
|
183
|
+
r"""Sets the per_value of this IncidentSatisfactionV2Do.
|
|
184
|
+
|
|
185
|
+
每格的分数
|
|
186
|
+
|
|
187
|
+
:param per_value: The per_value of this IncidentSatisfactionV2Do.
|
|
188
|
+
:type per_value: int
|
|
189
|
+
"""
|
|
190
|
+
self._per_value = per_value
|
|
191
|
+
|
|
192
|
+
@property
|
|
193
|
+
def sat_category_id(self):
|
|
194
|
+
r"""Gets the sat_category_id of this IncidentSatisfactionV2Do.
|
|
195
|
+
|
|
196
|
+
满意度维度id
|
|
197
|
+
|
|
198
|
+
:return: The sat_category_id of this IncidentSatisfactionV2Do.
|
|
199
|
+
:rtype: str
|
|
200
|
+
"""
|
|
201
|
+
return self._sat_category_id
|
|
202
|
+
|
|
203
|
+
@sat_category_id.setter
|
|
204
|
+
def sat_category_id(self, sat_category_id):
|
|
205
|
+
r"""Sets the sat_category_id of this IncidentSatisfactionV2Do.
|
|
206
|
+
|
|
207
|
+
满意度维度id
|
|
208
|
+
|
|
209
|
+
:param sat_category_id: The sat_category_id of this IncidentSatisfactionV2Do.
|
|
210
|
+
:type sat_category_id: str
|
|
211
|
+
"""
|
|
212
|
+
self._sat_category_id = sat_category_id
|
|
213
|
+
|
|
214
|
+
@property
|
|
215
|
+
def sat_category_name(self):
|
|
216
|
+
r"""Gets the sat_category_name of this IncidentSatisfactionV2Do.
|
|
217
|
+
|
|
218
|
+
满意度维度名称
|
|
219
|
+
|
|
220
|
+
:return: The sat_category_name of this IncidentSatisfactionV2Do.
|
|
221
|
+
:rtype: str
|
|
222
|
+
"""
|
|
223
|
+
return self._sat_category_name
|
|
224
|
+
|
|
225
|
+
@sat_category_name.setter
|
|
226
|
+
def sat_category_name(self, sat_category_name):
|
|
227
|
+
r"""Sets the sat_category_name of this IncidentSatisfactionV2Do.
|
|
228
|
+
|
|
229
|
+
满意度维度名称
|
|
230
|
+
|
|
231
|
+
:param sat_category_name: The sat_category_name of this IncidentSatisfactionV2Do.
|
|
232
|
+
:type sat_category_name: str
|
|
233
|
+
"""
|
|
234
|
+
self._sat_category_name = sat_category_name
|
|
235
|
+
|
|
236
|
+
def to_dict(self):
|
|
237
|
+
result = {}
|
|
238
|
+
|
|
239
|
+
for attr, _ in self.openapi_types.items():
|
|
240
|
+
value = getattr(self, attr)
|
|
241
|
+
if isinstance(value, list):
|
|
242
|
+
result[attr] = list(map(
|
|
243
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
|
244
|
+
value
|
|
245
|
+
))
|
|
246
|
+
elif hasattr(value, "to_dict"):
|
|
247
|
+
result[attr] = value.to_dict()
|
|
248
|
+
elif isinstance(value, dict):
|
|
249
|
+
result[attr] = dict(map(
|
|
250
|
+
lambda item: (item[0], item[1].to_dict())
|
|
251
|
+
if hasattr(item[1], "to_dict") else item,
|
|
252
|
+
value.items()
|
|
253
|
+
))
|
|
254
|
+
else:
|
|
255
|
+
if attr in self.sensitive_list:
|
|
256
|
+
result[attr] = "****"
|
|
257
|
+
else:
|
|
258
|
+
result[attr] = value
|
|
259
|
+
|
|
260
|
+
return result
|
|
261
|
+
|
|
262
|
+
def to_str(self):
|
|
263
|
+
"""Returns the string representation of the model"""
|
|
264
|
+
import simplejson as json
|
|
265
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
|
266
|
+
|
|
267
|
+
def __repr__(self):
|
|
268
|
+
"""For `print`"""
|
|
269
|
+
return self.to_str()
|
|
270
|
+
|
|
271
|
+
def __eq__(self, other):
|
|
272
|
+
"""Returns true if both objects are equal"""
|
|
273
|
+
if not isinstance(other, IncidentSatisfactionV2Do):
|
|
274
|
+
return False
|
|
275
|
+
|
|
276
|
+
return self.__dict__ == other.__dict__
|
|
277
|
+
|
|
278
|
+
def __ne__(self, other):
|
|
279
|
+
"""Returns true if both objects are not equal"""
|
|
280
|
+
return not self == other
|