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 aAbiTvmCell
record class. -
Method Summary
Modifier and TypeMethodDescriptiontech.deplant.java4ever.binding.Boc.BuilderOp[]
builder()
final boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.sdk()
Returns the value of thesdk
record component.AbiValue[]
Returns the value of thestoreList
record component.final String
toString()
Returns a string representation of this record class.
-
Constructor Details
-
AbiTvmCell
Creates an instance of aAbiTvmCell
record class.- Parameters:
sdk
- the value for thesdk
record componentstoreList
- the value for thestoreList
record 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 thesdk
record component.- Returns:
- the value of the
sdk
record component
-
storeList
Returns the value of thestoreList
record component.- Returns:
- the value of the
storeList
record component
-