OutputResult class abstract
In the message response, it contains the result of the output, if required in the message request. Information related to the result the output (display, print, input).
Properties:
- device - Logical device located on a Sale Terminal or a POI Terminal, in term of class of information to output (display, print or store), or input (keyboard) for the Cashier or the Customer. Copy. Possible values: * CashierDisplay * CashierInput * CustomerDisplay * CustomerInput
- infoQualify - Qualification of the information to sent to an output logical device, to display or print to the Cashier or the Customer. Copy. Possible values: * CustomerAssistance * Display * Document * Error * Input * POIReplication * Receipt * Sound * Status * Voucher
- response - Result of a message request processing.
- Annotations
-
- @BuiltValue.new()
Constructors
- OutputResult([void updates(OutputResultBuilder b)])
-
factory
Properties
- device → Device
-
Logical device located on a Sale Terminal or a POI Terminal, in term of class of information to output (display, print or store), or input (keyboard) for the Cashier or the Customer. Copy. Possible values: * CashierDisplay * CashierInput * CustomerDisplay * CustomerInput
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- infoQualify → InfoQualify
-
Qualification of the information to sent to an output logical device, to display or print to the Cashier or the Customer. Copy. Possible values: * CustomerAssistance * Display * Document * Error * Input * POIReplication * Receipt * Sound * Status * Voucher
no setter
- response → Response
-
Result of a message request processing.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(OutputResultBuilder)) → OutputResult -
Rebuilds the instance.
inherited
-
toBuilder(
) → OutputResultBuilder -
Converts the instance to a builder
B.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
OutputResult> -
no setter