huaweicloudsdktics 3.1.160__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 huaweicloudsdktics might be problematic. Click here for more details.

Files changed (78) hide show
  1. huaweicloudsdktics/__init__.py +0 -0
  2. huaweicloudsdktics/v1/__init__.py +74 -0
  3. huaweicloudsdktics/v1/model/__init__.py +71 -0
  4. huaweicloudsdktics/v1/model/agent_list_vo.py +521 -0
  5. huaweicloudsdktics/v1/model/deploy_vo.py +228 -0
  6. huaweicloudsdktics/v1/model/fl_job_list_vo.py +457 -0
  7. huaweicloudsdktics/v1/model/job_report_base_info_vo.py +256 -0
  8. huaweicloudsdktics/v1/model/job_report_env_vo.py +231 -0
  9. huaweicloudsdktics/v1/model/job_report_output_vo.py +173 -0
  10. huaweicloudsdktics/v1/model/job_report_partner_vo.py +231 -0
  11. huaweicloudsdktics/v1/model/league_dataset_statistics_vo.py +260 -0
  12. huaweicloudsdktics/v1/model/league_partner_statistics_vo.py +318 -0
  13. huaweicloudsdktics/v1/model/league_update_vo.py +173 -0
  14. huaweicloudsdktics/v1/model/list_agents_request.py +200 -0
  15. huaweicloudsdktics/v1/model/list_agents_response.py +145 -0
  16. huaweicloudsdktics/v1/model/list_audit_info_request.py +170 -0
  17. huaweicloudsdktics/v1/model/list_audit_info_response.py +145 -0
  18. huaweicloudsdktics/v1/model/list_fl_job_request.py +170 -0
  19. huaweicloudsdktics/v1/model/list_fl_job_response.py +145 -0
  20. huaweicloudsdktics/v1/model/list_instance_history_request.py +199 -0
  21. huaweicloudsdktics/v1/model/list_instance_history_response.py +145 -0
  22. huaweicloudsdktics/v1/model/list_league_datasets_request.py +228 -0
  23. huaweicloudsdktics/v1/model/list_league_datasets_response.py +145 -0
  24. huaweicloudsdktics/v1/model/list_leagues_request.py +170 -0
  25. huaweicloudsdktics/v1/model/list_leagues_response.py +145 -0
  26. huaweicloudsdktics/v1/model/list_nodes_request.py +170 -0
  27. huaweicloudsdktics/v1/model/list_nodes_response.py +145 -0
  28. huaweicloudsdktics/v1/model/list_notices_request.py +142 -0
  29. huaweicloudsdktics/v1/model/list_notices_response.py +145 -0
  30. huaweicloudsdktics/v1/model/list_partners_request.py +170 -0
  31. huaweicloudsdktics/v1/model/list_partners_response.py +145 -0
  32. huaweicloudsdktics/v1/model/list_sql_job_request.py +170 -0
  33. huaweicloudsdktics/v1/model/list_sql_job_response.py +145 -0
  34. huaweicloudsdktics/v1/model/partner_data_vo.py +289 -0
  35. huaweicloudsdktics/v1/model/processor_vo.py +374 -0
  36. huaweicloudsdktics/v1/model/round_deploy_vo.py +144 -0
  37. huaweicloudsdktics/v1/model/show_agent_detail_request.py +114 -0
  38. huaweicloudsdktics/v1/model/show_agent_detail_response.py +212 -0
  39. huaweicloudsdktics/v1/model/show_dataset_statistics_request.py +172 -0
  40. huaweicloudsdktics/v1/model/show_dataset_statistics_response.py +112 -0
  41. huaweicloudsdktics/v1/model/show_instance_report_request.py +142 -0
  42. huaweicloudsdktics/v1/model/show_instance_report_response.py +220 -0
  43. huaweicloudsdktics/v1/model/show_job_instance_dag_request.py +170 -0
  44. huaweicloudsdktics/v1/model/show_job_instance_dag_response.py +112 -0
  45. huaweicloudsdktics/v1/model/show_job_statistics_request.py +172 -0
  46. huaweicloudsdktics/v1/model/show_job_statistics_response.py +232 -0
  47. huaweicloudsdktics/v1/model/show_league_request.py +114 -0
  48. huaweicloudsdktics/v1/model/show_league_response.py +725 -0
  49. huaweicloudsdktics/v1/model/show_overview_request.py +84 -0
  50. huaweicloudsdktics/v1/model/show_overview_response.py +203 -0
  51. huaweicloudsdktics/v1/model/show_partner_statistics_request.py +172 -0
  52. huaweicloudsdktics/v1/model/show_partner_statistics_response.py +112 -0
  53. huaweicloudsdktics/v1/model/stage_vo.py +201 -0
  54. huaweicloudsdktics/v1/model/tics_agent_deploy.py +724 -0
  55. huaweicloudsdktics/v1/model/tics_agent_deploy_bcs.py +289 -0
  56. huaweicloudsdktics/v1/model/tics_agent_deploy_detail.py +463 -0
  57. huaweicloudsdktics/v1/model/tics_agent_nat_common_info.py +202 -0
  58. huaweicloudsdktics/v1/model/tics_agent_node_info.py +492 -0
  59. huaweicloudsdktics/v1/model/tics_approve_log_vo.py +484 -0
  60. huaweicloudsdktics/v1/model/tics_dataset_column.py +405 -0
  61. huaweicloudsdktics/v1/model/tics_job_instance_vo.py +401 -0
  62. huaweicloudsdktics/v1/model/tics_league_audit_log.py +376 -0
  63. huaweicloudsdktics/v1/model/tics_league_list_vo.py +543 -0
  64. huaweicloudsdktics/v1/model/tics_league_notice_vo.py +430 -0
  65. huaweicloudsdktics/v1/model/tics_league_partner_vo.py +202 -0
  66. huaweicloudsdktics/v1/model/tics_sql_job_vo.py +483 -0
  67. huaweicloudsdktics/v1/model/tics_trust_info_vo.py +347 -0
  68. huaweicloudsdktics/v1/model/update_league_request.py +139 -0
  69. huaweicloudsdktics/v1/model/update_league_response.py +112 -0
  70. huaweicloudsdktics/v1/region/__init__.py +0 -0
  71. huaweicloudsdktics/v1/region/tics_region.py +34 -0
  72. huaweicloudsdktics/v1/tics_async_client.py +1382 -0
  73. huaweicloudsdktics/v1/tics_client.py +1379 -0
  74. huaweicloudsdktics-3.1.160.dist-info/LICENSE +13 -0
  75. huaweicloudsdktics-3.1.160.dist-info/METADATA +26 -0
  76. huaweicloudsdktics-3.1.160.dist-info/RECORD +78 -0
  77. huaweicloudsdktics-3.1.160.dist-info/WHEEL +5 -0
  78. huaweicloudsdktics-3.1.160.dist-info/top_level.txt +1 -0
@@ -0,0 +1,430 @@
1
+ # coding: utf-8
2
+
3
+ import six
4
+
5
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
6
+
7
+
8
+ class TicsLeagueNoticeVo:
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
+ 'bcs_channel_name': 'str',
21
+ 'bcs_ip': 'str',
22
+ 'bcs_org_name': 'str',
23
+ 'block_chain_id': 'str',
24
+ 'block_chain_name': 'str',
25
+ 'create_time': 'int',
26
+ 'creator_name': 'str',
27
+ 'description': 'str',
28
+ 'expire_time': 'int',
29
+ 'id': 'str',
30
+ 'name': 'str',
31
+ 'partners': 'int'
32
+ }
33
+
34
+ attribute_map = {
35
+ 'bcs_channel_name': 'bcs_channel_name',
36
+ 'bcs_ip': 'bcs_ip',
37
+ 'bcs_org_name': 'bcs_org_name',
38
+ 'block_chain_id': 'block_chain_id',
39
+ 'block_chain_name': 'block_chain_name',
40
+ 'create_time': 'create_time',
41
+ 'creator_name': 'creator_name',
42
+ 'description': 'description',
43
+ 'expire_time': 'expire_time',
44
+ 'id': 'id',
45
+ 'name': 'name',
46
+ 'partners': 'partners'
47
+ }
48
+
49
+ def __init__(self, bcs_channel_name=None, bcs_ip=None, bcs_org_name=None, block_chain_id=None, block_chain_name=None, create_time=None, creator_name=None, description=None, expire_time=None, id=None, name=None, partners=None):
50
+ r"""TicsLeagueNoticeVo
51
+
52
+ The model defined in huaweicloud sdk
53
+
54
+ :param bcs_channel_name: BCS通道名称
55
+ :type bcs_channel_name: str
56
+ :param bcs_ip: BCS浏览器ip
57
+ :type bcs_ip: str
58
+ :param bcs_org_name: BCS组织名称
59
+ :type bcs_org_name: str
60
+ :param block_chain_id: BCS服务实例ID
61
+ :type block_chain_id: str
62
+ :param block_chain_name: BCS服务实例名称
63
+ :type block_chain_name: str
64
+ :param create_time: 创建时间
65
+ :type create_time: int
66
+ :param creator_name: 创建人名称
67
+ :type creator_name: str
68
+ :param description: 描述信息
69
+ :type description: str
70
+ :param expire_time: 过期时间
71
+ :type expire_time: int
72
+ :param id: 联盟id
73
+ :type id: str
74
+ :param name: 联盟名称
75
+ :type name: str
76
+ :param partners: 联盟成员数
77
+ :type partners: int
78
+ """
79
+
80
+
81
+
82
+ self._bcs_channel_name = None
83
+ self._bcs_ip = None
84
+ self._bcs_org_name = None
85
+ self._block_chain_id = None
86
+ self._block_chain_name = None
87
+ self._create_time = None
88
+ self._creator_name = None
89
+ self._description = None
90
+ self._expire_time = None
91
+ self._id = None
92
+ self._name = None
93
+ self._partners = None
94
+ self.discriminator = None
95
+
96
+ if bcs_channel_name is not None:
97
+ self.bcs_channel_name = bcs_channel_name
98
+ if bcs_ip is not None:
99
+ self.bcs_ip = bcs_ip
100
+ if bcs_org_name is not None:
101
+ self.bcs_org_name = bcs_org_name
102
+ if block_chain_id is not None:
103
+ self.block_chain_id = block_chain_id
104
+ if block_chain_name is not None:
105
+ self.block_chain_name = block_chain_name
106
+ if create_time is not None:
107
+ self.create_time = create_time
108
+ self.creator_name = creator_name
109
+ if description is not None:
110
+ self.description = description
111
+ if expire_time is not None:
112
+ self.expire_time = expire_time
113
+ self.id = id
114
+ self.name = name
115
+ self.partners = partners
116
+
117
+ @property
118
+ def bcs_channel_name(self):
119
+ r"""Gets the bcs_channel_name of this TicsLeagueNoticeVo.
120
+
121
+ BCS通道名称
122
+
123
+ :return: The bcs_channel_name of this TicsLeagueNoticeVo.
124
+ :rtype: str
125
+ """
126
+ return self._bcs_channel_name
127
+
128
+ @bcs_channel_name.setter
129
+ def bcs_channel_name(self, bcs_channel_name):
130
+ r"""Sets the bcs_channel_name of this TicsLeagueNoticeVo.
131
+
132
+ BCS通道名称
133
+
134
+ :param bcs_channel_name: The bcs_channel_name of this TicsLeagueNoticeVo.
135
+ :type bcs_channel_name: str
136
+ """
137
+ self._bcs_channel_name = bcs_channel_name
138
+
139
+ @property
140
+ def bcs_ip(self):
141
+ r"""Gets the bcs_ip of this TicsLeagueNoticeVo.
142
+
143
+ BCS浏览器ip
144
+
145
+ :return: The bcs_ip of this TicsLeagueNoticeVo.
146
+ :rtype: str
147
+ """
148
+ return self._bcs_ip
149
+
150
+ @bcs_ip.setter
151
+ def bcs_ip(self, bcs_ip):
152
+ r"""Sets the bcs_ip of this TicsLeagueNoticeVo.
153
+
154
+ BCS浏览器ip
155
+
156
+ :param bcs_ip: The bcs_ip of this TicsLeagueNoticeVo.
157
+ :type bcs_ip: str
158
+ """
159
+ self._bcs_ip = bcs_ip
160
+
161
+ @property
162
+ def bcs_org_name(self):
163
+ r"""Gets the bcs_org_name of this TicsLeagueNoticeVo.
164
+
165
+ BCS组织名称
166
+
167
+ :return: The bcs_org_name of this TicsLeagueNoticeVo.
168
+ :rtype: str
169
+ """
170
+ return self._bcs_org_name
171
+
172
+ @bcs_org_name.setter
173
+ def bcs_org_name(self, bcs_org_name):
174
+ r"""Sets the bcs_org_name of this TicsLeagueNoticeVo.
175
+
176
+ BCS组织名称
177
+
178
+ :param bcs_org_name: The bcs_org_name of this TicsLeagueNoticeVo.
179
+ :type bcs_org_name: str
180
+ """
181
+ self._bcs_org_name = bcs_org_name
182
+
183
+ @property
184
+ def block_chain_id(self):
185
+ r"""Gets the block_chain_id of this TicsLeagueNoticeVo.
186
+
187
+ BCS服务实例ID
188
+
189
+ :return: The block_chain_id of this TicsLeagueNoticeVo.
190
+ :rtype: str
191
+ """
192
+ return self._block_chain_id
193
+
194
+ @block_chain_id.setter
195
+ def block_chain_id(self, block_chain_id):
196
+ r"""Sets the block_chain_id of this TicsLeagueNoticeVo.
197
+
198
+ BCS服务实例ID
199
+
200
+ :param block_chain_id: The block_chain_id of this TicsLeagueNoticeVo.
201
+ :type block_chain_id: str
202
+ """
203
+ self._block_chain_id = block_chain_id
204
+
205
+ @property
206
+ def block_chain_name(self):
207
+ r"""Gets the block_chain_name of this TicsLeagueNoticeVo.
208
+
209
+ BCS服务实例名称
210
+
211
+ :return: The block_chain_name of this TicsLeagueNoticeVo.
212
+ :rtype: str
213
+ """
214
+ return self._block_chain_name
215
+
216
+ @block_chain_name.setter
217
+ def block_chain_name(self, block_chain_name):
218
+ r"""Sets the block_chain_name of this TicsLeagueNoticeVo.
219
+
220
+ BCS服务实例名称
221
+
222
+ :param block_chain_name: The block_chain_name of this TicsLeagueNoticeVo.
223
+ :type block_chain_name: str
224
+ """
225
+ self._block_chain_name = block_chain_name
226
+
227
+ @property
228
+ def create_time(self):
229
+ r"""Gets the create_time of this TicsLeagueNoticeVo.
230
+
231
+ 创建时间
232
+
233
+ :return: The create_time of this TicsLeagueNoticeVo.
234
+ :rtype: int
235
+ """
236
+ return self._create_time
237
+
238
+ @create_time.setter
239
+ def create_time(self, create_time):
240
+ r"""Sets the create_time of this TicsLeagueNoticeVo.
241
+
242
+ 创建时间
243
+
244
+ :param create_time: The create_time of this TicsLeagueNoticeVo.
245
+ :type create_time: int
246
+ """
247
+ self._create_time = create_time
248
+
249
+ @property
250
+ def creator_name(self):
251
+ r"""Gets the creator_name of this TicsLeagueNoticeVo.
252
+
253
+ 创建人名称
254
+
255
+ :return: The creator_name of this TicsLeagueNoticeVo.
256
+ :rtype: str
257
+ """
258
+ return self._creator_name
259
+
260
+ @creator_name.setter
261
+ def creator_name(self, creator_name):
262
+ r"""Sets the creator_name of this TicsLeagueNoticeVo.
263
+
264
+ 创建人名称
265
+
266
+ :param creator_name: The creator_name of this TicsLeagueNoticeVo.
267
+ :type creator_name: str
268
+ """
269
+ self._creator_name = creator_name
270
+
271
+ @property
272
+ def description(self):
273
+ r"""Gets the description of this TicsLeagueNoticeVo.
274
+
275
+ 描述信息
276
+
277
+ :return: The description of this TicsLeagueNoticeVo.
278
+ :rtype: str
279
+ """
280
+ return self._description
281
+
282
+ @description.setter
283
+ def description(self, description):
284
+ r"""Sets the description of this TicsLeagueNoticeVo.
285
+
286
+ 描述信息
287
+
288
+ :param description: The description of this TicsLeagueNoticeVo.
289
+ :type description: str
290
+ """
291
+ self._description = description
292
+
293
+ @property
294
+ def expire_time(self):
295
+ r"""Gets the expire_time of this TicsLeagueNoticeVo.
296
+
297
+ 过期时间
298
+
299
+ :return: The expire_time of this TicsLeagueNoticeVo.
300
+ :rtype: int
301
+ """
302
+ return self._expire_time
303
+
304
+ @expire_time.setter
305
+ def expire_time(self, expire_time):
306
+ r"""Sets the expire_time of this TicsLeagueNoticeVo.
307
+
308
+ 过期时间
309
+
310
+ :param expire_time: The expire_time of this TicsLeagueNoticeVo.
311
+ :type expire_time: int
312
+ """
313
+ self._expire_time = expire_time
314
+
315
+ @property
316
+ def id(self):
317
+ r"""Gets the id of this TicsLeagueNoticeVo.
318
+
319
+ 联盟id
320
+
321
+ :return: The id of this TicsLeagueNoticeVo.
322
+ :rtype: str
323
+ """
324
+ return self._id
325
+
326
+ @id.setter
327
+ def id(self, id):
328
+ r"""Sets the id of this TicsLeagueNoticeVo.
329
+
330
+ 联盟id
331
+
332
+ :param id: The id of this TicsLeagueNoticeVo.
333
+ :type id: str
334
+ """
335
+ self._id = id
336
+
337
+ @property
338
+ def name(self):
339
+ r"""Gets the name of this TicsLeagueNoticeVo.
340
+
341
+ 联盟名称
342
+
343
+ :return: The name of this TicsLeagueNoticeVo.
344
+ :rtype: str
345
+ """
346
+ return self._name
347
+
348
+ @name.setter
349
+ def name(self, name):
350
+ r"""Sets the name of this TicsLeagueNoticeVo.
351
+
352
+ 联盟名称
353
+
354
+ :param name: The name of this TicsLeagueNoticeVo.
355
+ :type name: str
356
+ """
357
+ self._name = name
358
+
359
+ @property
360
+ def partners(self):
361
+ r"""Gets the partners of this TicsLeagueNoticeVo.
362
+
363
+ 联盟成员数
364
+
365
+ :return: The partners of this TicsLeagueNoticeVo.
366
+ :rtype: int
367
+ """
368
+ return self._partners
369
+
370
+ @partners.setter
371
+ def partners(self, partners):
372
+ r"""Sets the partners of this TicsLeagueNoticeVo.
373
+
374
+ 联盟成员数
375
+
376
+ :param partners: The partners of this TicsLeagueNoticeVo.
377
+ :type partners: int
378
+ """
379
+ self._partners = partners
380
+
381
+ def to_dict(self):
382
+ """Returns the model properties as a dict"""
383
+ result = {}
384
+
385
+ for attr, _ in six.iteritems(self.openapi_types):
386
+ value = getattr(self, attr)
387
+ if isinstance(value, list):
388
+ result[attr] = list(map(
389
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
390
+ value
391
+ ))
392
+ elif hasattr(value, "to_dict"):
393
+ result[attr] = value.to_dict()
394
+ elif isinstance(value, dict):
395
+ result[attr] = dict(map(
396
+ lambda item: (item[0], item[1].to_dict())
397
+ if hasattr(item[1], "to_dict") else item,
398
+ value.items()
399
+ ))
400
+ else:
401
+ if attr in self.sensitive_list:
402
+ result[attr] = "****"
403
+ else:
404
+ result[attr] = value
405
+
406
+ return result
407
+
408
+ def to_str(self):
409
+ """Returns the string representation of the model"""
410
+ import simplejson as json
411
+ if six.PY2:
412
+ import sys
413
+ reload(sys)
414
+ sys.setdefaultencoding("utf-8")
415
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
416
+
417
+ def __repr__(self):
418
+ """For `print`"""
419
+ return self.to_str()
420
+
421
+ def __eq__(self, other):
422
+ """Returns true if both objects are equal"""
423
+ if not isinstance(other, TicsLeagueNoticeVo):
424
+ return False
425
+
426
+ return self.__dict__ == other.__dict__
427
+
428
+ def __ne__(self, other):
429
+ """Returns true if both objects are not equal"""
430
+ return not self == other
@@ -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 TicsLeaguePartnerVo:
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
+ 'partner_domain_alias': 'str',
22
+ 'partner_domain_name': 'str',
23
+ 'partner_status': 'str'
24
+ }
25
+
26
+ attribute_map = {
27
+ 'id': 'id',
28
+ 'partner_domain_alias': 'partner_domain_alias',
29
+ 'partner_domain_name': 'partner_domain_name',
30
+ 'partner_status': 'partner_status'
31
+ }
32
+
33
+ def __init__(self, id=None, partner_domain_alias=None, partner_domain_name=None, partner_status=None):
34
+ r"""TicsLeaguePartnerVo
35
+
36
+ The model defined in huaweicloud sdk
37
+
38
+ :param id: 联盟合作方Id
39
+ :type id: str
40
+ :param partner_domain_alias: 联盟合作方别名
41
+ :type partner_domain_alias: str
42
+ :param partner_domain_name: 联盟合作方租户名
43
+ :type partner_domain_name: str
44
+ :param partner_status: 联盟合作方状态
45
+ :type partner_status: str
46
+ """
47
+
48
+
49
+
50
+ self._id = None
51
+ self._partner_domain_alias = None
52
+ self._partner_domain_name = None
53
+ self._partner_status = None
54
+ self.discriminator = None
55
+
56
+ if id is not None:
57
+ self.id = id
58
+ if partner_domain_alias is not None:
59
+ self.partner_domain_alias = partner_domain_alias
60
+ if partner_domain_name is not None:
61
+ self.partner_domain_name = partner_domain_name
62
+ if partner_status is not None:
63
+ self.partner_status = partner_status
64
+
65
+ @property
66
+ def id(self):
67
+ r"""Gets the id of this TicsLeaguePartnerVo.
68
+
69
+ 联盟合作方Id
70
+
71
+ :return: The id of this TicsLeaguePartnerVo.
72
+ :rtype: str
73
+ """
74
+ return self._id
75
+
76
+ @id.setter
77
+ def id(self, id):
78
+ r"""Sets the id of this TicsLeaguePartnerVo.
79
+
80
+ 联盟合作方Id
81
+
82
+ :param id: The id of this TicsLeaguePartnerVo.
83
+ :type id: str
84
+ """
85
+ self._id = id
86
+
87
+ @property
88
+ def partner_domain_alias(self):
89
+ r"""Gets the partner_domain_alias of this TicsLeaguePartnerVo.
90
+
91
+ 联盟合作方别名
92
+
93
+ :return: The partner_domain_alias of this TicsLeaguePartnerVo.
94
+ :rtype: str
95
+ """
96
+ return self._partner_domain_alias
97
+
98
+ @partner_domain_alias.setter
99
+ def partner_domain_alias(self, partner_domain_alias):
100
+ r"""Sets the partner_domain_alias of this TicsLeaguePartnerVo.
101
+
102
+ 联盟合作方别名
103
+
104
+ :param partner_domain_alias: The partner_domain_alias of this TicsLeaguePartnerVo.
105
+ :type partner_domain_alias: str
106
+ """
107
+ self._partner_domain_alias = partner_domain_alias
108
+
109
+ @property
110
+ def partner_domain_name(self):
111
+ r"""Gets the partner_domain_name of this TicsLeaguePartnerVo.
112
+
113
+ 联盟合作方租户名
114
+
115
+ :return: The partner_domain_name of this TicsLeaguePartnerVo.
116
+ :rtype: str
117
+ """
118
+ return self._partner_domain_name
119
+
120
+ @partner_domain_name.setter
121
+ def partner_domain_name(self, partner_domain_name):
122
+ r"""Sets the partner_domain_name of this TicsLeaguePartnerVo.
123
+
124
+ 联盟合作方租户名
125
+
126
+ :param partner_domain_name: The partner_domain_name of this TicsLeaguePartnerVo.
127
+ :type partner_domain_name: str
128
+ """
129
+ self._partner_domain_name = partner_domain_name
130
+
131
+ @property
132
+ def partner_status(self):
133
+ r"""Gets the partner_status of this TicsLeaguePartnerVo.
134
+
135
+ 联盟合作方状态
136
+
137
+ :return: The partner_status of this TicsLeaguePartnerVo.
138
+ :rtype: str
139
+ """
140
+ return self._partner_status
141
+
142
+ @partner_status.setter
143
+ def partner_status(self, partner_status):
144
+ r"""Sets the partner_status of this TicsLeaguePartnerVo.
145
+
146
+ 联盟合作方状态
147
+
148
+ :param partner_status: The partner_status of this TicsLeaguePartnerVo.
149
+ :type partner_status: str
150
+ """
151
+ self._partner_status = partner_status
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, TicsLeaguePartnerVo):
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