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 aParamsOfProofMessageDatarecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.com.fasterxml.jackson.databind.JsonNodemessage()Returns the value of themessagerecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
ParamsOfProofMessageData
public ParamsOfProofMessageData(com.fasterxml.jackson.databind.JsonNode message) Creates an instance of aParamsOfProofMessageDatarecord class.- Parameters:
message- the value for themessagerecord 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
-