Record Class MessageDescription
java.lang.Object
java.lang.Record
io.fluxzero.sdk.common.serialization.MessageDescription
-
Constructor Summary
ConstructorsConstructorDescriptionMessageDescription(String value) Creates an instance of aMessageDescriptionrecord class. -
Method Summary
-
Constructor Details
-
MessageDescription
Creates an instance of aMessageDescriptionrecord class.- Parameters:
value- the value for thevaluerecord component
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
value
Returns the value of thevaluerecord component.- Returns:
- the value of the
valuerecord component
-