nextpyp.client.gen.ReconstructionData#
- class nextpyp.client.gen.ReconstructionData#
Bases:
object(no description yet)
Methods
deserialize- rtype:
Creates a new class instance from JSON
serialize- rtype:
str
Converts this class instance into JSON
Attributes
TYPE_ID(no description yet)
(no description yet)
(no description yet)
(no description yet)
Details
- __init__(id, timestamp, class_num, iteration)#
- Parameters:
id (str) –
timestamp (int) –
class_num (int) –
iteration (int) –
- Return type:
None
-
class_num:
int# (no description yet)
- classmethod from_json(json, type_ids=None)#
Creates a new class instance from JSON
- Return type:
- Parameters:
json (Dict[str, Any]) –
type_ids (Dict[str, str] | None) –
-
id:
str# (no description yet)
-
iteration:
int# (no description yet)
-
timestamp:
int# (no description yet)
- to_json()#
Converts this class instance into JSON
- Return type:
Dict[str,Any]