# coding: utf-8

"""
    vei_api

    No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)  # noqa: E501

    OpenAPI spec version: common-version
    
    Generated by: https://github.com/swagger-api/swagger-codegen.git
"""


import pprint
import re  # noqa: F401

import six

from volcenginesdkcore.configuration import Configuration


class GetMediapipeEventResponse(object):
    """NOTE: This class is auto generated by the swagger code generator program.

    Do not edit the class manually.
    """

    """
    Attributes:
      swagger_types (dict): The key is attribute name
                            and the value is attribute type.
      attribute_map (dict): The key is attribute name
                            and the value is json key in definition.
    """
    swagger_types = {
        'base64_image_string': 'str',
        'create_time': 'str',
        'event_id': 'str',
        'event_type': 'str',
        'instance_id': 'str',
        'instance_name': 'str',
        'json_all_string': 'str',
        'obj_bboxes': 'list[ObjBboxForGetMediapipeEventOutput]',
        'project_id': 'str',
        'source_id': 'str',
        'source_type': 'str'
    }

    attribute_map = {
        'base64_image_string': 'base64_image_string',
        'create_time': 'create_time',
        'event_id': 'event_id',
        'event_type': 'event_type',
        'instance_id': 'instance_id',
        'instance_name': 'instance_name',
        'json_all_string': 'json_all_string',
        'obj_bboxes': 'obj_bboxes',
        'project_id': 'project_id',
        'source_id': 'source_id',
        'source_type': 'source_type'
    }

    def __init__(self, base64_image_string=None, create_time=None, event_id=None, event_type=None, instance_id=None, instance_name=None, json_all_string=None, obj_bboxes=None, project_id=None, source_id=None, source_type=None, _configuration=None):  # noqa: E501
        """GetMediapipeEventResponse - a model defined in Swagger"""  # noqa: E501
        if _configuration is None:
            _configuration = Configuration()
        self._configuration = _configuration

        self._base64_image_string = None
        self._create_time = None
        self._event_id = None
        self._event_type = None
        self._instance_id = None
        self._instance_name = None
        self._json_all_string = None
        self._obj_bboxes = None
        self._project_id = None
        self._source_id = None
        self._source_type = None
        self.discriminator = None

        if base64_image_string is not None:
            self.base64_image_string = base64_image_string
        if create_time is not None:
            self.create_time = create_time
        if event_id is not None:
            self.event_id = event_id
        if event_type is not None:
            self.event_type = event_type
        if instance_id is not None:
            self.instance_id = instance_id
        if instance_name is not None:
            self.instance_name = instance_name
        if json_all_string is not None:
            self.json_all_string = json_all_string
        if obj_bboxes is not None:
            self.obj_bboxes = obj_bboxes
        if project_id is not None:
            self.project_id = project_id
        if source_id is not None:
            self.source_id = source_id
        if source_type is not None:
            self.source_type = source_type

    @property
    def base64_image_string(self):
        """Gets the base64_image_string of this GetMediapipeEventResponse.  # noqa: E501


        :return: The base64_image_string of this GetMediapipeEventResponse.  # noqa: E501
        :rtype: str
        """
        return self._base64_image_string

    @base64_image_string.setter
    def base64_image_string(self, base64_image_string):
        """Sets the base64_image_string of this GetMediapipeEventResponse.


        :param base64_image_string: The base64_image_string of this GetMediapipeEventResponse.  # noqa: E501
        :type: str
        """

        self._base64_image_string = base64_image_string

    @property
    def create_time(self):
        """Gets the create_time of this GetMediapipeEventResponse.  # noqa: E501


        :return: The create_time of this GetMediapipeEventResponse.  # noqa: E501
        :rtype: str
        """
        return self._create_time

    @create_time.setter
    def create_time(self, create_time):
        """Sets the create_time of this GetMediapipeEventResponse.


        :param create_time: The create_time of this GetMediapipeEventResponse.  # noqa: E501
        :type: str
        """

        self._create_time = create_time

    @property
    def event_id(self):
        """Gets the event_id of this GetMediapipeEventResponse.  # noqa: E501


        :return: The event_id of this GetMediapipeEventResponse.  # noqa: E501
        :rtype: str
        """
        return self._event_id

    @event_id.setter
    def event_id(self, event_id):
        """Sets the event_id of this GetMediapipeEventResponse.


        :param event_id: The event_id of this GetMediapipeEventResponse.  # noqa: E501
        :type: str
        """

        self._event_id = event_id

    @property
    def event_type(self):
        """Gets the event_type of this GetMediapipeEventResponse.  # noqa: E501


        :return: The event_type of this GetMediapipeEventResponse.  # noqa: E501
        :rtype: str
        """
        return self._event_type

    @event_type.setter
    def event_type(self, event_type):
        """Sets the event_type of this GetMediapipeEventResponse.


        :param event_type: The event_type of this GetMediapipeEventResponse.  # noqa: E501
        :type: str
        """

        self._event_type = event_type

    @property
    def instance_id(self):
        """Gets the instance_id of this GetMediapipeEventResponse.  # noqa: E501


        :return: The instance_id of this GetMediapipeEventResponse.  # noqa: E501
        :rtype: str
        """
        return self._instance_id

    @instance_id.setter
    def instance_id(self, instance_id):
        """Sets the instance_id of this GetMediapipeEventResponse.


        :param instance_id: The instance_id of this GetMediapipeEventResponse.  # noqa: E501
        :type: str
        """

        self._instance_id = instance_id

    @property
    def instance_name(self):
        """Gets the instance_name of this GetMediapipeEventResponse.  # noqa: E501


        :return: The instance_name of this GetMediapipeEventResponse.  # noqa: E501
        :rtype: str
        """
        return self._instance_name

    @instance_name.setter
    def instance_name(self, instance_name):
        """Sets the instance_name of this GetMediapipeEventResponse.


        :param instance_name: The instance_name of this GetMediapipeEventResponse.  # noqa: E501
        :type: str
        """

        self._instance_name = instance_name

    @property
    def json_all_string(self):
        """Gets the json_all_string of this GetMediapipeEventResponse.  # noqa: E501


        :return: The json_all_string of this GetMediapipeEventResponse.  # noqa: E501
        :rtype: str
        """
        return self._json_all_string

    @json_all_string.setter
    def json_all_string(self, json_all_string):
        """Sets the json_all_string of this GetMediapipeEventResponse.


        :param json_all_string: The json_all_string of this GetMediapipeEventResponse.  # noqa: E501
        :type: str
        """

        self._json_all_string = json_all_string

    @property
    def obj_bboxes(self):
        """Gets the obj_bboxes of this GetMediapipeEventResponse.  # noqa: E501


        :return: The obj_bboxes of this GetMediapipeEventResponse.  # noqa: E501
        :rtype: list[ObjBboxForGetMediapipeEventOutput]
        """
        return self._obj_bboxes

    @obj_bboxes.setter
    def obj_bboxes(self, obj_bboxes):
        """Sets the obj_bboxes of this GetMediapipeEventResponse.


        :param obj_bboxes: The obj_bboxes of this GetMediapipeEventResponse.  # noqa: E501
        :type: list[ObjBboxForGetMediapipeEventOutput]
        """

        self._obj_bboxes = obj_bboxes

    @property
    def project_id(self):
        """Gets the project_id of this GetMediapipeEventResponse.  # noqa: E501


        :return: The project_id of this GetMediapipeEventResponse.  # noqa: E501
        :rtype: str
        """
        return self._project_id

    @project_id.setter
    def project_id(self, project_id):
        """Sets the project_id of this GetMediapipeEventResponse.


        :param project_id: The project_id of this GetMediapipeEventResponse.  # noqa: E501
        :type: str
        """

        self._project_id = project_id

    @property
    def source_id(self):
        """Gets the source_id of this GetMediapipeEventResponse.  # noqa: E501


        :return: The source_id of this GetMediapipeEventResponse.  # noqa: E501
        :rtype: str
        """
        return self._source_id

    @source_id.setter
    def source_id(self, source_id):
        """Sets the source_id of this GetMediapipeEventResponse.


        :param source_id: The source_id of this GetMediapipeEventResponse.  # noqa: E501
        :type: str
        """

        self._source_id = source_id

    @property
    def source_type(self):
        """Gets the source_type of this GetMediapipeEventResponse.  # noqa: E501


        :return: The source_type of this GetMediapipeEventResponse.  # noqa: E501
        :rtype: str
        """
        return self._source_type

    @source_type.setter
    def source_type(self, source_type):
        """Sets the source_type of this GetMediapipeEventResponse.


        :param source_type: The source_type of this GetMediapipeEventResponse.  # noqa: E501
        :type: str
        """

        self._source_type = source_type

    def to_dict(self):
        """Returns the model properties as a dict"""
        result = {}

        for attr, _ in six.iteritems(self.swagger_types):
            value = getattr(self, attr)
            if isinstance(value, list):
                result[attr] = list(map(
                    lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
                    value
                ))
            elif hasattr(value, "to_dict"):
                result[attr] = value.to_dict()
            elif isinstance(value, dict):
                result[attr] = dict(map(
                    lambda item: (item[0], item[1].to_dict())
                    if hasattr(item[1], "to_dict") else item,
                    value.items()
                ))
            else:
                result[attr] = value
        if issubclass(GetMediapipeEventResponse, dict):
            for key, value in self.items():
                result[key] = value

        return result

    def to_str(self):
        """Returns the string representation of the model"""
        return pprint.pformat(self.to_dict())

    def __repr__(self):
        """For `print` and `pprint`"""
        return self.to_str()

    def __eq__(self, other):
        """Returns true if both objects are equal"""
        if not isinstance(other, GetMediapipeEventResponse):
            return False

        return self.to_dict() == other.to_dict()

    def __ne__(self, other):
        """Returns true if both objects are not equal"""
        if not isinstance(other, GetMediapipeEventResponse):
            return True

        return self.to_dict() != other.to_dict()
