Period class

Inheritance

Constructors

Period()

Properties

code JsonString
getter/setter pair
date JsonDate
getter/setter pair
dayId JsonInteger
getter/setter pair
dayOfHalf JsonInteger
getter/setter pair
dayOfMonth JsonInteger
getter/setter pair
dayOfQuarter JsonInteger
getter/setter pair
dayOfWeek JsonInteger
getter/setter pair
dayOfYear JsonInteger
getter/setter pair
en JsonString
getter/setter pair
endId JsonInteger
getter/setter pair
error String?
Gets the first general error message.
no setterinherited
errors Map<String, String?>
Map of field-specific errors.
getter/setter pairinherited
fields List<JsonField>
List of JSON fields representing the model attributes.
no setteroverride
generalErrors List<String>
List of general errors.
getter/setter pairinherited
generalInformations List<String>
List of general informational messages.
getter/setter pairinherited
generalWarnings List<String>
List of general warnings.
getter/setter pairinherited
halfOfYear JsonInteger
getter/setter pair
halfYearId JsonInteger
getter/setter pair
hasError bool
Checks if the model has any errors.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
hasInformation bool
Checks if the model has any informational messages.
no setterinherited
hasWarning bool
Checks if the model has any warnings.
no setterinherited
id JsonInteger
getter/setter pair
information String?
Gets the first general informational message.
no setterinherited
informations Map<String, String?>
Map of field-specific informational messages.
getter/setter pairinherited
ja JsonString
getter/setter pair
monthId JsonInteger
getter/setter pair
monthOfHalf JsonInteger
getter/setter pair
monthOfQuarter JsonInteger
getter/setter pair
monthOfYear JsonInteger
getter/setter pair
name JsonString
getter/setter pair
periodTypeId JsonInteger
getter/setter pair
quarterId JsonInteger
getter/setter pair
quarterOfHalf JsonInteger
getter/setter pair
quarterOfYear JsonInteger
getter/setter pair
requestProperty JsonString
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startId JsonInteger
getter/setter pair
vi JsonString
getter/setter pair
warning String?
Gets the first general warning message.
no setterinherited
warnings Map<String, String?>
Map of field-specific warnings.
getter/setter pairinherited
weekDay JsonObject<Period>
getter/setter pair
weekId JsonInteger
getter/setter pair
weekOfHalf JsonInteger
getter/setter pair
weekOfMonth JsonInteger
getter/setter pair
weekOfQuarter JsonInteger
getter/setter pair
weekOfYear JsonInteger
getter/setter pair
year JsonInteger
getter/setter pair
yearId JsonInteger
getter/setter pair
zh JsonString
getter/setter pair

Methods

fromJson(dynamic json) → void
Deserializes the JSON data to the model.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Serializes the model to JSON.
inherited
toString() String
Converts the model to a JSON string.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](String name) → dynamic
Gets the value of a field by name.
inherited
operator []=(String name, dynamic value) → void
Sets the value of a field by name.
inherited