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 aParamsOfEncodeExternalInMessagerecord class. -
Method Summary
Modifier and TypeMethodDescriptionbocCache()Returns the value of thebocCacherecord component.body()Returns the value of thebodyrecord component.dst()Returns the value of thedstrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.init()Returns the value of theinitrecord component.src()Returns the value of thesrcrecord component.final StringtoString()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 aParamsOfEncodeExternalInMessagerecord 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
-