ConsultarAnosCalendariosResponse class
Modelo de dados de resposta para consultar anos calendários
Representa a resposta do serviço CONSULTARANOSCALENDARIOS102
Constructors
-
ConsultarAnosCalendariosResponse({required int status, required List<
MensagemNegocio> mensagens, List<AnoCalendarioRegime> ? dados}) -
ConsultarAnosCalendariosResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
dados
→ List<
AnoCalendarioRegime> ? -
Lista de anos calendários com opções efetivadas
final
- hasData → bool
-
Indica se há dados disponíveis
no setter
- hasErrors → bool
-
Indica se há mensagens de erro
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasWarnings → bool
-
Indica se há mensagens de aviso
no setter
- isSuccess → bool
-
Indica se a operação foi bem-sucedida
no setter
-
mensagens
→ List<
MensagemNegocio> -
Mensagens explicativas retornadas no acionamento do serviço
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → int
-
Status HTTP retornado no acionamento do serviço
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited