pipeline.src.entities.control_units =================================== .. py:module:: pipeline.src.entities.control_units Classes ------- .. autoapisummary:: pipeline.src.entities.control_units.ControlUnit pipeline.src.entities.control_units.ControlUnitActions pipeline.src.entities.control_units.ControlUnitActionsSentMessage Module Contents --------------- .. py:class:: ControlUnit .. py:attribute:: control_unit_id :type: int .. py:attribute:: control_unit_name :type: str .. py:attribute:: administration :type: str .. py:attribute:: emails :type: List[str] .. py:attribute:: phone_numbers :type: List[str] .. py:class:: ControlUnitActions Control unit and its fisheries control actions between two dates. .. py:attribute:: control_unit :type: ControlUnit .. py:attribute:: period :type: src.helpers.dates.Period .. py:attribute:: land_controls :type: pandas.DataFrame .. py:attribute:: sea_controls :type: pandas.DataFrame .. py:attribute:: air_controls :type: pandas.DataFrame .. py:attribute:: air_surveillances :type: pandas.DataFrame .. py:class:: ControlUnitActionsSentMessage .. py:attribute:: control_unit_id :type: int .. py:attribute:: control_unit_name :type: str .. py:attribute:: email_address :type: str .. py:attribute:: sending_datetime_utc :type: datetime.datetime .. py:attribute:: actions_min_datetime_utc :type: datetime.datetime .. py:attribute:: actions_max_datetime_utc :type: datetime.datetime .. py:attribute:: number_of_actions :type: int .. py:attribute:: success :type: bool .. py:attribute:: error_code :type: int .. py:attribute:: error_message :type: str