MaxiCodeStandardSecondMessage
Contents
[
Hide
]MaxiCodeStandardSecondMessage class
Module: aspose_barcode.complex_barcode.maxi_code_standard_second_message
Inherits: MaxiCodeSecondMessage
Class for encoding and decoding standart second message for MaxiCode barcode.
Constructors
| Name | Description |
|---|---|
| init | Reimplemented in MaxiCodeStandartSecondMessage. |
Methods
| Name | Return Type | Static | Description |
|---|---|---|---|
| eq | bool | No | Returns a value indicating whether this instance is equal to a specified MaxiCodeStandartSecondMessage value. |
| getHashCode | int | No | Returns the hash code for this instance. |
Properties
| Name | Type | Description |
|---|---|---|
| message | str | Gets constructed second message. |
MaxiCodeStandardSecondMessage Constructor
__init__(self)
Reimplemented in MaxiCodeStandartSecondMessage.
MaxiCodeStandardSecondMessage.eq
__eq__(self, object other) -> bool
Returns a value indicating whether this instance is equal to a specified MaxiCodeStandartSecondMessage value.
| Parameter | Type | Description |
|---|---|---|
other | object |
Return Type: bool — True if obj has the same value as this instance; otherwise, False
MaxiCodeStandardSecondMessage.getHashCode
getHashCode(self) -> int
Returns the hash code for this instance.
Return Type: int
MaxiCodeStandardSecondMessage.message
Type: str
Gets constructed second message.
Returns: Constructed second message
Sets second message.
| Parameter | Type | Description |
|---|---|---|
value | str |