ConsultarSituacaoEncerramentoResponse class

Response para consultar situação de encerramento

Inheritance

Constructors

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

Properties

encerramentoConcluido bool
Verifica se o encerramento foi concluído
no setter
encerramentoEmAndamento bool
Verifica se o encerramento está em andamento
no setter
hashCode int
The hash code for this object.
no setterinherited
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
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
situacaoEncerramento int?
Código da situação do encerramento (1=Em Processamento, 2=Sucesso, 3=Erro, 4=Em andamento).
final
situacaoEnum SituacaoEncerramento?
Obtém a situação do encerramento como enum
no setter
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