Module java4ever.framework
Record Class TvmBuilder
java.lang.Object
java.lang.Record
tech.deplant.java4ever.framework.datatype.TvmBuilder
- All Implemented Interfaces:
AbiValue
public record TvmBuilder(AtomicInteger refCounter, List<tech.deplant.java4ever.binding.Boc.BuilderOp> operations)
extends Record
implements AbiValue
-
Constructor Summary
ConstructorsConstructorDescriptionTvmBuilder(AtomicInteger refCounter, List<tech.deplant.java4ever.binding.Boc.BuilderOp> operations) Creates an instance of aTvmBuilderrecord class. -
Method Summary
Modifier and TypeMethodDescriptiontech.deplant.java4ever.binding.Boc.BuilderOp[]builders()final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.List<tech.deplant.java4ever.binding.Boc.BuilderOp>Returns the value of theoperationsrecord component.Returns the value of therefCounterrecord component.toABI()toJava()final StringtoString()Returns a string representation of this record class.type()
-
Constructor Details
-
TvmBuilder
public TvmBuilder() -
TvmBuilder
public TvmBuilder(AtomicInteger refCounter, List<tech.deplant.java4ever.binding.Boc.BuilderOp> operations) Creates an instance of aTvmBuilderrecord class.- Parameters:
refCounter- the value for therefCounterrecord componentoperations- the value for theoperationsrecord component
-
-
Method Details
-
builders
public tech.deplant.java4ever.binding.Boc.BuilderOp[] builders() -
store
- Throws:
tech.deplant.java4ever.binding.EverSdkException
-
store
public TvmBuilder store(AbiType type, Object inputValue) throws tech.deplant.java4ever.binding.EverSdkException - Throws:
tech.deplant.java4ever.binding.EverSdkException
-
toCell
- Throws:
tech.deplant.java4ever.binding.EverSdkException
-
toJava
-
toABI
-
type
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
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). -
refCounter
Returns the value of therefCounterrecord component.- Returns:
- the value of the
refCounterrecord component
-
operations
Returns the value of theoperationsrecord component.- Returns:
- the value of the
operationsrecord component
-