# coding: utf-8

"""
    vms

    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 BindAXNEResponse(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 = {
        'phone_no_a': 'str',
        'phone_no_a_city_code': 'str',
        'phone_no_b': 'str',
        'phone_no_b_city_code': 'str',
        'phone_no_e': 'str',
        'phone_no_x': 'str',
        'phone_no_x_city_code': 'str',
        'status': 'int',
        'sub_id': 'str'
    }

    attribute_map = {
        'phone_no_a': 'PhoneNoA',
        'phone_no_a_city_code': 'PhoneNoACityCode',
        'phone_no_b': 'PhoneNoB',
        'phone_no_b_city_code': 'PhoneNoBCityCode',
        'phone_no_e': 'PhoneNoE',
        'phone_no_x': 'PhoneNoX',
        'phone_no_x_city_code': 'PhoneNoXCityCode',
        'status': 'Status',
        'sub_id': 'SubId'
    }

    def __init__(self, phone_no_a=None, phone_no_a_city_code=None, phone_no_b=None, phone_no_b_city_code=None, phone_no_e=None, phone_no_x=None, phone_no_x_city_code=None, status=None, sub_id=None, _configuration=None):  # noqa: E501
        """BindAXNEResponse - a model defined in Swagger"""  # noqa: E501
        if _configuration is None:
            _configuration = Configuration()
        self._configuration = _configuration

        self._phone_no_a = None
        self._phone_no_a_city_code = None
        self._phone_no_b = None
        self._phone_no_b_city_code = None
        self._phone_no_e = None
        self._phone_no_x = None
        self._phone_no_x_city_code = None
        self._status = None
        self._sub_id = None
        self.discriminator = None

        if phone_no_a is not None:
            self.phone_no_a = phone_no_a
        if phone_no_a_city_code is not None:
            self.phone_no_a_city_code = phone_no_a_city_code
        if phone_no_b is not None:
            self.phone_no_b = phone_no_b
        if phone_no_b_city_code is not None:
            self.phone_no_b_city_code = phone_no_b_city_code
        if phone_no_e is not None:
            self.phone_no_e = phone_no_e
        if phone_no_x is not None:
            self.phone_no_x = phone_no_x
        if phone_no_x_city_code is not None:
            self.phone_no_x_city_code = phone_no_x_city_code
        if status is not None:
            self.status = status
        if sub_id is not None:
            self.sub_id = sub_id

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


        :return: The phone_no_a of this BindAXNEResponse.  # noqa: E501
        :rtype: str
        """
        return self._phone_no_a

    @phone_no_a.setter
    def phone_no_a(self, phone_no_a):
        """Sets the phone_no_a of this BindAXNEResponse.


        :param phone_no_a: The phone_no_a of this BindAXNEResponse.  # noqa: E501
        :type: str
        """

        self._phone_no_a = phone_no_a

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


        :return: The phone_no_a_city_code of this BindAXNEResponse.  # noqa: E501
        :rtype: str
        """
        return self._phone_no_a_city_code

    @phone_no_a_city_code.setter
    def phone_no_a_city_code(self, phone_no_a_city_code):
        """Sets the phone_no_a_city_code of this BindAXNEResponse.


        :param phone_no_a_city_code: The phone_no_a_city_code of this BindAXNEResponse.  # noqa: E501
        :type: str
        """

        self._phone_no_a_city_code = phone_no_a_city_code

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


        :return: The phone_no_b of this BindAXNEResponse.  # noqa: E501
        :rtype: str
        """
        return self._phone_no_b

    @phone_no_b.setter
    def phone_no_b(self, phone_no_b):
        """Sets the phone_no_b of this BindAXNEResponse.


        :param phone_no_b: The phone_no_b of this BindAXNEResponse.  # noqa: E501
        :type: str
        """

        self._phone_no_b = phone_no_b

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


        :return: The phone_no_b_city_code of this BindAXNEResponse.  # noqa: E501
        :rtype: str
        """
        return self._phone_no_b_city_code

    @phone_no_b_city_code.setter
    def phone_no_b_city_code(self, phone_no_b_city_code):
        """Sets the phone_no_b_city_code of this BindAXNEResponse.


        :param phone_no_b_city_code: The phone_no_b_city_code of this BindAXNEResponse.  # noqa: E501
        :type: str
        """

        self._phone_no_b_city_code = phone_no_b_city_code

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


        :return: The phone_no_e of this BindAXNEResponse.  # noqa: E501
        :rtype: str
        """
        return self._phone_no_e

    @phone_no_e.setter
    def phone_no_e(self, phone_no_e):
        """Sets the phone_no_e of this BindAXNEResponse.


        :param phone_no_e: The phone_no_e of this BindAXNEResponse.  # noqa: E501
        :type: str
        """

        self._phone_no_e = phone_no_e

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


        :return: The phone_no_x of this BindAXNEResponse.  # noqa: E501
        :rtype: str
        """
        return self._phone_no_x

    @phone_no_x.setter
    def phone_no_x(self, phone_no_x):
        """Sets the phone_no_x of this BindAXNEResponse.


        :param phone_no_x: The phone_no_x of this BindAXNEResponse.  # noqa: E501
        :type: str
        """

        self._phone_no_x = phone_no_x

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


        :return: The phone_no_x_city_code of this BindAXNEResponse.  # noqa: E501
        :rtype: str
        """
        return self._phone_no_x_city_code

    @phone_no_x_city_code.setter
    def phone_no_x_city_code(self, phone_no_x_city_code):
        """Sets the phone_no_x_city_code of this BindAXNEResponse.


        :param phone_no_x_city_code: The phone_no_x_city_code of this BindAXNEResponse.  # noqa: E501
        :type: str
        """

        self._phone_no_x_city_code = phone_no_x_city_code

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


        :return: The status of this BindAXNEResponse.  # noqa: E501
        :rtype: int
        """
        return self._status

    @status.setter
    def status(self, status):
        """Sets the status of this BindAXNEResponse.


        :param status: The status of this BindAXNEResponse.  # noqa: E501
        :type: int
        """

        self._status = status

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


        :return: The sub_id of this BindAXNEResponse.  # noqa: E501
        :rtype: str
        """
        return self._sub_id

    @sub_id.setter
    def sub_id(self, sub_id):
        """Sets the sub_id of this BindAXNEResponse.


        :param sub_id: The sub_id of this BindAXNEResponse.  # noqa: E501
        :type: str
        """

        self._sub_id = sub_id

    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(BindAXNEResponse, 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, BindAXNEResponse):
            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, BindAXNEResponse):
            return True

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