java.lang.Object
java.lang.Record
tech.deplant.java4ever.framework.abi.AbiTvmCell
- All Implemented Interfaces:
AbiValue
-
Constructor Summary
ConstructorsConstructorDescriptionAbiTvmCell(Sdk sdk, AbiValue... storeList) Creates an instance of aAbiTvmCellrecord class. -
Method Summary
Modifier and TypeMethodDescriptiontech.deplant.java4ever.binding.Boc.BuilderOp[]builder()final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.sdk()Returns the value of thesdkrecord component.AbiValue[]Returns the value of thestoreListrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
AbiTvmCell
Creates an instance of aAbiTvmCellrecord class.- Parameters:
sdk- the value for thesdkrecord componentstoreList- the value for thestoreListrecord component
-
-
Method Details
-
builder
public tech.deplant.java4ever.binding.Boc.BuilderOp[] builder() throws tech.deplant.java4ever.binding.EverSdkException- Throws:
tech.deplant.java4ever.binding.EverSdkException
-
serialize
-
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). -
sdk
Returns the value of thesdkrecord component.- Returns:
- the value of the
sdkrecord component
-
storeList
Returns the value of thestoreListrecord component.- Returns:
- the value of the
storeListrecord component
-