huaweicloudsdkcodeartsbuild 3.1.148__py2.py3-none-any.whl → 3.1.150__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.
Files changed (88) hide show
  1. huaweicloudsdkcodeartsbuild/v3/__init__.py +77 -2
  2. huaweicloudsdkcodeartsbuild/v3/codeartsbuild_async_client.py +1619 -123
  3. huaweicloudsdkcodeartsbuild/v3/codeartsbuild_client.py +1619 -123
  4. huaweicloudsdkcodeartsbuild/v3/model/__init__.py +77 -2
  5. huaweicloudsdkcodeartsbuild/v3/model/build_info_record.py +604 -0
  6. huaweicloudsdkcodeartsbuild/v3/model/build_info_record_commit_info.py +144 -0
  7. huaweicloudsdkcodeartsbuild/v3/model/build_params.py +173 -0
  8. huaweicloudsdkcodeartsbuild/v3/model/build_params_body_result.py +115 -0
  9. huaweicloudsdkcodeartsbuild/v3/model/build_record.py +981 -0
  10. huaweicloudsdkcodeartsbuild/v3/model/build_record_build_record_type.py +202 -0
  11. huaweicloudsdkcodeartsbuild/v3/model/build_record_parameters.py +202 -0
  12. huaweicloudsdkcodeartsbuild/v3/model/build_stage_record.py +608 -0
  13. huaweicloudsdkcodeartsbuild/v3/model/constraints.py +173 -0
  14. huaweicloudsdkcodeartsbuild/v3/model/download_real_time_log_request.py +199 -0
  15. huaweicloudsdkcodeartsbuild/v3/model/download_real_time_log_response.py +170 -0
  16. huaweicloudsdkcodeartsbuild/v3/model/{flow_graph_result.py → flow_graph2_result.py} +15 -15
  17. huaweicloudsdkcodeartsbuild/v3/model/{flow_graph_result_edges.py → flow_graph2_result_edges.py} +11 -11
  18. huaweicloudsdkcodeartsbuild/v3/model/full_stages_result.py +115 -0
  19. huaweicloudsdkcodeartsbuild/v3/model/list_build_info_record_body_result.py +231 -0
  20. huaweicloudsdkcodeartsbuild/v3/model/list_build_info_record_by_job_id_request.py +228 -0
  21. huaweicloudsdkcodeartsbuild/v3/model/list_build_info_record_by_job_id_response.py +170 -0
  22. huaweicloudsdkcodeartsbuild/v3/model/list_build_info_record_request.py +228 -0
  23. huaweicloudsdkcodeartsbuild/v3/model/list_build_info_record_response.py +170 -0
  24. huaweicloudsdkcodeartsbuild/v3/model/list_official_template_request.py +173 -0
  25. huaweicloudsdkcodeartsbuild/v3/model/list_official_template_response.py +170 -0
  26. huaweicloudsdkcodeartsbuild/v3/model/list_official_template_result.py +144 -0
  27. huaweicloudsdkcodeartsbuild/v3/model/list_project_jobs_request.py +373 -0
  28. huaweicloudsdkcodeartsbuild/v3/model/list_project_jobs_response.py +145 -0
  29. huaweicloudsdkcodeartsbuild/v3/model/list_recycling_job_request.py +173 -0
  30. huaweicloudsdkcodeartsbuild/v3/model/list_recycling_job_response.py +228 -0
  31. huaweicloudsdkcodeartsbuild/v3/model/parameter.py +144 -0
  32. huaweicloudsdkcodeartsbuild/v3/model/params.py +289 -0
  33. huaweicloudsdkcodeartsbuild/v3/model/real_time_log_response_body_result.py +202 -0
  34. huaweicloudsdkcodeartsbuild/v3/model/recycling_job.py +347 -0
  35. huaweicloudsdkcodeartsbuild/v3/model/recycling_jobs_result.py +173 -0
  36. huaweicloudsdkcodeartsbuild/v3/model/show_build_params_list_request.py +84 -0
  37. huaweicloudsdkcodeartsbuild/v3/model/show_build_params_list_response.py +170 -0
  38. huaweicloudsdkcodeartsbuild/v3/model/show_build_record_build_script_request.py +114 -0
  39. huaweicloudsdkcodeartsbuild/v3/model/show_build_record_build_script_response.py +174 -0
  40. huaweicloudsdkcodeartsbuild/v3/model/show_build_record_full_stages_request.py +143 -0
  41. huaweicloudsdkcodeartsbuild/v3/model/show_build_record_full_stages_response.py +170 -0
  42. huaweicloudsdkcodeartsbuild/v3/model/show_build_record_request.py +114 -0
  43. huaweicloudsdkcodeartsbuild/v3/model/show_build_record_response.py +170 -0
  44. huaweicloudsdkcodeartsbuild/v3/model/show_flow_graph_response.py +4 -4
  45. huaweicloudsdkcodeartsbuild/v3/model/show_image_template_list_request.py +84 -0
  46. huaweicloudsdkcodeartsbuild/v3/model/show_image_template_list_response.py +170 -0
  47. huaweicloudsdkcodeartsbuild/v3/model/show_image_template_list_response_body_result.py +115 -0
  48. huaweicloudsdkcodeartsbuild/v3/model/show_image_template_list_response_body_result_image_templates.py +318 -0
  49. huaweicloudsdkcodeartsbuild/v3/model/show_job_build_success_ratio_request.py +199 -0
  50. huaweicloudsdkcodeartsbuild/v3/model/show_job_build_success_ratio_response.py +141 -0
  51. huaweicloudsdkcodeartsbuild/v3/model/show_job_build_success_ratio_result.py +260 -0
  52. huaweicloudsdkcodeartsbuild/v3/model/show_job_build_success_ratio_result_every_day_report.py +144 -0
  53. huaweicloudsdkcodeartsbuild/v3/model/show_job_build_time_request.py +199 -0
  54. huaweicloudsdkcodeartsbuild/v3/model/show_job_build_time_response.py +141 -0
  55. huaweicloudsdkcodeartsbuild/v3/model/show_job_build_time_result.py +231 -0
  56. huaweicloudsdkcodeartsbuild/v3/model/show_job_build_time_result_chart.py +202 -0
  57. huaweicloudsdkcodeartsbuild/v3/model/show_job_config_diff_request.py +170 -0
  58. huaweicloudsdkcodeartsbuild/v3/model/show_job_config_diff_response.py +145 -0
  59. huaweicloudsdkcodeartsbuild/v3/model/show_job_config_request.py +143 -0
  60. huaweicloudsdkcodeartsbuild/v3/model/show_job_config_response.py +170 -0
  61. huaweicloudsdkcodeartsbuild/v3/model/show_job_info_request.py +114 -0
  62. huaweicloudsdkcodeartsbuild/v3/model/show_job_info_response.py +170 -0
  63. huaweicloudsdkcodeartsbuild/v3/model/show_job_info_result.py +724 -0
  64. huaweicloudsdkcodeartsbuild/v3/model/show_job_role_permission_request.py +114 -0
  65. huaweicloudsdkcodeartsbuild/v3/model/show_job_role_permission_response.py +145 -0
  66. huaweicloudsdkcodeartsbuild/v3/model/show_job_role_permission_result.py +492 -0
  67. huaweicloudsdkcodeartsbuild/v3/model/show_job_system_parameters_request.py +84 -0
  68. huaweicloudsdkcodeartsbuild/v3/model/show_job_system_parameters_response.py +174 -0
  69. huaweicloudsdkcodeartsbuild/v3/model/show_project_permission_request.py +114 -0
  70. huaweicloudsdkcodeartsbuild/v3/model/show_project_permission_response.py +170 -0
  71. huaweicloudsdkcodeartsbuild/v3/model/show_report_summary.py +463 -0
  72. huaweicloudsdkcodeartsbuild/v3/model/show_report_summary_body_result.py +140 -0
  73. huaweicloudsdkcodeartsbuild/v3/model/show_report_summary_request.py +142 -0
  74. huaweicloudsdkcodeartsbuild/v3/model/show_report_summary_response.py +170 -0
  75. huaweicloudsdkcodeartsbuild/v3/model/show_running_status_request.py +114 -0
  76. huaweicloudsdkcodeartsbuild/v3/model/show_running_status_response.py +170 -0
  77. huaweicloudsdkcodeartsbuild/v3/model/show_running_status_result.py +202 -0
  78. huaweicloudsdkcodeartsbuild/v3/model/show_user_project_permission_result.py +260 -0
  79. huaweicloudsdkcodeartsbuild/v3/model/show_yaml_template_request.py +143 -0
  80. huaweicloudsdkcodeartsbuild/v3/model/show_yaml_template_response.py +174 -0
  81. huaweicloudsdkcodeartsbuild/v3/model/system_parameters_result.py +173 -0
  82. huaweicloudsdkcodeartsbuild/v3/model/template_list.py +459 -0
  83. huaweicloudsdkcodeartsbuild/v3/region/codeartsbuild_region.py +6 -0
  84. {huaweicloudsdkcodeartsbuild-3.1.148.dist-info → huaweicloudsdkcodeartsbuild-3.1.150.dist-info}/METADATA +2 -2
  85. {huaweicloudsdkcodeartsbuild-3.1.148.dist-info → huaweicloudsdkcodeartsbuild-3.1.150.dist-info}/RECORD +88 -13
  86. {huaweicloudsdkcodeartsbuild-3.1.148.dist-info → huaweicloudsdkcodeartsbuild-3.1.150.dist-info}/LICENSE +0 -0
  87. {huaweicloudsdkcodeartsbuild-3.1.148.dist-info → huaweicloudsdkcodeartsbuild-3.1.150.dist-info}/WHEEL +0 -0
  88. {huaweicloudsdkcodeartsbuild-3.1.148.dist-info → huaweicloudsdkcodeartsbuild-3.1.150.dist-info}/top_level.txt +0 -0
@@ -5,7 +5,7 @@ import six
5
5
  from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
6
6
 
7
7
 
8
- class FlowGraphResultEdges:
8
+ class FlowGraph2ResultEdges:
9
9
 
10
10
  """
11
11
  Attributes:
@@ -27,7 +27,7 @@ class FlowGraphResultEdges:
27
27
  }
28
28
 
29
29
  def __init__(self, _from=None, to=None):
30
- r"""FlowGraphResultEdges
30
+ r"""FlowGraph2ResultEdges
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -50,44 +50,44 @@ class FlowGraphResultEdges:
50
50
 
51
51
  @property
52
52
  def _from(self):
53
- r"""Gets the _from of this FlowGraphResultEdges.
53
+ r"""Gets the _from of this FlowGraph2ResultEdges.
54
54
 
55
55
  依赖子任务ID
56
56
 
57
- :return: The _from of this FlowGraphResultEdges.
57
+ :return: The _from of this FlowGraph2ResultEdges.
58
58
  :rtype: str
59
59
  """
60
60
  return self.__from
61
61
 
62
62
  @_from.setter
63
63
  def _from(self, _from):
64
- r"""Sets the _from of this FlowGraphResultEdges.
64
+ r"""Sets the _from of this FlowGraph2ResultEdges.
65
65
 
66
66
  依赖子任务ID
67
67
 
68
- :param _from: The _from of this FlowGraphResultEdges.
68
+ :param _from: The _from of this FlowGraph2ResultEdges.
69
69
  :type _from: str
70
70
  """
71
71
  self.__from = _from
72
72
 
73
73
  @property
74
74
  def to(self):
75
- r"""Gets the to of this FlowGraphResultEdges.
75
+ r"""Gets the to of this FlowGraph2ResultEdges.
76
76
 
77
77
  被依赖的子任务ID
78
78
 
79
- :return: The to of this FlowGraphResultEdges.
79
+ :return: The to of this FlowGraph2ResultEdges.
80
80
  :rtype: str
81
81
  """
82
82
  return self._to
83
83
 
84
84
  @to.setter
85
85
  def to(self, to):
86
- r"""Sets the to of this FlowGraphResultEdges.
86
+ r"""Sets the to of this FlowGraph2ResultEdges.
87
87
 
88
88
  被依赖的子任务ID
89
89
 
90
- :param to: The to of this FlowGraphResultEdges.
90
+ :param to: The to of this FlowGraph2ResultEdges.
91
91
  :type to: str
92
92
  """
93
93
  self._to = to
@@ -134,7 +134,7 @@ class FlowGraphResultEdges:
134
134
 
135
135
  def __eq__(self, other):
136
136
  """Returns true if both objects are equal"""
137
- if not isinstance(other, FlowGraphResultEdges):
137
+ if not isinstance(other, FlowGraph2ResultEdges):
138
138
  return False
139
139
 
140
140
  return self.__dict__ == other.__dict__
@@ -0,0 +1,115 @@
1
+ # coding: utf-8
2
+
3
+ import six
4
+
5
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
6
+
7
+
8
+ class FullStagesResult:
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
+ 'build_stages': 'dict(str, BuildStageRecord)'
21
+ }
22
+
23
+ attribute_map = {
24
+ 'build_stages': 'build_stages'
25
+ }
26
+
27
+ def __init__(self, build_stages=None):
28
+ r"""FullStagesResult
29
+
30
+ The model defined in huaweicloud sdk
31
+
32
+ :param build_stages: 构建步骤
33
+ :type build_stages: dict(str, BuildStageRecord)
34
+ """
35
+
36
+
37
+
38
+ self._build_stages = None
39
+ self.discriminator = None
40
+
41
+ if build_stages is not None:
42
+ self.build_stages = build_stages
43
+
44
+ @property
45
+ def build_stages(self):
46
+ r"""Gets the build_stages of this FullStagesResult.
47
+
48
+ 构建步骤
49
+
50
+ :return: The build_stages of this FullStagesResult.
51
+ :rtype: dict(str, BuildStageRecord)
52
+ """
53
+ return self._build_stages
54
+
55
+ @build_stages.setter
56
+ def build_stages(self, build_stages):
57
+ r"""Sets the build_stages of this FullStagesResult.
58
+
59
+ 构建步骤
60
+
61
+ :param build_stages: The build_stages of this FullStagesResult.
62
+ :type build_stages: dict(str, BuildStageRecord)
63
+ """
64
+ self._build_stages = build_stages
65
+
66
+ def to_dict(self):
67
+ """Returns the model properties as a dict"""
68
+ result = {}
69
+
70
+ for attr, _ in six.iteritems(self.openapi_types):
71
+ value = getattr(self, attr)
72
+ if isinstance(value, list):
73
+ result[attr] = list(map(
74
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
75
+ value
76
+ ))
77
+ elif hasattr(value, "to_dict"):
78
+ result[attr] = value.to_dict()
79
+ elif isinstance(value, dict):
80
+ result[attr] = dict(map(
81
+ lambda item: (item[0], item[1].to_dict())
82
+ if hasattr(item[1], "to_dict") else item,
83
+ value.items()
84
+ ))
85
+ else:
86
+ if attr in self.sensitive_list:
87
+ result[attr] = "****"
88
+ else:
89
+ result[attr] = value
90
+
91
+ return result
92
+
93
+ def to_str(self):
94
+ """Returns the string representation of the model"""
95
+ import simplejson as json
96
+ if six.PY2:
97
+ import sys
98
+ reload(sys)
99
+ sys.setdefaultencoding("utf-8")
100
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
101
+
102
+ def __repr__(self):
103
+ """For `print`"""
104
+ return self.to_str()
105
+
106
+ def __eq__(self, other):
107
+ """Returns true if both objects are equal"""
108
+ if not isinstance(other, FullStagesResult):
109
+ return False
110
+
111
+ return self.__dict__ == other.__dict__
112
+
113
+ def __ne__(self, other):
114
+ """Returns true if both objects are not equal"""
115
+ return not self == other
@@ -0,0 +1,231 @@
1
+ # coding: utf-8
2
+
3
+ import six
4
+
5
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
6
+
7
+
8
+ class ListBuildInfoRecordBodyResult:
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
+ 'health_score': 'str',
21
+ 'page_index': 'str',
22
+ 'total_page': 'str',
23
+ 'total_record': 'str',
24
+ 'job_build_states': 'list[BuildInfoRecord]'
25
+ }
26
+
27
+ attribute_map = {
28
+ 'health_score': 'health_score',
29
+ 'page_index': 'page_index',
30
+ 'total_page': 'total_page',
31
+ 'total_record': 'total_record',
32
+ 'job_build_states': 'job_build_states'
33
+ }
34
+
35
+ def __init__(self, health_score=None, page_index=None, total_page=None, total_record=None, job_build_states=None):
36
+ r"""ListBuildInfoRecordBodyResult
37
+
38
+ The model defined in huaweicloud sdk
39
+
40
+ :param health_score: 健康度
41
+ :type health_score: str
42
+ :param page_index: 分页页数
43
+ :type page_index: str
44
+ :param total_page: 总页数
45
+ :type total_page: str
46
+ :param total_record: 总条数
47
+ :type total_record: str
48
+ :param job_build_states: 构建历史详情列表
49
+ :type job_build_states: list[:class:`huaweicloudsdkcodeartsbuild.v3.BuildInfoRecord`]
50
+ """
51
+
52
+
53
+
54
+ self._health_score = None
55
+ self._page_index = None
56
+ self._total_page = None
57
+ self._total_record = None
58
+ self._job_build_states = None
59
+ self.discriminator = None
60
+
61
+ if health_score is not None:
62
+ self.health_score = health_score
63
+ if page_index is not None:
64
+ self.page_index = page_index
65
+ if total_page is not None:
66
+ self.total_page = total_page
67
+ if total_record is not None:
68
+ self.total_record = total_record
69
+ if job_build_states is not None:
70
+ self.job_build_states = job_build_states
71
+
72
+ @property
73
+ def health_score(self):
74
+ r"""Gets the health_score of this ListBuildInfoRecordBodyResult.
75
+
76
+ 健康度
77
+
78
+ :return: The health_score of this ListBuildInfoRecordBodyResult.
79
+ :rtype: str
80
+ """
81
+ return self._health_score
82
+
83
+ @health_score.setter
84
+ def health_score(self, health_score):
85
+ r"""Sets the health_score of this ListBuildInfoRecordBodyResult.
86
+
87
+ 健康度
88
+
89
+ :param health_score: The health_score of this ListBuildInfoRecordBodyResult.
90
+ :type health_score: str
91
+ """
92
+ self._health_score = health_score
93
+
94
+ @property
95
+ def page_index(self):
96
+ r"""Gets the page_index of this ListBuildInfoRecordBodyResult.
97
+
98
+ 分页页数
99
+
100
+ :return: The page_index of this ListBuildInfoRecordBodyResult.
101
+ :rtype: str
102
+ """
103
+ return self._page_index
104
+
105
+ @page_index.setter
106
+ def page_index(self, page_index):
107
+ r"""Sets the page_index of this ListBuildInfoRecordBodyResult.
108
+
109
+ 分页页数
110
+
111
+ :param page_index: The page_index of this ListBuildInfoRecordBodyResult.
112
+ :type page_index: str
113
+ """
114
+ self._page_index = page_index
115
+
116
+ @property
117
+ def total_page(self):
118
+ r"""Gets the total_page of this ListBuildInfoRecordBodyResult.
119
+
120
+ 总页数
121
+
122
+ :return: The total_page of this ListBuildInfoRecordBodyResult.
123
+ :rtype: str
124
+ """
125
+ return self._total_page
126
+
127
+ @total_page.setter
128
+ def total_page(self, total_page):
129
+ r"""Sets the total_page of this ListBuildInfoRecordBodyResult.
130
+
131
+ 总页数
132
+
133
+ :param total_page: The total_page of this ListBuildInfoRecordBodyResult.
134
+ :type total_page: str
135
+ """
136
+ self._total_page = total_page
137
+
138
+ @property
139
+ def total_record(self):
140
+ r"""Gets the total_record of this ListBuildInfoRecordBodyResult.
141
+
142
+ 总条数
143
+
144
+ :return: The total_record of this ListBuildInfoRecordBodyResult.
145
+ :rtype: str
146
+ """
147
+ return self._total_record
148
+
149
+ @total_record.setter
150
+ def total_record(self, total_record):
151
+ r"""Sets the total_record of this ListBuildInfoRecordBodyResult.
152
+
153
+ 总条数
154
+
155
+ :param total_record: The total_record of this ListBuildInfoRecordBodyResult.
156
+ :type total_record: str
157
+ """
158
+ self._total_record = total_record
159
+
160
+ @property
161
+ def job_build_states(self):
162
+ r"""Gets the job_build_states of this ListBuildInfoRecordBodyResult.
163
+
164
+ 构建历史详情列表
165
+
166
+ :return: The job_build_states of this ListBuildInfoRecordBodyResult.
167
+ :rtype: list[:class:`huaweicloudsdkcodeartsbuild.v3.BuildInfoRecord`]
168
+ """
169
+ return self._job_build_states
170
+
171
+ @job_build_states.setter
172
+ def job_build_states(self, job_build_states):
173
+ r"""Sets the job_build_states of this ListBuildInfoRecordBodyResult.
174
+
175
+ 构建历史详情列表
176
+
177
+ :param job_build_states: The job_build_states of this ListBuildInfoRecordBodyResult.
178
+ :type job_build_states: list[:class:`huaweicloudsdkcodeartsbuild.v3.BuildInfoRecord`]
179
+ """
180
+ self._job_build_states = job_build_states
181
+
182
+ def to_dict(self):
183
+ """Returns the model properties as a dict"""
184
+ result = {}
185
+
186
+ for attr, _ in six.iteritems(self.openapi_types):
187
+ value = getattr(self, attr)
188
+ if isinstance(value, list):
189
+ result[attr] = list(map(
190
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
191
+ value
192
+ ))
193
+ elif hasattr(value, "to_dict"):
194
+ result[attr] = value.to_dict()
195
+ elif isinstance(value, dict):
196
+ result[attr] = dict(map(
197
+ lambda item: (item[0], item[1].to_dict())
198
+ if hasattr(item[1], "to_dict") else item,
199
+ value.items()
200
+ ))
201
+ else:
202
+ if attr in self.sensitive_list:
203
+ result[attr] = "****"
204
+ else:
205
+ result[attr] = value
206
+
207
+ return result
208
+
209
+ def to_str(self):
210
+ """Returns the string representation of the model"""
211
+ import simplejson as json
212
+ if six.PY2:
213
+ import sys
214
+ reload(sys)
215
+ sys.setdefaultencoding("utf-8")
216
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
217
+
218
+ def __repr__(self):
219
+ """For `print`"""
220
+ return self.to_str()
221
+
222
+ def __eq__(self, other):
223
+ """Returns true if both objects are equal"""
224
+ if not isinstance(other, ListBuildInfoRecordBodyResult):
225
+ return False
226
+
227
+ return self.__dict__ == other.__dict__
228
+
229
+ def __ne__(self, other):
230
+ """Returns true if both objects are not equal"""
231
+ return not self == other
@@ -0,0 +1,228 @@
1
+ # coding: utf-8
2
+
3
+ import six
4
+
5
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
6
+
7
+
8
+ class ListBuildInfoRecordByJobIdRequest:
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_id': 'str',
21
+ 'start_time': 'str',
22
+ 'end_time': 'str',
23
+ 'page_index': 'int',
24
+ 'page_size': 'int'
25
+ }
26
+
27
+ attribute_map = {
28
+ 'job_id': 'job_id',
29
+ 'start_time': 'start_time',
30
+ 'end_time': 'end_time',
31
+ 'page_index': 'page_index',
32
+ 'page_size': 'page_size'
33
+ }
34
+
35
+ def __init__(self, job_id=None, start_time=None, end_time=None, page_index=None, page_size=None):
36
+ r"""ListBuildInfoRecordByJobIdRequest
37
+
38
+ The model defined in huaweicloud sdk
39
+
40
+ :param job_id: 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
41
+ :type job_id: str
42
+ :param start_time: 区间开始时间,格式yyyy-MM-dd HH:mm:ss。
43
+ :type start_time: str
44
+ :param end_time: 区间结束时间,格式yyyy-MM-dd HH:mm:ss。
45
+ :type end_time: str
46
+ :param page_index: 分页页码,表示从此页开始查询, page_index大于等于0
47
+ :type page_index: int
48
+ :param page_size: 每页显示的条目数量,page_size小于等于100
49
+ :type page_size: int
50
+ """
51
+
52
+
53
+
54
+ self._job_id = None
55
+ self._start_time = None
56
+ self._end_time = None
57
+ self._page_index = None
58
+ self._page_size = None
59
+ self.discriminator = None
60
+
61
+ self.job_id = job_id
62
+ self.start_time = start_time
63
+ self.end_time = end_time
64
+ if page_index is not None:
65
+ self.page_index = page_index
66
+ if page_size is not None:
67
+ self.page_size = page_size
68
+
69
+ @property
70
+ def job_id(self):
71
+ r"""Gets the job_id of this ListBuildInfoRecordByJobIdRequest.
72
+
73
+ 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
74
+
75
+ :return: The job_id of this ListBuildInfoRecordByJobIdRequest.
76
+ :rtype: str
77
+ """
78
+ return self._job_id
79
+
80
+ @job_id.setter
81
+ def job_id(self, job_id):
82
+ r"""Sets the job_id of this ListBuildInfoRecordByJobIdRequest.
83
+
84
+ 构建的任务ID; 编辑构建任务时,浏览器URL末尾的32位数字、字母组合的字符串。
85
+
86
+ :param job_id: The job_id of this ListBuildInfoRecordByJobIdRequest.
87
+ :type job_id: str
88
+ """
89
+ self._job_id = job_id
90
+
91
+ @property
92
+ def start_time(self):
93
+ r"""Gets the start_time of this ListBuildInfoRecordByJobIdRequest.
94
+
95
+ 区间开始时间,格式yyyy-MM-dd HH:mm:ss。
96
+
97
+ :return: The start_time of this ListBuildInfoRecordByJobIdRequest.
98
+ :rtype: str
99
+ """
100
+ return self._start_time
101
+
102
+ @start_time.setter
103
+ def start_time(self, start_time):
104
+ r"""Sets the start_time of this ListBuildInfoRecordByJobIdRequest.
105
+
106
+ 区间开始时间,格式yyyy-MM-dd HH:mm:ss。
107
+
108
+ :param start_time: The start_time of this ListBuildInfoRecordByJobIdRequest.
109
+ :type start_time: str
110
+ """
111
+ self._start_time = start_time
112
+
113
+ @property
114
+ def end_time(self):
115
+ r"""Gets the end_time of this ListBuildInfoRecordByJobIdRequest.
116
+
117
+ 区间结束时间,格式yyyy-MM-dd HH:mm:ss。
118
+
119
+ :return: The end_time of this ListBuildInfoRecordByJobIdRequest.
120
+ :rtype: str
121
+ """
122
+ return self._end_time
123
+
124
+ @end_time.setter
125
+ def end_time(self, end_time):
126
+ r"""Sets the end_time of this ListBuildInfoRecordByJobIdRequest.
127
+
128
+ 区间结束时间,格式yyyy-MM-dd HH:mm:ss。
129
+
130
+ :param end_time: The end_time of this ListBuildInfoRecordByJobIdRequest.
131
+ :type end_time: str
132
+ """
133
+ self._end_time = end_time
134
+
135
+ @property
136
+ def page_index(self):
137
+ r"""Gets the page_index of this ListBuildInfoRecordByJobIdRequest.
138
+
139
+ 分页页码,表示从此页开始查询, page_index大于等于0
140
+
141
+ :return: The page_index of this ListBuildInfoRecordByJobIdRequest.
142
+ :rtype: int
143
+ """
144
+ return self._page_index
145
+
146
+ @page_index.setter
147
+ def page_index(self, page_index):
148
+ r"""Sets the page_index of this ListBuildInfoRecordByJobIdRequest.
149
+
150
+ 分页页码,表示从此页开始查询, page_index大于等于0
151
+
152
+ :param page_index: The page_index of this ListBuildInfoRecordByJobIdRequest.
153
+ :type page_index: int
154
+ """
155
+ self._page_index = page_index
156
+
157
+ @property
158
+ def page_size(self):
159
+ r"""Gets the page_size of this ListBuildInfoRecordByJobIdRequest.
160
+
161
+ 每页显示的条目数量,page_size小于等于100
162
+
163
+ :return: The page_size of this ListBuildInfoRecordByJobIdRequest.
164
+ :rtype: int
165
+ """
166
+ return self._page_size
167
+
168
+ @page_size.setter
169
+ def page_size(self, page_size):
170
+ r"""Sets the page_size of this ListBuildInfoRecordByJobIdRequest.
171
+
172
+ 每页显示的条目数量,page_size小于等于100
173
+
174
+ :param page_size: The page_size of this ListBuildInfoRecordByJobIdRequest.
175
+ :type page_size: int
176
+ """
177
+ self._page_size = page_size
178
+
179
+ def to_dict(self):
180
+ """Returns the model properties as a dict"""
181
+ result = {}
182
+
183
+ for attr, _ in six.iteritems(self.openapi_types):
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
+ if six.PY2:
210
+ import sys
211
+ reload(sys)
212
+ sys.setdefaultencoding("utf-8")
213
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
214
+
215
+ def __repr__(self):
216
+ """For `print`"""
217
+ return self.to_str()
218
+
219
+ def __eq__(self, other):
220
+ """Returns true if both objects are equal"""
221
+ if not isinstance(other, ListBuildInfoRecordByJobIdRequest):
222
+ return False
223
+
224
+ return self.__dict__ == other.__dict__
225
+
226
+ def __ne__(self, other):
227
+ """Returns true if both objects are not equal"""
228
+ return not self == other