Module java4ever.binding
Package tech.deplant.java4ever.binding
Record Class Proofs.ParamsOfProofMessageData
java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Proofs.ParamsOfProofMessageData
- Record Components:
message
- Single message's data as queried from DApp server, without modifications. The required fields are `id` and/or top-level `boc`, others are optional. In order to reduce network requests count, it is recommended to provide at least `boc` of message and non-null `src_transaction.id` or `dst_transaction.id`.
- Enclosing class:
Proofs
public static record Proofs.ParamsOfProofMessageData(com.fasterxml.jackson.databind.JsonNode message)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionParamsOfProofMessageData
(com.fasterxml.jackson.databind.JsonNode message) Creates an instance of aParamsOfProofMessageData
record class. -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.com.fasterxml.jackson.databind.JsonNode
message()
Returns the value of themessage
record component.final String
toString()
Returns a string representation of this record class.
-
Constructor Details
-
ParamsOfProofMessageData
public ParamsOfProofMessageData(com.fasterxml.jackson.databind.JsonNode message) Creates an instance of aParamsOfProofMessageData
record class.- Parameters:
message
- the value for themessage
record 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)
. -
message
-