java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Client.AbiConfig
- Record Components:
workchain- Workchain id that is used by default in DeploySetmessageExpirationTimeout- Must be specified in milliseconds. Default is 40000 (40 sec). Message lifetime for contracts which ABI includes "expire" header.messageExpirationTimeoutGrowFactor- Default is 1.5 Factor that increases the expiration timeout for each retry
- Enclosing class:
Client
-
Constructor Summary
Constructors -
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.Returns the value of themessageExpirationTimeoutrecord component.Returns the value of themessageExpirationTimeoutGrowFactorrecord component.final StringtoString()Returns a string representation of this record class.Returns the value of theworkchainrecord component.
-
Constructor Details
-
AbiConfig
public AbiConfig(Long workchain, Long messageExpirationTimeout, Long messageExpirationTimeoutGrowFactor) Creates an instance of aAbiConfigrecord class.- Parameters:
workchain- the value for theworkchainrecord componentmessageExpirationTimeout- the value for themessageExpirationTimeoutrecord componentmessageExpirationTimeoutGrowFactor- the value for themessageExpirationTimeoutGrowFactorrecord 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). -
workchain
-
messageExpirationTimeout
Returns the value of themessageExpirationTimeoutrecord component.- Returns:
- the value of the
messageExpirationTimeoutrecord component
-
messageExpirationTimeoutGrowFactor
Returns the value of themessageExpirationTimeoutGrowFactorrecord component.- Returns:
- the value of the
messageExpirationTimeoutGrowFactorrecord component
-