huaweicloudsdkcodeartsbuild 3.1.152__py2.py3-none-any.whl → 3.1.153__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 (55) hide show
  1. huaweicloudsdkcodeartsbuild/v3/__init__.py +42 -1
  2. huaweicloudsdkcodeartsbuild/v3/codeartsbuild_async_client.py +1095 -118
  3. huaweicloudsdkcodeartsbuild/v3/codeartsbuild_client.py +1095 -118
  4. huaweicloudsdkcodeartsbuild/v3/model/__init__.py +42 -1
  5. huaweicloudsdkcodeartsbuild/v3/model/brief_record_items.py +550 -0
  6. huaweicloudsdkcodeartsbuild/v3/model/check_webhook_url_request.py +111 -0
  7. huaweicloudsdkcodeartsbuild/v3/model/check_webhook_url_request_body.py +170 -0
  8. huaweicloudsdkcodeartsbuild/v3/model/check_webhook_url_response.py +145 -0
  9. huaweicloudsdkcodeartsbuild/v3/model/clear_recycling_jobs_request.py +84 -0
  10. huaweicloudsdkcodeartsbuild/v3/model/clear_recycling_jobs_response.py +145 -0
  11. huaweicloudsdkcodeartsbuild/v3/model/copy_build_job_request_body.py +429 -0
  12. huaweicloudsdkcodeartsbuild/v3/model/copy_job_request.py +111 -0
  13. huaweicloudsdkcodeartsbuild/v3/model/copy_job_response.py +170 -0
  14. huaweicloudsdkcodeartsbuild/v3/model/create_build_job_request_body.py +115 -3
  15. huaweicloudsdkcodeartsbuild/v3/model/create_build_job_scm.py +90 -3
  16. huaweicloudsdkcodeartsbuild/v3/model/create_build_timeout.py +144 -0
  17. huaweicloudsdkcodeartsbuild/v3/model/delete_build_job_response.py +4 -4
  18. huaweicloudsdkcodeartsbuild/v3/model/delete_keystore_permission_request.py +114 -0
  19. huaweicloudsdkcodeartsbuild/v3/model/delete_keystore_permission_response.py +174 -0
  20. huaweicloudsdkcodeartsbuild/v3/model/delete_keystore_request.py +114 -0
  21. huaweicloudsdkcodeartsbuild/v3/model/delete_keystore_response.py +174 -0
  22. huaweicloudsdkcodeartsbuild/v3/model/delete_recycling_jobs_request.py +111 -0
  23. huaweicloudsdkcodeartsbuild/v3/model/delete_recycling_jobs_response.py +116 -0
  24. huaweicloudsdkcodeartsbuild/v3/model/delete_template_request.py +114 -0
  25. huaweicloudsdkcodeartsbuild/v3/model/delete_template_response.py +116 -0
  26. huaweicloudsdkcodeartsbuild/v3/model/delete_the_job_request.py +114 -0
  27. huaweicloudsdkcodeartsbuild/v3/model/delete_the_job_response.py +170 -0
  28. huaweicloudsdkcodeartsbuild/v3/model/{delete_build_job_response_body_result.py → delete_the_job_response_body_result.py} +11 -11
  29. huaweicloudsdkcodeartsbuild/v3/model/disable_the_job_request.py +139 -0
  30. huaweicloudsdkcodeartsbuild/v3/model/disable_the_job_request_body.py +143 -0
  31. huaweicloudsdkcodeartsbuild/v3/model/disable_the_job_response.py +116 -0
  32. huaweicloudsdkcodeartsbuild/v3/model/execute_job_request.py +111 -0
  33. huaweicloudsdkcodeartsbuild/v3/model/execute_job_response.py +174 -0
  34. huaweicloudsdkcodeartsbuild/v3/model/job.py +264 -3
  35. huaweicloudsdkcodeartsbuild/v3/model/jobs_request_body.py +114 -0
  36. huaweicloudsdkcodeartsbuild/v3/model/list_brief_record_request.py +143 -0
  37. huaweicloudsdkcodeartsbuild/v3/model/list_brief_record_response.py +174 -0
  38. huaweicloudsdkcodeartsbuild/v3/model/list_brief_record_response_body_result.py +144 -0
  39. huaweicloudsdkcodeartsbuild/v3/model/list_recommend_official_template_request.py +111 -0
  40. huaweicloudsdkcodeartsbuild/v3/model/list_recommend_official_template_request_body.py +173 -0
  41. huaweicloudsdkcodeartsbuild/v3/model/list_recommend_official_template_response.py +170 -0
  42. huaweicloudsdkcodeartsbuild/v3/model/restore_recycling_jobs_request.py +111 -0
  43. huaweicloudsdkcodeartsbuild/v3/model/restore_recycling_jobs_response.py +145 -0
  44. huaweicloudsdkcodeartsbuild/v3/model/set_keep_time_request.py +111 -0
  45. huaweicloudsdkcodeartsbuild/v3/model/set_keep_time_request_body.py +114 -0
  46. huaweicloudsdkcodeartsbuild/v3/model/set_keep_time_response.py +170 -0
  47. huaweicloudsdkcodeartsbuild/v3/model/set_keep_time_result.py +115 -0
  48. huaweicloudsdkcodeartsbuild/v3/model/trigger.py +142 -0
  49. huaweicloudsdkcodeartsbuild/v3/model/update_new_job_request.py +111 -0
  50. huaweicloudsdkcodeartsbuild/v3/model/update_new_job_response.py +170 -0
  51. {huaweicloudsdkcodeartsbuild-3.1.152.dist-info → huaweicloudsdkcodeartsbuild-3.1.153.dist-info}/METADATA +2 -2
  52. {huaweicloudsdkcodeartsbuild-3.1.152.dist-info → huaweicloudsdkcodeartsbuild-3.1.153.dist-info}/RECORD +55 -14
  53. {huaweicloudsdkcodeartsbuild-3.1.152.dist-info → huaweicloudsdkcodeartsbuild-3.1.153.dist-info}/LICENSE +0 -0
  54. {huaweicloudsdkcodeartsbuild-3.1.152.dist-info → huaweicloudsdkcodeartsbuild-3.1.153.dist-info}/WHEEL +0 -0
  55. {huaweicloudsdkcodeartsbuild-3.1.152.dist-info → huaweicloudsdkcodeartsbuild-3.1.153.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,170 @@
1
+ # coding: utf-8
2
+
3
+ import six
4
+
5
+ from huaweicloudsdkcore.sdk_response import SdkResponse
6
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
7
+
8
+
9
+ class SetKeepTimeResponse(SdkResponse):
10
+
11
+ """
12
+ Attributes:
13
+ openapi_types (dict): The key is attribute name
14
+ and the value is attribute type.
15
+ attribute_map (dict): The key is attribute name
16
+ and the value is json key in definition.
17
+ """
18
+ sensitive_list = []
19
+
20
+ openapi_types = {
21
+ 'result': 'SetKeepTimeResult',
22
+ 'error': 'str',
23
+ 'status': 'str'
24
+ }
25
+
26
+ attribute_map = {
27
+ 'result': 'result',
28
+ 'error': 'error',
29
+ 'status': 'status'
30
+ }
31
+
32
+ def __init__(self, result=None, error=None, status=None):
33
+ r"""SetKeepTimeResponse
34
+
35
+ The model defined in huaweicloud sdk
36
+
37
+ :param result:
38
+ :type result: :class:`huaweicloudsdkcodeartsbuild.v3.SetKeepTimeResult`
39
+ :param error: 返回错误信息
40
+ :type error: str
41
+ :param status: 返回状态信息
42
+ :type status: str
43
+ """
44
+
45
+ super(SetKeepTimeResponse, self).__init__()
46
+
47
+ self._result = None
48
+ self._error = None
49
+ self._status = None
50
+ self.discriminator = None
51
+
52
+ if result is not None:
53
+ self.result = result
54
+ if error is not None:
55
+ self.error = error
56
+ if status is not None:
57
+ self.status = status
58
+
59
+ @property
60
+ def result(self):
61
+ r"""Gets the result of this SetKeepTimeResponse.
62
+
63
+ :return: The result of this SetKeepTimeResponse.
64
+ :rtype: :class:`huaweicloudsdkcodeartsbuild.v3.SetKeepTimeResult`
65
+ """
66
+ return self._result
67
+
68
+ @result.setter
69
+ def result(self, result):
70
+ r"""Sets the result of this SetKeepTimeResponse.
71
+
72
+ :param result: The result of this SetKeepTimeResponse.
73
+ :type result: :class:`huaweicloudsdkcodeartsbuild.v3.SetKeepTimeResult`
74
+ """
75
+ self._result = result
76
+
77
+ @property
78
+ def error(self):
79
+ r"""Gets the error of this SetKeepTimeResponse.
80
+
81
+ 返回错误信息
82
+
83
+ :return: The error of this SetKeepTimeResponse.
84
+ :rtype: str
85
+ """
86
+ return self._error
87
+
88
+ @error.setter
89
+ def error(self, error):
90
+ r"""Sets the error of this SetKeepTimeResponse.
91
+
92
+ 返回错误信息
93
+
94
+ :param error: The error of this SetKeepTimeResponse.
95
+ :type error: str
96
+ """
97
+ self._error = error
98
+
99
+ @property
100
+ def status(self):
101
+ r"""Gets the status of this SetKeepTimeResponse.
102
+
103
+ 返回状态信息
104
+
105
+ :return: The status of this SetKeepTimeResponse.
106
+ :rtype: str
107
+ """
108
+ return self._status
109
+
110
+ @status.setter
111
+ def status(self, status):
112
+ r"""Sets the status of this SetKeepTimeResponse.
113
+
114
+ 返回状态信息
115
+
116
+ :param status: The status of this SetKeepTimeResponse.
117
+ :type status: str
118
+ """
119
+ self._status = status
120
+
121
+ def to_dict(self):
122
+ """Returns the model properties as a dict"""
123
+ result = {}
124
+
125
+ for attr, _ in six.iteritems(self.openapi_types):
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
+ if six.PY2:
152
+ import sys
153
+ reload(sys)
154
+ sys.setdefaultencoding("utf-8")
155
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
156
+
157
+ def __repr__(self):
158
+ """For `print`"""
159
+ return self.to_str()
160
+
161
+ def __eq__(self, other):
162
+ """Returns true if both objects are equal"""
163
+ if not isinstance(other, SetKeepTimeResponse):
164
+ return False
165
+
166
+ return self.__dict__ == other.__dict__
167
+
168
+ def __ne__(self, other):
169
+ """Returns true if both objects are not equal"""
170
+ return not self == other
@@ -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 SetKeepTimeResult:
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
+ 'keep_time': 'int'
21
+ }
22
+
23
+ attribute_map = {
24
+ 'keep_time': 'keep_time'
25
+ }
26
+
27
+ def __init__(self, keep_time=None):
28
+ r"""SetKeepTimeResult
29
+
30
+ The model defined in huaweicloud sdk
31
+
32
+ :param keep_time: 回收站中的任务保留时间
33
+ :type keep_time: int
34
+ """
35
+
36
+
37
+
38
+ self._keep_time = None
39
+ self.discriminator = None
40
+
41
+ if keep_time is not None:
42
+ self.keep_time = keep_time
43
+
44
+ @property
45
+ def keep_time(self):
46
+ r"""Gets the keep_time of this SetKeepTimeResult.
47
+
48
+ 回收站中的任务保留时间
49
+
50
+ :return: The keep_time of this SetKeepTimeResult.
51
+ :rtype: int
52
+ """
53
+ return self._keep_time
54
+
55
+ @keep_time.setter
56
+ def keep_time(self, keep_time):
57
+ r"""Sets the keep_time of this SetKeepTimeResult.
58
+
59
+ 回收站中的任务保留时间
60
+
61
+ :param keep_time: The keep_time of this SetKeepTimeResult.
62
+ :type keep_time: int
63
+ """
64
+ self._keep_time = keep_time
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, SetKeepTimeResult):
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,142 @@
1
+ # coding: utf-8
2
+
3
+ import six
4
+
5
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
6
+
7
+
8
+ class Trigger:
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
+ 'parameters': 'list[ParameterItem]',
21
+ 'name': 'str'
22
+ }
23
+
24
+ attribute_map = {
25
+ 'parameters': 'parameters',
26
+ 'name': 'name'
27
+ }
28
+
29
+ def __init__(self, parameters=None, name=None):
30
+ r"""Trigger
31
+
32
+ The model defined in huaweicloud sdk
33
+
34
+ :param parameters: 自定义参数
35
+ :type parameters: list[:class:`huaweicloudsdkcodeartsbuild.v3.ParameterItem`]
36
+ :param name: 触发器类型
37
+ :type name: str
38
+ """
39
+
40
+
41
+
42
+ self._parameters = None
43
+ self._name = None
44
+ self.discriminator = None
45
+
46
+ self.parameters = parameters
47
+ self.name = name
48
+
49
+ @property
50
+ def parameters(self):
51
+ r"""Gets the parameters of this Trigger.
52
+
53
+ 自定义参数
54
+
55
+ :return: The parameters of this Trigger.
56
+ :rtype: list[:class:`huaweicloudsdkcodeartsbuild.v3.ParameterItem`]
57
+ """
58
+ return self._parameters
59
+
60
+ @parameters.setter
61
+ def parameters(self, parameters):
62
+ r"""Sets the parameters of this Trigger.
63
+
64
+ 自定义参数
65
+
66
+ :param parameters: The parameters of this Trigger.
67
+ :type parameters: list[:class:`huaweicloudsdkcodeartsbuild.v3.ParameterItem`]
68
+ """
69
+ self._parameters = parameters
70
+
71
+ @property
72
+ def name(self):
73
+ r"""Gets the name of this Trigger.
74
+
75
+ 触发器类型
76
+
77
+ :return: The name of this Trigger.
78
+ :rtype: str
79
+ """
80
+ return self._name
81
+
82
+ @name.setter
83
+ def name(self, name):
84
+ r"""Sets the name of this Trigger.
85
+
86
+ 触发器类型
87
+
88
+ :param name: The name of this Trigger.
89
+ :type name: str
90
+ """
91
+ self._name = name
92
+
93
+ def to_dict(self):
94
+ """Returns the model properties as a dict"""
95
+ result = {}
96
+
97
+ for attr, _ in six.iteritems(self.openapi_types):
98
+ value = getattr(self, attr)
99
+ if isinstance(value, list):
100
+ result[attr] = list(map(
101
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
102
+ value
103
+ ))
104
+ elif hasattr(value, "to_dict"):
105
+ result[attr] = value.to_dict()
106
+ elif isinstance(value, dict):
107
+ result[attr] = dict(map(
108
+ lambda item: (item[0], item[1].to_dict())
109
+ if hasattr(item[1], "to_dict") else item,
110
+ value.items()
111
+ ))
112
+ else:
113
+ if attr in self.sensitive_list:
114
+ result[attr] = "****"
115
+ else:
116
+ result[attr] = value
117
+
118
+ return result
119
+
120
+ def to_str(self):
121
+ """Returns the string representation of the model"""
122
+ import simplejson as json
123
+ if six.PY2:
124
+ import sys
125
+ reload(sys)
126
+ sys.setdefaultencoding("utf-8")
127
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
128
+
129
+ def __repr__(self):
130
+ """For `print`"""
131
+ return self.to_str()
132
+
133
+ def __eq__(self, other):
134
+ """Returns true if both objects are equal"""
135
+ if not isinstance(other, Trigger):
136
+ return False
137
+
138
+ return self.__dict__ == other.__dict__
139
+
140
+ def __ne__(self, other):
141
+ """Returns true if both objects are not equal"""
142
+ 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 UpdateNewJobRequest:
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
+ 'body': 'UpdateBuildJobRequestBody'
21
+ }
22
+
23
+ attribute_map = {
24
+ 'body': 'body'
25
+ }
26
+
27
+ def __init__(self, body=None):
28
+ r"""UpdateNewJobRequest
29
+
30
+ The model defined in huaweicloud sdk
31
+
32
+ :param body: Body of the UpdateNewJobRequest
33
+ :type body: :class:`huaweicloudsdkcodeartsbuild.v3.UpdateBuildJobRequestBody`
34
+ """
35
+
36
+
37
+
38
+ self._body = None
39
+ self.discriminator = None
40
+
41
+ if body is not None:
42
+ self.body = body
43
+
44
+ @property
45
+ def body(self):
46
+ r"""Gets the body of this UpdateNewJobRequest.
47
+
48
+ :return: The body of this UpdateNewJobRequest.
49
+ :rtype: :class:`huaweicloudsdkcodeartsbuild.v3.UpdateBuildJobRequestBody`
50
+ """
51
+ return self._body
52
+
53
+ @body.setter
54
+ def body(self, body):
55
+ r"""Sets the body of this UpdateNewJobRequest.
56
+
57
+ :param body: The body of this UpdateNewJobRequest.
58
+ :type body: :class:`huaweicloudsdkcodeartsbuild.v3.UpdateBuildJobRequestBody`
59
+ """
60
+ self._body = body
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, UpdateNewJobRequest):
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,170 @@
1
+ # coding: utf-8
2
+
3
+ import six
4
+
5
+ from huaweicloudsdkcore.sdk_response import SdkResponse
6
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
7
+
8
+
9
+ class UpdateNewJobResponse(SdkResponse):
10
+
11
+ """
12
+ Attributes:
13
+ openapi_types (dict): The key is attribute name
14
+ and the value is attribute type.
15
+ attribute_map (dict): The key is attribute name
16
+ and the value is json key in definition.
17
+ """
18
+ sensitive_list = []
19
+
20
+ openapi_types = {
21
+ 'result': 'CreateBuildJobResponseBodyResult',
22
+ 'status': 'str',
23
+ 'error': 'str'
24
+ }
25
+
26
+ attribute_map = {
27
+ 'result': 'result',
28
+ 'status': 'status',
29
+ 'error': 'error'
30
+ }
31
+
32
+ def __init__(self, result=None, status=None, error=None):
33
+ r"""UpdateNewJobResponse
34
+
35
+ The model defined in huaweicloud sdk
36
+
37
+ :param result:
38
+ :type result: :class:`huaweicloudsdkcodeartsbuild.v3.CreateBuildJobResponseBodyResult`
39
+ :param status: 状态信息
40
+ :type status: str
41
+ :param error: 错误信息
42
+ :type error: str
43
+ """
44
+
45
+ super(UpdateNewJobResponse, self).__init__()
46
+
47
+ self._result = None
48
+ self._status = None
49
+ self._error = None
50
+ self.discriminator = None
51
+
52
+ if result is not None:
53
+ self.result = result
54
+ if status is not None:
55
+ self.status = status
56
+ if error is not None:
57
+ self.error = error
58
+
59
+ @property
60
+ def result(self):
61
+ r"""Gets the result of this UpdateNewJobResponse.
62
+
63
+ :return: The result of this UpdateNewJobResponse.
64
+ :rtype: :class:`huaweicloudsdkcodeartsbuild.v3.CreateBuildJobResponseBodyResult`
65
+ """
66
+ return self._result
67
+
68
+ @result.setter
69
+ def result(self, result):
70
+ r"""Sets the result of this UpdateNewJobResponse.
71
+
72
+ :param result: The result of this UpdateNewJobResponse.
73
+ :type result: :class:`huaweicloudsdkcodeartsbuild.v3.CreateBuildJobResponseBodyResult`
74
+ """
75
+ self._result = result
76
+
77
+ @property
78
+ def status(self):
79
+ r"""Gets the status of this UpdateNewJobResponse.
80
+
81
+ 状态信息
82
+
83
+ :return: The status of this UpdateNewJobResponse.
84
+ :rtype: str
85
+ """
86
+ return self._status
87
+
88
+ @status.setter
89
+ def status(self, status):
90
+ r"""Sets the status of this UpdateNewJobResponse.
91
+
92
+ 状态信息
93
+
94
+ :param status: The status of this UpdateNewJobResponse.
95
+ :type status: str
96
+ """
97
+ self._status = status
98
+
99
+ @property
100
+ def error(self):
101
+ r"""Gets the error of this UpdateNewJobResponse.
102
+
103
+ 错误信息
104
+
105
+ :return: The error of this UpdateNewJobResponse.
106
+ :rtype: str
107
+ """
108
+ return self._error
109
+
110
+ @error.setter
111
+ def error(self, error):
112
+ r"""Sets the error of this UpdateNewJobResponse.
113
+
114
+ 错误信息
115
+
116
+ :param error: The error of this UpdateNewJobResponse.
117
+ :type error: str
118
+ """
119
+ self._error = error
120
+
121
+ def to_dict(self):
122
+ """Returns the model properties as a dict"""
123
+ result = {}
124
+
125
+ for attr, _ in six.iteritems(self.openapi_types):
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
+ if six.PY2:
152
+ import sys
153
+ reload(sys)
154
+ sys.setdefaultencoding("utf-8")
155
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
156
+
157
+ def __repr__(self):
158
+ """For `print`"""
159
+ return self.to_str()
160
+
161
+ def __eq__(self, other):
162
+ """Returns true if both objects are equal"""
163
+ if not isinstance(other, UpdateNewJobResponse):
164
+ return False
165
+
166
+ return self.__dict__ == other.__dict__
167
+
168
+ def __ne__(self, other):
169
+ """Returns true if both objects are not equal"""
170
+ return not self == other