EncerrarApuracaoResponse class

Response para encerrar apuração MIT

Inheritance

Constructors

EncerrarApuracaoResponse({required String status, String? responseId, String? responseDateTime, required List<MensagemMit> mensagens, String? protocoloEncerramento, int? idApuracao})
Construtor para EncerrarApuracaoResponse.
EncerrarApuracaoResponse.fromJson(Map<String, dynamic> json)
Cria uma instância a partir de um mapa JSON.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
idApuracao int?
Identificador da apuração encerrada.
final
mensagemErro String?
Texto da primeira mensagem de erro, se houver.
no setterinherited
mensagens List<MensagemMit>
Lista de mensagens retornadas pelo serviço.
finalinherited
mensagensAviso List<MensagemMit>
Obtém todas as mensagens de aviso
no setterinherited
mensagensErro List<MensagemMit>
Obtém todas as mensagens de erro
no setterinherited
mensagensSucesso List<MensagemMit>
Obtém todas as mensagens de sucesso
no setterinherited
protocoloEncerramento String?
Protocolo do encerramento.
final
responseDateTime String?
Data/hora da resposta.
finalinherited
responseId String?
Identificador da resposta.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String
Código de status da resposta (ex.: "200").
finalinherited
sucesso bool
Indica se a requisição foi bem-sucedida (status 200).
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited