huaweicloudsdkcodeartsbuild 3.1.151__py2.py3-none-any.whl → 3.1.152__py2.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.
- huaweicloudsdkcodeartsbuild/v3/__init__.py +57 -0
- huaweicloudsdkcodeartsbuild/v3/codeartsbuild_async_client.py +2171 -906
- huaweicloudsdkcodeartsbuild/v3/codeartsbuild_client.py +2171 -906
- huaweicloudsdkcodeartsbuild/v3/model/__init__.py +57 -0
- huaweicloudsdkcodeartsbuild/v3/model/build_parameter.py +144 -0
- huaweicloudsdkcodeartsbuild/v3/model/check_job_count_is_top_limit_request.py +84 -0
- huaweicloudsdkcodeartsbuild/v3/model/check_job_count_is_top_limit_response.py +174 -0
- huaweicloudsdkcodeartsbuild/v3/model/download_junit_coverage_zip_request.py +170 -0
- huaweicloudsdkcodeartsbuild/v3/model/download_junit_coverage_zip_response.py +85 -0
- huaweicloudsdkcodeartsbuild/v3/model/is_disable_result.py +260 -0
- huaweicloudsdkcodeartsbuild/v3/model/job_status_body.py +173 -0
- huaweicloudsdkcodeartsbuild/v3/model/job_summary.py +202 -0
- huaweicloudsdkcodeartsbuild/v3/model/job_summary_body_result.py +111 -0
- huaweicloudsdkcodeartsbuild/v3/model/job_update_record_list_vo_result.py +144 -0
- huaweicloudsdkcodeartsbuild/v3/model/job_update_record_list_vo_result_job_update_records.py +289 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_build_parameter_request.py +142 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_build_parameter_response.py +174 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_custom_template_request.py +231 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_custom_template_response.py +170 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_job_request.py +84 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_job_response.py +141 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_job_result.py +144 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_job_result_job_list.py +1217 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_junit_coverage_summary_request.py +142 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_junit_coverage_summary_response.py +170 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_junit_coverage_summary_result.py +115 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_junit_coverage_summary_result_unit_summary_list.py +231 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_keystore_search_request.py +173 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_keystore_search_response.py +170 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_keystore_search_response_body_result.py +144 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_keystore_search_response_body_result_keystore_list.py +517 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_keystore_search_response_body_result_permission.py +231 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_repo_branch_request.py +142 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_repo_branch_response.py +145 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_repository_request.py +114 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_repository_response.py +170 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_update_job_history_request.py +172 -0
- huaweicloudsdkcodeartsbuild/v3/model/list_update_job_history_response.py +170 -0
- huaweicloudsdkcodeartsbuild/v3/model/query_custom_templates_result.py +144 -0
- huaweicloudsdkcodeartsbuild/v3/model/repositories_result.py +144 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_build_record_flow_graph_request.py +114 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_build_record_flow_graph_response.py +170 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_copy_name_request.py +114 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_copy_name_response.py +174 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_default_project_permission_request.py +142 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_default_project_permission_response.py +174 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_default_project_permission_response_body_result.py +347 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_disable_request.py +114 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_disable_response.py +170 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_job_build_record_detail_request.py +142 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_job_build_record_detail_response.py +170 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_job_step_status_request.py +143 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_job_step_status_response.py +170 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_job_total_request.py +172 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_job_total_response.py +170 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_summary_build_job_info_request.py +84 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_summary_build_job_info_response.py +170 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_user_over_package_quota_request.py +114 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_user_over_package_quota_response.py +170 -0
- huaweicloudsdkcodeartsbuild/v3/model/show_user_over_package_quota_result.py +173 -0
- huaweicloudsdkcodeartsbuild/v3/model/total_response_body_result.py +115 -0
- {huaweicloudsdkcodeartsbuild-3.1.151.dist-info → huaweicloudsdkcodeartsbuild-3.1.152.dist-info}/METADATA +2 -2
- {huaweicloudsdkcodeartsbuild-3.1.151.dist-info → huaweicloudsdkcodeartsbuild-3.1.152.dist-info}/RECORD +66 -9
- {huaweicloudsdkcodeartsbuild-3.1.151.dist-info → huaweicloudsdkcodeartsbuild-3.1.152.dist-info}/LICENSE +0 -0
- {huaweicloudsdkcodeartsbuild-3.1.151.dist-info → huaweicloudsdkcodeartsbuild-3.1.152.dist-info}/WHEEL +0 -0
- {huaweicloudsdkcodeartsbuild-3.1.151.dist-info → huaweicloudsdkcodeartsbuild-3.1.152.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,202 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
|
3
|
+
import six
|
4
|
+
|
5
|
+
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
|
6
|
+
|
7
|
+
|
8
|
+
class JobSummary:
|
9
|
+
|
10
|
+
"""
|
11
|
+
Attributes:
|
12
|
+
openapi_types (dict): The key is attribute name
|
13
|
+
and the value is attribute type.
|
14
|
+
attribute_map (dict): The key is attribute name
|
15
|
+
and the value is json key in definition.
|
16
|
+
"""
|
17
|
+
sensitive_list = []
|
18
|
+
|
19
|
+
openapi_types = {
|
20
|
+
'avg_success_ratio': 'int',
|
21
|
+
'build_no': 'int',
|
22
|
+
'job_total': 'int',
|
23
|
+
'version_total': 'str'
|
24
|
+
}
|
25
|
+
|
26
|
+
attribute_map = {
|
27
|
+
'avg_success_ratio': 'avg_success_ratio',
|
28
|
+
'build_no': 'build_no',
|
29
|
+
'job_total': 'job_total',
|
30
|
+
'version_total': 'version_total'
|
31
|
+
}
|
32
|
+
|
33
|
+
def __init__(self, avg_success_ratio=None, build_no=None, job_total=None, version_total=None):
|
34
|
+
r"""JobSummary
|
35
|
+
|
36
|
+
The model defined in huaweicloud sdk
|
37
|
+
|
38
|
+
:param avg_success_ratio: 构建成功率
|
39
|
+
:type avg_success_ratio: int
|
40
|
+
:param build_no: 构建总时长
|
41
|
+
:type build_no: int
|
42
|
+
:param job_total: 任务总数
|
43
|
+
:type job_total: int
|
44
|
+
:param version_total: 版本
|
45
|
+
:type version_total: str
|
46
|
+
"""
|
47
|
+
|
48
|
+
|
49
|
+
|
50
|
+
self._avg_success_ratio = None
|
51
|
+
self._build_no = None
|
52
|
+
self._job_total = None
|
53
|
+
self._version_total = None
|
54
|
+
self.discriminator = None
|
55
|
+
|
56
|
+
if avg_success_ratio is not None:
|
57
|
+
self.avg_success_ratio = avg_success_ratio
|
58
|
+
if build_no is not None:
|
59
|
+
self.build_no = build_no
|
60
|
+
if job_total is not None:
|
61
|
+
self.job_total = job_total
|
62
|
+
if version_total is not None:
|
63
|
+
self.version_total = version_total
|
64
|
+
|
65
|
+
@property
|
66
|
+
def avg_success_ratio(self):
|
67
|
+
r"""Gets the avg_success_ratio of this JobSummary.
|
68
|
+
|
69
|
+
构建成功率
|
70
|
+
|
71
|
+
:return: The avg_success_ratio of this JobSummary.
|
72
|
+
:rtype: int
|
73
|
+
"""
|
74
|
+
return self._avg_success_ratio
|
75
|
+
|
76
|
+
@avg_success_ratio.setter
|
77
|
+
def avg_success_ratio(self, avg_success_ratio):
|
78
|
+
r"""Sets the avg_success_ratio of this JobSummary.
|
79
|
+
|
80
|
+
构建成功率
|
81
|
+
|
82
|
+
:param avg_success_ratio: The avg_success_ratio of this JobSummary.
|
83
|
+
:type avg_success_ratio: int
|
84
|
+
"""
|
85
|
+
self._avg_success_ratio = avg_success_ratio
|
86
|
+
|
87
|
+
@property
|
88
|
+
def build_no(self):
|
89
|
+
r"""Gets the build_no of this JobSummary.
|
90
|
+
|
91
|
+
构建总时长
|
92
|
+
|
93
|
+
:return: The build_no of this JobSummary.
|
94
|
+
:rtype: int
|
95
|
+
"""
|
96
|
+
return self._build_no
|
97
|
+
|
98
|
+
@build_no.setter
|
99
|
+
def build_no(self, build_no):
|
100
|
+
r"""Sets the build_no of this JobSummary.
|
101
|
+
|
102
|
+
构建总时长
|
103
|
+
|
104
|
+
:param build_no: The build_no of this JobSummary.
|
105
|
+
:type build_no: int
|
106
|
+
"""
|
107
|
+
self._build_no = build_no
|
108
|
+
|
109
|
+
@property
|
110
|
+
def job_total(self):
|
111
|
+
r"""Gets the job_total of this JobSummary.
|
112
|
+
|
113
|
+
任务总数
|
114
|
+
|
115
|
+
:return: The job_total of this JobSummary.
|
116
|
+
:rtype: int
|
117
|
+
"""
|
118
|
+
return self._job_total
|
119
|
+
|
120
|
+
@job_total.setter
|
121
|
+
def job_total(self, job_total):
|
122
|
+
r"""Sets the job_total of this JobSummary.
|
123
|
+
|
124
|
+
任务总数
|
125
|
+
|
126
|
+
:param job_total: The job_total of this JobSummary.
|
127
|
+
:type job_total: int
|
128
|
+
"""
|
129
|
+
self._job_total = job_total
|
130
|
+
|
131
|
+
@property
|
132
|
+
def version_total(self):
|
133
|
+
r"""Gets the version_total of this JobSummary.
|
134
|
+
|
135
|
+
版本
|
136
|
+
|
137
|
+
:return: The version_total of this JobSummary.
|
138
|
+
:rtype: str
|
139
|
+
"""
|
140
|
+
return self._version_total
|
141
|
+
|
142
|
+
@version_total.setter
|
143
|
+
def version_total(self, version_total):
|
144
|
+
r"""Sets the version_total of this JobSummary.
|
145
|
+
|
146
|
+
版本
|
147
|
+
|
148
|
+
:param version_total: The version_total of this JobSummary.
|
149
|
+
:type version_total: str
|
150
|
+
"""
|
151
|
+
self._version_total = version_total
|
152
|
+
|
153
|
+
def to_dict(self):
|
154
|
+
"""Returns the model properties as a dict"""
|
155
|
+
result = {}
|
156
|
+
|
157
|
+
for attr, _ in six.iteritems(self.openapi_types):
|
158
|
+
value = getattr(self, attr)
|
159
|
+
if isinstance(value, list):
|
160
|
+
result[attr] = list(map(
|
161
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
162
|
+
value
|
163
|
+
))
|
164
|
+
elif hasattr(value, "to_dict"):
|
165
|
+
result[attr] = value.to_dict()
|
166
|
+
elif isinstance(value, dict):
|
167
|
+
result[attr] = dict(map(
|
168
|
+
lambda item: (item[0], item[1].to_dict())
|
169
|
+
if hasattr(item[1], "to_dict") else item,
|
170
|
+
value.items()
|
171
|
+
))
|
172
|
+
else:
|
173
|
+
if attr in self.sensitive_list:
|
174
|
+
result[attr] = "****"
|
175
|
+
else:
|
176
|
+
result[attr] = value
|
177
|
+
|
178
|
+
return result
|
179
|
+
|
180
|
+
def to_str(self):
|
181
|
+
"""Returns the string representation of the model"""
|
182
|
+
import simplejson as json
|
183
|
+
if six.PY2:
|
184
|
+
import sys
|
185
|
+
reload(sys)
|
186
|
+
sys.setdefaultencoding("utf-8")
|
187
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
188
|
+
|
189
|
+
def __repr__(self):
|
190
|
+
"""For `print`"""
|
191
|
+
return self.to_str()
|
192
|
+
|
193
|
+
def __eq__(self, other):
|
194
|
+
"""Returns true if both objects are equal"""
|
195
|
+
if not isinstance(other, JobSummary):
|
196
|
+
return False
|
197
|
+
|
198
|
+
return self.__dict__ == other.__dict__
|
199
|
+
|
200
|
+
def __ne__(self, other):
|
201
|
+
"""Returns true if both objects are not equal"""
|
202
|
+
return not self == other
|
@@ -0,0 +1,111 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
|
3
|
+
import six
|
4
|
+
|
5
|
+
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
|
6
|
+
|
7
|
+
|
8
|
+
class JobSummaryBodyResult:
|
9
|
+
|
10
|
+
"""
|
11
|
+
Attributes:
|
12
|
+
openapi_types (dict): The key is attribute name
|
13
|
+
and the value is attribute type.
|
14
|
+
attribute_map (dict): The key is attribute name
|
15
|
+
and the value is json key in definition.
|
16
|
+
"""
|
17
|
+
sensitive_list = []
|
18
|
+
|
19
|
+
openapi_types = {
|
20
|
+
'summary': 'JobSummary'
|
21
|
+
}
|
22
|
+
|
23
|
+
attribute_map = {
|
24
|
+
'summary': 'summary'
|
25
|
+
}
|
26
|
+
|
27
|
+
def __init__(self, summary=None):
|
28
|
+
r"""JobSummaryBodyResult
|
29
|
+
|
30
|
+
The model defined in huaweicloud sdk
|
31
|
+
|
32
|
+
:param summary:
|
33
|
+
:type summary: :class:`huaweicloudsdkcodeartsbuild.v3.JobSummary`
|
34
|
+
"""
|
35
|
+
|
36
|
+
|
37
|
+
|
38
|
+
self._summary = None
|
39
|
+
self.discriminator = None
|
40
|
+
|
41
|
+
if summary is not None:
|
42
|
+
self.summary = summary
|
43
|
+
|
44
|
+
@property
|
45
|
+
def summary(self):
|
46
|
+
r"""Gets the summary of this JobSummaryBodyResult.
|
47
|
+
|
48
|
+
:return: The summary of this JobSummaryBodyResult.
|
49
|
+
:rtype: :class:`huaweicloudsdkcodeartsbuild.v3.JobSummary`
|
50
|
+
"""
|
51
|
+
return self._summary
|
52
|
+
|
53
|
+
@summary.setter
|
54
|
+
def summary(self, summary):
|
55
|
+
r"""Sets the summary of this JobSummaryBodyResult.
|
56
|
+
|
57
|
+
:param summary: The summary of this JobSummaryBodyResult.
|
58
|
+
:type summary: :class:`huaweicloudsdkcodeartsbuild.v3.JobSummary`
|
59
|
+
"""
|
60
|
+
self._summary = summary
|
61
|
+
|
62
|
+
def to_dict(self):
|
63
|
+
"""Returns the model properties as a dict"""
|
64
|
+
result = {}
|
65
|
+
|
66
|
+
for attr, _ in six.iteritems(self.openapi_types):
|
67
|
+
value = getattr(self, attr)
|
68
|
+
if isinstance(value, list):
|
69
|
+
result[attr] = list(map(
|
70
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
71
|
+
value
|
72
|
+
))
|
73
|
+
elif hasattr(value, "to_dict"):
|
74
|
+
result[attr] = value.to_dict()
|
75
|
+
elif isinstance(value, dict):
|
76
|
+
result[attr] = dict(map(
|
77
|
+
lambda item: (item[0], item[1].to_dict())
|
78
|
+
if hasattr(item[1], "to_dict") else item,
|
79
|
+
value.items()
|
80
|
+
))
|
81
|
+
else:
|
82
|
+
if attr in self.sensitive_list:
|
83
|
+
result[attr] = "****"
|
84
|
+
else:
|
85
|
+
result[attr] = value
|
86
|
+
|
87
|
+
return result
|
88
|
+
|
89
|
+
def to_str(self):
|
90
|
+
"""Returns the string representation of the model"""
|
91
|
+
import simplejson as json
|
92
|
+
if six.PY2:
|
93
|
+
import sys
|
94
|
+
reload(sys)
|
95
|
+
sys.setdefaultencoding("utf-8")
|
96
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
97
|
+
|
98
|
+
def __repr__(self):
|
99
|
+
"""For `print`"""
|
100
|
+
return self.to_str()
|
101
|
+
|
102
|
+
def __eq__(self, other):
|
103
|
+
"""Returns true if both objects are equal"""
|
104
|
+
if not isinstance(other, JobSummaryBodyResult):
|
105
|
+
return False
|
106
|
+
|
107
|
+
return self.__dict__ == other.__dict__
|
108
|
+
|
109
|
+
def __ne__(self, other):
|
110
|
+
"""Returns true if both objects are not equal"""
|
111
|
+
return not self == other
|
@@ -0,0 +1,144 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
|
3
|
+
import six
|
4
|
+
|
5
|
+
from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
|
6
|
+
|
7
|
+
|
8
|
+
class JobUpdateRecordListVoResult:
|
9
|
+
|
10
|
+
"""
|
11
|
+
Attributes:
|
12
|
+
openapi_types (dict): The key is attribute name
|
13
|
+
and the value is attribute type.
|
14
|
+
attribute_map (dict): The key is attribute name
|
15
|
+
and the value is json key in definition.
|
16
|
+
"""
|
17
|
+
sensitive_list = []
|
18
|
+
|
19
|
+
openapi_types = {
|
20
|
+
'job_update_records': 'list[JobUpdateRecordListVoResultJobUpdateRecords]',
|
21
|
+
'total': 'int'
|
22
|
+
}
|
23
|
+
|
24
|
+
attribute_map = {
|
25
|
+
'job_update_records': 'job_update_records',
|
26
|
+
'total': 'total'
|
27
|
+
}
|
28
|
+
|
29
|
+
def __init__(self, job_update_records=None, total=None):
|
30
|
+
r"""JobUpdateRecordListVoResult
|
31
|
+
|
32
|
+
The model defined in huaweicloud sdk
|
33
|
+
|
34
|
+
:param job_update_records: job_update_records
|
35
|
+
:type job_update_records: list[:class:`huaweicloudsdkcodeartsbuild.v3.JobUpdateRecordListVoResultJobUpdateRecords`]
|
36
|
+
:param total: 总数
|
37
|
+
:type total: int
|
38
|
+
"""
|
39
|
+
|
40
|
+
|
41
|
+
|
42
|
+
self._job_update_records = None
|
43
|
+
self._total = None
|
44
|
+
self.discriminator = None
|
45
|
+
|
46
|
+
if job_update_records is not None:
|
47
|
+
self.job_update_records = job_update_records
|
48
|
+
if total is not None:
|
49
|
+
self.total = total
|
50
|
+
|
51
|
+
@property
|
52
|
+
def job_update_records(self):
|
53
|
+
r"""Gets the job_update_records of this JobUpdateRecordListVoResult.
|
54
|
+
|
55
|
+
job_update_records
|
56
|
+
|
57
|
+
:return: The job_update_records of this JobUpdateRecordListVoResult.
|
58
|
+
:rtype: list[:class:`huaweicloudsdkcodeartsbuild.v3.JobUpdateRecordListVoResultJobUpdateRecords`]
|
59
|
+
"""
|
60
|
+
return self._job_update_records
|
61
|
+
|
62
|
+
@job_update_records.setter
|
63
|
+
def job_update_records(self, job_update_records):
|
64
|
+
r"""Sets the job_update_records of this JobUpdateRecordListVoResult.
|
65
|
+
|
66
|
+
job_update_records
|
67
|
+
|
68
|
+
:param job_update_records: The job_update_records of this JobUpdateRecordListVoResult.
|
69
|
+
:type job_update_records: list[:class:`huaweicloudsdkcodeartsbuild.v3.JobUpdateRecordListVoResultJobUpdateRecords`]
|
70
|
+
"""
|
71
|
+
self._job_update_records = job_update_records
|
72
|
+
|
73
|
+
@property
|
74
|
+
def total(self):
|
75
|
+
r"""Gets the total of this JobUpdateRecordListVoResult.
|
76
|
+
|
77
|
+
总数
|
78
|
+
|
79
|
+
:return: The total of this JobUpdateRecordListVoResult.
|
80
|
+
:rtype: int
|
81
|
+
"""
|
82
|
+
return self._total
|
83
|
+
|
84
|
+
@total.setter
|
85
|
+
def total(self, total):
|
86
|
+
r"""Sets the total of this JobUpdateRecordListVoResult.
|
87
|
+
|
88
|
+
总数
|
89
|
+
|
90
|
+
:param total: The total of this JobUpdateRecordListVoResult.
|
91
|
+
:type total: int
|
92
|
+
"""
|
93
|
+
self._total = total
|
94
|
+
|
95
|
+
def to_dict(self):
|
96
|
+
"""Returns the model properties as a dict"""
|
97
|
+
result = {}
|
98
|
+
|
99
|
+
for attr, _ in six.iteritems(self.openapi_types):
|
100
|
+
value = getattr(self, attr)
|
101
|
+
if isinstance(value, list):
|
102
|
+
result[attr] = list(map(
|
103
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
104
|
+
value
|
105
|
+
))
|
106
|
+
elif hasattr(value, "to_dict"):
|
107
|
+
result[attr] = value.to_dict()
|
108
|
+
elif isinstance(value, dict):
|
109
|
+
result[attr] = dict(map(
|
110
|
+
lambda item: (item[0], item[1].to_dict())
|
111
|
+
if hasattr(item[1], "to_dict") else item,
|
112
|
+
value.items()
|
113
|
+
))
|
114
|
+
else:
|
115
|
+
if attr in self.sensitive_list:
|
116
|
+
result[attr] = "****"
|
117
|
+
else:
|
118
|
+
result[attr] = value
|
119
|
+
|
120
|
+
return result
|
121
|
+
|
122
|
+
def to_str(self):
|
123
|
+
"""Returns the string representation of the model"""
|
124
|
+
import simplejson as json
|
125
|
+
if six.PY2:
|
126
|
+
import sys
|
127
|
+
reload(sys)
|
128
|
+
sys.setdefaultencoding("utf-8")
|
129
|
+
return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
|
130
|
+
|
131
|
+
def __repr__(self):
|
132
|
+
"""For `print`"""
|
133
|
+
return self.to_str()
|
134
|
+
|
135
|
+
def __eq__(self, other):
|
136
|
+
"""Returns true if both objects are equal"""
|
137
|
+
if not isinstance(other, JobUpdateRecordListVoResult):
|
138
|
+
return False
|
139
|
+
|
140
|
+
return self.__dict__ == other.__dict__
|
141
|
+
|
142
|
+
def __ne__(self, other):
|
143
|
+
"""Returns true if both objects are not equal"""
|
144
|
+
return not self == other
|