huaweicloudsdkdwr 3.1.150__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.

Potentially problematic release.


This version of huaweicloudsdkdwr might be problematic. Click here for more details.

Files changed (96) hide show
  1. huaweicloudsdkdwr/v1/__init__.py +91 -0
  2. huaweicloudsdkdwr/v1/dwr_async_client.py +1519 -0
  3. huaweicloudsdkdwr/v1/dwr_client.py +1516 -0
  4. huaweicloudsdkdwr/v1/model/__init__.py +88 -0
  5. huaweicloudsdkdwr/v1/model/build_progress.py +231 -0
  6. huaweicloudsdkdwr/v1/model/charge_info.py +230 -0
  7. huaweicloudsdkdwr/v1/model/collection_base_info.py +142 -0
  8. huaweicloudsdkdwr/v1/model/create_collection_body.py +281 -0
  9. huaweicloudsdkdwr/v1/model/create_collection_request.py +111 -0
  10. huaweicloudsdkdwr/v1/model/create_collection_response.py +145 -0
  11. huaweicloudsdkdwr/v1/model/create_index_body.py +166 -0
  12. huaweicloudsdkdwr/v1/model/create_index_request.py +111 -0
  13. huaweicloudsdkdwr/v1/model/create_index_response.py +145 -0
  14. huaweicloudsdkdwr/v1/model/create_store_body.py +248 -0
  15. huaweicloudsdkdwr/v1/model/create_store_data.py +335 -0
  16. huaweicloudsdkdwr/v1/model/create_store_request.py +111 -0
  17. huaweicloudsdkdwr/v1/model/create_store_response.py +170 -0
  18. huaweicloudsdkdwr/v1/model/decribe_collection_data.py +315 -0
  19. huaweicloudsdkdwr/v1/model/delete_collection_request.py +111 -0
  20. huaweicloudsdkdwr/v1/model/delete_collection_response.py +145 -0
  21. huaweicloudsdkdwr/v1/model/delete_entities_body.py +170 -0
  22. huaweicloudsdkdwr/v1/model/delete_entities_request.py +111 -0
  23. huaweicloudsdkdwr/v1/model/delete_entities_response.py +145 -0
  24. huaweicloudsdkdwr/v1/model/delete_index_body.py +170 -0
  25. huaweicloudsdkdwr/v1/model/delete_index_request.py +111 -0
  26. huaweicloudsdkdwr/v1/model/delete_index_response.py +145 -0
  27. huaweicloudsdkdwr/v1/model/delete_store_data.py +114 -0
  28. huaweicloudsdkdwr/v1/model/delete_store_request.py +111 -0
  29. huaweicloudsdkdwr/v1/model/delete_store_response.py +170 -0
  30. huaweicloudsdkdwr/v1/model/describe_collection_request.py +111 -0
  31. huaweicloudsdkdwr/v1/model/describe_collection_response.py +170 -0
  32. huaweicloudsdkdwr/v1/model/describe_index_body.py +170 -0
  33. huaweicloudsdkdwr/v1/model/describe_index_request.py +111 -0
  34. huaweicloudsdkdwr/v1/model/describe_index_response.py +170 -0
  35. huaweicloudsdkdwr/v1/model/describe_index_respose_data.py +171 -0
  36. huaweicloudsdkdwr/v1/model/describe_job_body.py +114 -0
  37. huaweicloudsdkdwr/v1/model/describe_job_request.py +111 -0
  38. huaweicloudsdkdwr/v1/model/describe_job_response.py +170 -0
  39. huaweicloudsdkdwr/v1/model/describe_store_data.py +364 -0
  40. huaweicloudsdkdwr/v1/model/describe_store_request.py +111 -0
  41. huaweicloudsdkdwr/v1/model/describe_store_response.py +170 -0
  42. huaweicloudsdkdwr/v1/model/field.py +229 -0
  43. huaweicloudsdkdwr/v1/model/field_data.py +198 -0
  44. huaweicloudsdkdwr/v1/model/flavor.py +142 -0
  45. huaweicloudsdkdwr/v1/model/get_index_progress_body.py +170 -0
  46. huaweicloudsdkdwr/v1/model/get_index_progress_response_data.py +167 -0
  47. huaweicloudsdkdwr/v1/model/get_progress_request.py +111 -0
  48. huaweicloudsdkdwr/v1/model/get_progress_response.py +170 -0
  49. huaweicloudsdkdwr/v1/model/hybrid_search_body.py +278 -0
  50. huaweicloudsdkdwr/v1/model/hybrid_search_request.py +111 -0
  51. huaweicloudsdkdwr/v1/model/hybrid_search_response.py +174 -0
  52. huaweicloudsdkdwr/v1/model/index_desc.py +200 -0
  53. huaweicloudsdkdwr/v1/model/index_params.py +171 -0
  54. huaweicloudsdkdwr/v1/model/insert_entities_body.py +170 -0
  55. huaweicloudsdkdwr/v1/model/insert_entities_request.py +111 -0
  56. huaweicloudsdkdwr/v1/model/insert_entities_response.py +170 -0
  57. huaweicloudsdkdwr/v1/model/insert_entities_response_data.py +143 -0
  58. huaweicloudsdkdwr/v1/model/job_data.py +316 -0
  59. huaweicloudsdkdwr/v1/model/list_collection_data.py +143 -0
  60. huaweicloudsdkdwr/v1/model/list_collection_details.py +260 -0
  61. huaweicloudsdkdwr/v1/model/list_collections_body.py +143 -0
  62. huaweicloudsdkdwr/v1/model/list_collections_request.py +111 -0
  63. huaweicloudsdkdwr/v1/model/list_collections_response.py +170 -0
  64. huaweicloudsdkdwr/v1/model/list_jobs_data.py +115 -0
  65. huaweicloudsdkdwr/v1/model/list_jobs_request.py +231 -0
  66. huaweicloudsdkdwr/v1/model/list_jobs_response.py +170 -0
  67. huaweicloudsdkdwr/v1/model/list_stores_request.py +84 -0
  68. huaweicloudsdkdwr/v1/model/list_stores_response.py +174 -0
  69. huaweicloudsdkdwr/v1/model/load_collection_body.py +142 -0
  70. huaweicloudsdkdwr/v1/model/load_collection_request.py +111 -0
  71. huaweicloudsdkdwr/v1/model/load_collection_response.py +145 -0
  72. huaweicloudsdkdwr/v1/model/primary_field.py +142 -0
  73. huaweicloudsdkdwr/v1/model/query_entities_body.py +257 -0
  74. huaweicloudsdkdwr/v1/model/query_entities_request.py +111 -0
  75. huaweicloudsdkdwr/v1/model/query_entities_response.py +174 -0
  76. huaweicloudsdkdwr/v1/model/release_collection_request.py +111 -0
  77. huaweicloudsdkdwr/v1/model/release_collection_response.py +145 -0
  78. huaweicloudsdkdwr/v1/model/rerank.py +143 -0
  79. huaweicloudsdkdwr/v1/model/search_entities_body.py +343 -0
  80. huaweicloudsdkdwr/v1/model/search_entities_request.py +111 -0
  81. huaweicloudsdkdwr/v1/model/search_entities_response.py +174 -0
  82. huaweicloudsdkdwr/v1/model/store_info.py +114 -0
  83. huaweicloudsdkdwr/v1/model/sub_search.py +258 -0
  84. huaweicloudsdkdwr/v1/model/upsert_entities_body.py +170 -0
  85. huaweicloudsdkdwr/v1/model/upsert_entities_request.py +111 -0
  86. huaweicloudsdkdwr/v1/model/upsert_entities_response.py +170 -0
  87. huaweicloudsdkdwr/v1/model/upsert_entities_response_data.py +143 -0
  88. huaweicloudsdkdwr/v1/region/__init__.py +0 -0
  89. huaweicloudsdkdwr/v1/region/dwr_region.py +37 -0
  90. huaweicloudsdkdwr/v3/region/dwr_region.py +6 -0
  91. {huaweicloudsdkdwr-3.1.150.dist-info → huaweicloudsdkdwr-3.1.152.dist-info}/METADATA +2 -2
  92. huaweicloudsdkdwr-3.1.152.dist-info/RECORD +169 -0
  93. huaweicloudsdkdwr-3.1.150.dist-info/RECORD +0 -80
  94. {huaweicloudsdkdwr-3.1.150.dist-info → huaweicloudsdkdwr-3.1.152.dist-info}/LICENSE +0 -0
  95. {huaweicloudsdkdwr-3.1.150.dist-info → huaweicloudsdkdwr-3.1.152.dist-info}/WHEEL +0 -0
  96. {huaweicloudsdkdwr-3.1.150.dist-info → huaweicloudsdkdwr-3.1.152.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,364 @@
1
+ # coding: utf-8
2
+
3
+ import six
4
+
5
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
6
+
7
+
8
+ class DescribeStoreData:
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
+ 'id': 'str',
21
+ 'store_name': 'str',
22
+ 'status': 'str',
23
+ 'create_time': 'str',
24
+ 'region': 'str',
25
+ 'availability_zones': 'list[str]',
26
+ 'flavor': 'Flavor',
27
+ 'charge_info': 'ChargeInfo',
28
+ 'description': 'str',
29
+ 'private_link': 'str'
30
+ }
31
+
32
+ attribute_map = {
33
+ 'id': 'id',
34
+ 'store_name': 'store_name',
35
+ 'status': 'status',
36
+ 'create_time': 'create_time',
37
+ 'region': 'region',
38
+ 'availability_zones': 'availability_zones',
39
+ 'flavor': 'flavor',
40
+ 'charge_info': 'charge_info',
41
+ 'description': 'description',
42
+ 'private_link': 'private_link'
43
+ }
44
+
45
+ def __init__(self, id=None, store_name=None, status=None, create_time=None, region=None, availability_zones=None, flavor=None, charge_info=None, description=None, private_link=None):
46
+ r"""DescribeStoreData
47
+
48
+ The model defined in huaweicloud sdk
49
+
50
+ :param id: 知识仓实例id
51
+ :type id: str
52
+ :param store_name: 知识仓实例名称,全域唯一。 支持字符,数字,_。必须以字母或下划线 (_) 开头;字符长度是1-64个字节;
53
+ :type store_name: str
54
+ :param status: 知识仓实例状态。取值范围: \"CREATING\" - 创建中, \"NORMAL\" - 正常, \"CREATED_FAILED\" - 创建失败, \"ABNORMAL\" - 异常, \"FROZEN\" - 被冻结, \"DISK_FULL\"-存储空间已满, \"DROPPING\" - 删除中,\"DELETE_FAILED\" - 删除失败
55
+ :type status: str
56
+ :param create_time: 创建时间,格式为“yyyy-mm-ddThh:mm:ssZ”。
57
+ :type create_time: str
58
+ :param region: 区域ID。 取值范围:非空,请参见地区和终端节点。
59
+ :type region: str
60
+ :param availability_zones: 可用区ID。
61
+ :type availability_zones: list[str]
62
+ :param flavor:
63
+ :type flavor: :class:`huaweicloudsdkdwr.v1.Flavor`
64
+ :param charge_info:
65
+ :type charge_info: :class:`huaweicloudsdkdwr.v1.ChargeInfo`
66
+ :param description: 知识仓描述信息。
67
+ :type description: str
68
+ :param private_link: 知识仓的私网链接信息。
69
+ :type private_link: str
70
+ """
71
+
72
+
73
+
74
+ self._id = None
75
+ self._store_name = None
76
+ self._status = None
77
+ self._create_time = None
78
+ self._region = None
79
+ self._availability_zones = None
80
+ self._flavor = None
81
+ self._charge_info = None
82
+ self._description = None
83
+ self._private_link = None
84
+ self.discriminator = None
85
+
86
+ self.id = id
87
+ self.store_name = store_name
88
+ self.status = status
89
+ if create_time is not None:
90
+ self.create_time = create_time
91
+ if region is not None:
92
+ self.region = region
93
+ if availability_zones is not None:
94
+ self.availability_zones = availability_zones
95
+ if flavor is not None:
96
+ self.flavor = flavor
97
+ if charge_info is not None:
98
+ self.charge_info = charge_info
99
+ if description is not None:
100
+ self.description = description
101
+ self.private_link = private_link
102
+
103
+ @property
104
+ def id(self):
105
+ r"""Gets the id of this DescribeStoreData.
106
+
107
+ 知识仓实例id
108
+
109
+ :return: The id of this DescribeStoreData.
110
+ :rtype: str
111
+ """
112
+ return self._id
113
+
114
+ @id.setter
115
+ def id(self, id):
116
+ r"""Sets the id of this DescribeStoreData.
117
+
118
+ 知识仓实例id
119
+
120
+ :param id: The id of this DescribeStoreData.
121
+ :type id: str
122
+ """
123
+ self._id = id
124
+
125
+ @property
126
+ def store_name(self):
127
+ r"""Gets the store_name of this DescribeStoreData.
128
+
129
+ 知识仓实例名称,全域唯一。 支持字符,数字,_。必须以字母或下划线 (_) 开头;字符长度是1-64个字节;
130
+
131
+ :return: The store_name of this DescribeStoreData.
132
+ :rtype: str
133
+ """
134
+ return self._store_name
135
+
136
+ @store_name.setter
137
+ def store_name(self, store_name):
138
+ r"""Sets the store_name of this DescribeStoreData.
139
+
140
+ 知识仓实例名称,全域唯一。 支持字符,数字,_。必须以字母或下划线 (_) 开头;字符长度是1-64个字节;
141
+
142
+ :param store_name: The store_name of this DescribeStoreData.
143
+ :type store_name: str
144
+ """
145
+ self._store_name = store_name
146
+
147
+ @property
148
+ def status(self):
149
+ r"""Gets the status of this DescribeStoreData.
150
+
151
+ 知识仓实例状态。取值范围: \"CREATING\" - 创建中, \"NORMAL\" - 正常, \"CREATED_FAILED\" - 创建失败, \"ABNORMAL\" - 异常, \"FROZEN\" - 被冻结, \"DISK_FULL\"-存储空间已满, \"DROPPING\" - 删除中,\"DELETE_FAILED\" - 删除失败
152
+
153
+ :return: The status of this DescribeStoreData.
154
+ :rtype: str
155
+ """
156
+ return self._status
157
+
158
+ @status.setter
159
+ def status(self, status):
160
+ r"""Sets the status of this DescribeStoreData.
161
+
162
+ 知识仓实例状态。取值范围: \"CREATING\" - 创建中, \"NORMAL\" - 正常, \"CREATED_FAILED\" - 创建失败, \"ABNORMAL\" - 异常, \"FROZEN\" - 被冻结, \"DISK_FULL\"-存储空间已满, \"DROPPING\" - 删除中,\"DELETE_FAILED\" - 删除失败
163
+
164
+ :param status: The status of this DescribeStoreData.
165
+ :type status: str
166
+ """
167
+ self._status = status
168
+
169
+ @property
170
+ def create_time(self):
171
+ r"""Gets the create_time of this DescribeStoreData.
172
+
173
+ 创建时间,格式为“yyyy-mm-ddThh:mm:ssZ”。
174
+
175
+ :return: The create_time of this DescribeStoreData.
176
+ :rtype: str
177
+ """
178
+ return self._create_time
179
+
180
+ @create_time.setter
181
+ def create_time(self, create_time):
182
+ r"""Sets the create_time of this DescribeStoreData.
183
+
184
+ 创建时间,格式为“yyyy-mm-ddThh:mm:ssZ”。
185
+
186
+ :param create_time: The create_time of this DescribeStoreData.
187
+ :type create_time: str
188
+ """
189
+ self._create_time = create_time
190
+
191
+ @property
192
+ def region(self):
193
+ r"""Gets the region of this DescribeStoreData.
194
+
195
+ 区域ID。 取值范围:非空,请参见地区和终端节点。
196
+
197
+ :return: The region of this DescribeStoreData.
198
+ :rtype: str
199
+ """
200
+ return self._region
201
+
202
+ @region.setter
203
+ def region(self, region):
204
+ r"""Sets the region of this DescribeStoreData.
205
+
206
+ 区域ID。 取值范围:非空,请参见地区和终端节点。
207
+
208
+ :param region: The region of this DescribeStoreData.
209
+ :type region: str
210
+ """
211
+ self._region = region
212
+
213
+ @property
214
+ def availability_zones(self):
215
+ r"""Gets the availability_zones of this DescribeStoreData.
216
+
217
+ 可用区ID。
218
+
219
+ :return: The availability_zones of this DescribeStoreData.
220
+ :rtype: list[str]
221
+ """
222
+ return self._availability_zones
223
+
224
+ @availability_zones.setter
225
+ def availability_zones(self, availability_zones):
226
+ r"""Sets the availability_zones of this DescribeStoreData.
227
+
228
+ 可用区ID。
229
+
230
+ :param availability_zones: The availability_zones of this DescribeStoreData.
231
+ :type availability_zones: list[str]
232
+ """
233
+ self._availability_zones = availability_zones
234
+
235
+ @property
236
+ def flavor(self):
237
+ r"""Gets the flavor of this DescribeStoreData.
238
+
239
+ :return: The flavor of this DescribeStoreData.
240
+ :rtype: :class:`huaweicloudsdkdwr.v1.Flavor`
241
+ """
242
+ return self._flavor
243
+
244
+ @flavor.setter
245
+ def flavor(self, flavor):
246
+ r"""Sets the flavor of this DescribeStoreData.
247
+
248
+ :param flavor: The flavor of this DescribeStoreData.
249
+ :type flavor: :class:`huaweicloudsdkdwr.v1.Flavor`
250
+ """
251
+ self._flavor = flavor
252
+
253
+ @property
254
+ def charge_info(self):
255
+ r"""Gets the charge_info of this DescribeStoreData.
256
+
257
+ :return: The charge_info of this DescribeStoreData.
258
+ :rtype: :class:`huaweicloudsdkdwr.v1.ChargeInfo`
259
+ """
260
+ return self._charge_info
261
+
262
+ @charge_info.setter
263
+ def charge_info(self, charge_info):
264
+ r"""Sets the charge_info of this DescribeStoreData.
265
+
266
+ :param charge_info: The charge_info of this DescribeStoreData.
267
+ :type charge_info: :class:`huaweicloudsdkdwr.v1.ChargeInfo`
268
+ """
269
+ self._charge_info = charge_info
270
+
271
+ @property
272
+ def description(self):
273
+ r"""Gets the description of this DescribeStoreData.
274
+
275
+ 知识仓描述信息。
276
+
277
+ :return: The description of this DescribeStoreData.
278
+ :rtype: str
279
+ """
280
+ return self._description
281
+
282
+ @description.setter
283
+ def description(self, description):
284
+ r"""Sets the description of this DescribeStoreData.
285
+
286
+ 知识仓描述信息。
287
+
288
+ :param description: The description of this DescribeStoreData.
289
+ :type description: str
290
+ """
291
+ self._description = description
292
+
293
+ @property
294
+ def private_link(self):
295
+ r"""Gets the private_link of this DescribeStoreData.
296
+
297
+ 知识仓的私网链接信息。
298
+
299
+ :return: The private_link of this DescribeStoreData.
300
+ :rtype: str
301
+ """
302
+ return self._private_link
303
+
304
+ @private_link.setter
305
+ def private_link(self, private_link):
306
+ r"""Sets the private_link of this DescribeStoreData.
307
+
308
+ 知识仓的私网链接信息。
309
+
310
+ :param private_link: The private_link of this DescribeStoreData.
311
+ :type private_link: str
312
+ """
313
+ self._private_link = private_link
314
+
315
+ def to_dict(self):
316
+ """Returns the model properties as a dict"""
317
+ result = {}
318
+
319
+ for attr, _ in six.iteritems(self.openapi_types):
320
+ value = getattr(self, attr)
321
+ if isinstance(value, list):
322
+ result[attr] = list(map(
323
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
324
+ value
325
+ ))
326
+ elif hasattr(value, "to_dict"):
327
+ result[attr] = value.to_dict()
328
+ elif isinstance(value, dict):
329
+ result[attr] = dict(map(
330
+ lambda item: (item[0], item[1].to_dict())
331
+ if hasattr(item[1], "to_dict") else item,
332
+ value.items()
333
+ ))
334
+ else:
335
+ if attr in self.sensitive_list:
336
+ result[attr] = "****"
337
+ else:
338
+ result[attr] = value
339
+
340
+ return result
341
+
342
+ def to_str(self):
343
+ """Returns the string representation of the model"""
344
+ import simplejson as json
345
+ if six.PY2:
346
+ import sys
347
+ reload(sys)
348
+ sys.setdefaultencoding("utf-8")
349
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
350
+
351
+ def __repr__(self):
352
+ """For `print`"""
353
+ return self.to_str()
354
+
355
+ def __eq__(self, other):
356
+ """Returns true if both objects are equal"""
357
+ if not isinstance(other, DescribeStoreData):
358
+ return False
359
+
360
+ return self.__dict__ == other.__dict__
361
+
362
+ def __ne__(self, other):
363
+ """Returns true if both objects are not equal"""
364
+ 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 DescribeStoreRequest:
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': 'StoreInfo'
21
+ }
22
+
23
+ attribute_map = {
24
+ 'body': 'body'
25
+ }
26
+
27
+ def __init__(self, body=None):
28
+ r"""DescribeStoreRequest
29
+
30
+ The model defined in huaweicloud sdk
31
+
32
+ :param body: Body of the DescribeStoreRequest
33
+ :type body: :class:`huaweicloudsdkdwr.v1.StoreInfo`
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 DescribeStoreRequest.
47
+
48
+ :return: The body of this DescribeStoreRequest.
49
+ :rtype: :class:`huaweicloudsdkdwr.v1.StoreInfo`
50
+ """
51
+ return self._body
52
+
53
+ @body.setter
54
+ def body(self, body):
55
+ r"""Sets the body of this DescribeStoreRequest.
56
+
57
+ :param body: The body of this DescribeStoreRequest.
58
+ :type body: :class:`huaweicloudsdkdwr.v1.StoreInfo`
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, DescribeStoreRequest):
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 DescribeStoreResponse(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
+ 'code': 'str',
22
+ 'message': 'str',
23
+ 'data': 'DescribeStoreData'
24
+ }
25
+
26
+ attribute_map = {
27
+ 'code': 'code',
28
+ 'message': 'message',
29
+ 'data': 'data'
30
+ }
31
+
32
+ def __init__(self, code=None, message=None, data=None):
33
+ r"""DescribeStoreResponse
34
+
35
+ The model defined in huaweicloud sdk
36
+
37
+ :param code: 返回码
38
+ :type code: str
39
+ :param message: 描述信息
40
+ :type message: str
41
+ :param data:
42
+ :type data: :class:`huaweicloudsdkdwr.v1.DescribeStoreData`
43
+ """
44
+
45
+ super(DescribeStoreResponse, self).__init__()
46
+
47
+ self._code = None
48
+ self._message = None
49
+ self._data = None
50
+ self.discriminator = None
51
+
52
+ if code is not None:
53
+ self.code = code
54
+ if message is not None:
55
+ self.message = message
56
+ if data is not None:
57
+ self.data = data
58
+
59
+ @property
60
+ def code(self):
61
+ r"""Gets the code of this DescribeStoreResponse.
62
+
63
+ 返回码
64
+
65
+ :return: The code of this DescribeStoreResponse.
66
+ :rtype: str
67
+ """
68
+ return self._code
69
+
70
+ @code.setter
71
+ def code(self, code):
72
+ r"""Sets the code of this DescribeStoreResponse.
73
+
74
+ 返回码
75
+
76
+ :param code: The code of this DescribeStoreResponse.
77
+ :type code: str
78
+ """
79
+ self._code = code
80
+
81
+ @property
82
+ def message(self):
83
+ r"""Gets the message of this DescribeStoreResponse.
84
+
85
+ 描述信息
86
+
87
+ :return: The message of this DescribeStoreResponse.
88
+ :rtype: str
89
+ """
90
+ return self._message
91
+
92
+ @message.setter
93
+ def message(self, message):
94
+ r"""Sets the message of this DescribeStoreResponse.
95
+
96
+ 描述信息
97
+
98
+ :param message: The message of this DescribeStoreResponse.
99
+ :type message: str
100
+ """
101
+ self._message = message
102
+
103
+ @property
104
+ def data(self):
105
+ r"""Gets the data of this DescribeStoreResponse.
106
+
107
+ :return: The data of this DescribeStoreResponse.
108
+ :rtype: :class:`huaweicloudsdkdwr.v1.DescribeStoreData`
109
+ """
110
+ return self._data
111
+
112
+ @data.setter
113
+ def data(self, data):
114
+ r"""Sets the data of this DescribeStoreResponse.
115
+
116
+ :param data: The data of this DescribeStoreResponse.
117
+ :type data: :class:`huaweicloudsdkdwr.v1.DescribeStoreData`
118
+ """
119
+ self._data = data
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, DescribeStoreResponse):
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