Module java4ever.binding
Package tech.deplant.java4ever.binding
Record Class Boc.ParamsOfEncodeExternalInMessage
java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Boc.ParamsOfEncodeExternalInMessage
- Record Components:
src
- Source address.dst
- Destination address.init
- Bag of cells with state init (used in deploy messages).body
- Bag of cells with the message body encoded as base64.bocCache
- The BOC itself returned if no cache type provided Cache type to put the result.
- Enclosing class:
Boc
-
Constructor Summary
ConstructorsConstructorDescriptionParamsOfEncodeExternalInMessage
(String src, String dst, String init, String body, Boc.BocCacheType bocCache) Creates an instance of aParamsOfEncodeExternalInMessage
record class. -
Method Summary
Modifier and TypeMethodDescriptionbocCache()
Returns the value of thebocCache
record component.body()
Returns the value of thebody
record component.dst()
Returns the value of thedst
record component.final boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.init()
Returns the value of theinit
record component.src()
Returns the value of thesrc
record component.final String
toString()
Returns a string representation of this record class.
-
Constructor Details
-
ParamsOfEncodeExternalInMessage
public ParamsOfEncodeExternalInMessage(String src, String dst, String init, String body, Boc.BocCacheType bocCache) Creates an instance of aParamsOfEncodeExternalInMessage
record class.
-
-
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)
. -
src
-
dst
-
init
-
body
-
bocCache
-