Exemple #1
0
    def from_dict(cls, dikt) -> 'Parameter':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The Parameter of this Parameter.  # noqa: E501
        :rtype: Parameter
        """
        return util.deserialize_model(dikt, cls)
Exemple #2
0
    def from_dict(cls, dikt) -> 'StatusInfo':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The statusInfo of this StatusInfo.  # noqa: E501
        :rtype: StatusInfo
        """
        return util.deserialize_model(dikt, cls)
Exemple #3
0
    def from_dict(cls, dikt) -> 'Error':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The Error of this Error.  # noqa: E501
        :rtype: Error
        """
        return util.deserialize_model(dikt, cls)
    def from_dict(cls, dikt) -> 'InitResponse':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The initResponse of this InitResponse.  # noqa: E501
        :rtype: InitResponse
        """
        return util.deserialize_model(dikt, cls)
    def from_dict(cls, dikt) -> 'Planalto':
        """Retorna um modelo do dict

        :param dikt: Um dict.
        :type: dict
        :return: Um objeto do tipo Planalto.
        :rtype: Planalto
        """
        return util.deserialize_model(dikt, cls)
Exemple #6
0
    def from_dict(cls, dikt) -> 'Balance':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The Balance of this Balance.  # noqa: E501
        :rtype: Balance
        """
        return util.deserialize_model(dikt, cls)
    def from_dict(cls, dikt) -> 'Sonda':
        """Retorna um modelo do dict

        :param dikt: Um dict.
        :type: dict
        :return: Um objeto do tipo Sonda
        :rtype: Sonda
        """
        return util.deserialize_model(dikt, cls)
Exemple #8
0
    def from_dict(cls, dikt) -> 'OperationStatus':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The inline_response_200_2 of this OperationStatus.  # noqa: E501
        :rtype: OperationStatus
        """
        return util.deserialize_model(dikt, cls)
Exemple #9
0
    def from_dict(cls, dikt) -> 'Team':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The Team of this Team.  # noqa: E501
        :rtype: Team
        """
        return util.deserialize_model(dikt, cls)
Exemple #10
0
    def from_dict(cls, dikt) -> 'Point':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The Point of this Point.  # noqa: E501
        :rtype: Point
        """
        return util.deserialize_model(dikt, cls)
Exemple #11
0
    def from_dict(cls, dikt) -> 'Operation':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The Operation of this Operation.  # noqa: E501
        :rtype: Operation
        """
        return util.deserialize_model(dikt, cls)
Exemple #12
0
    def from_dict(cls, dikt) -> 'SessionStatus':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The SessionStatus of this SessionStatus.  # noqa: E501
        :rtype: SessionStatus
        """
        return util.deserialize_model(dikt, cls)
Exemple #13
0
    def from_dict(cls, dikt) -> 'ProcessColor':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The Process --> Color of this ProcessColor.  # noqa: E501
        :rtype: ProcessColor
        """
        return util.deserialize_model(dikt, cls)
    def from_dict(cls, dikt) -> 'InlineResponse200':
        """Returns the dict as a model

        :param dikt: A dict.
        :type: dict
        :return: The inline_response_200 of this InlineResponse200.  # noqa: E501
        :rtype: InlineResponse200
        """
        return util.deserialize_model(dikt, cls)
 def from_dict(cls: typing.Type[T], dikt) -> T:
     """Returns the dict as a model"""
     return util.deserialize_model(dikt, cls)
 def from_dict(cls, dikt) -> 'SFCInfo':
     return util.deserialize_model(dikt, cls)
Exemple #17
0
 def from_dict(cls, dikt) -> 'Threshold_ScalingInfo':
     return util.deserialize_model(dikt, cls)