@@ -51,8 +51,8 @@ def __init__(self):
5151 'calibration_id' : 'str' ,
5252 'rescored' : 'bool' ,
5353 'deleted' : 'bool' ,
54- 'o_total_score ' : 'int' ,
55- 'o_total_critical_score ' : 'int'
54+ 'o_total_critical_score ' : 'int' ,
55+ 'o_total_score ' : 'int'
5656 }
5757
5858 self .attribute_map = {
@@ -67,8 +67,8 @@ def __init__(self):
6767 'calibration_id' : 'calibrationId' ,
6868 'rescored' : 'rescored' ,
6969 'deleted' : 'deleted' ,
70- 'o_total_score ' : 'oTotalScore ' ,
71- 'o_total_critical_score ' : 'oTotalCriticalScore '
70+ 'o_total_critical_score ' : 'oTotalCriticalScore ' ,
71+ 'o_total_score ' : 'oTotalScore '
7272 }
7373
7474 self ._evaluation_id = None
@@ -82,8 +82,8 @@ def __init__(self):
8282 self ._calibration_id = None
8383 self ._rescored = None
8484 self ._deleted = None
85- self ._o_total_score = None
8685 self ._o_total_critical_score = None
86+ self ._o_total_score = None
8787
8888 @property
8989 def evaluation_id (self ):
@@ -339,50 +339,50 @@ def deleted(self, deleted):
339339 self ._deleted = deleted
340340
341341 @property
342- def o_total_score (self ):
342+ def o_total_critical_score (self ):
343343 """
344- Gets the o_total_score of this AnalyticsEvaluation.
344+ Gets the o_total_critical_score of this AnalyticsEvaluation.
345345
346346
347- :return: The o_total_score of this AnalyticsEvaluation.
347+ :return: The o_total_critical_score of this AnalyticsEvaluation.
348348 :rtype: int
349349 """
350- return self ._o_total_score
350+ return self ._o_total_critical_score
351351
352- @o_total_score .setter
353- def o_total_score (self , o_total_score ):
352+ @o_total_critical_score .setter
353+ def o_total_critical_score (self , o_total_critical_score ):
354354 """
355- Sets the o_total_score of this AnalyticsEvaluation.
355+ Sets the o_total_critical_score of this AnalyticsEvaluation.
356356
357357
358- :param o_total_score : The o_total_score of this AnalyticsEvaluation.
358+ :param o_total_critical_score : The o_total_critical_score of this AnalyticsEvaluation.
359359 :type: int
360360 """
361361
362- self ._o_total_score = o_total_score
362+ self ._o_total_critical_score = o_total_critical_score
363363
364364 @property
365- def o_total_critical_score (self ):
365+ def o_total_score (self ):
366366 """
367- Gets the o_total_critical_score of this AnalyticsEvaluation.
367+ Gets the o_total_score of this AnalyticsEvaluation.
368368
369369
370- :return: The o_total_critical_score of this AnalyticsEvaluation.
370+ :return: The o_total_score of this AnalyticsEvaluation.
371371 :rtype: int
372372 """
373- return self ._o_total_critical_score
373+ return self ._o_total_score
374374
375- @o_total_critical_score .setter
376- def o_total_critical_score (self , o_total_critical_score ):
375+ @o_total_score .setter
376+ def o_total_score (self , o_total_score ):
377377 """
378- Sets the o_total_critical_score of this AnalyticsEvaluation.
378+ Sets the o_total_score of this AnalyticsEvaluation.
379379
380380
381- :param o_total_critical_score : The o_total_critical_score of this AnalyticsEvaluation.
381+ :param o_total_score : The o_total_score of this AnalyticsEvaluation.
382382 :type: int
383383 """
384384
385- self ._o_total_critical_score = o_total_critical_score
385+ self ._o_total_score = o_total_score
386386
387387 def to_dict (self ):
388388 """
0 commit comments