java.lang.Object
java.lang.Record
tech.deplant.java4ever.framework.datatype.TvmCell
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TvmBuilderbuilder()Builder tvm builder.cellBoc()Returns the value of thecellBocrecord component.com.fasterxml.jackson.databind.JsonNodeDecode json node.com.fasterxml.jackson.databind.JsonNodedecode(int contextId, tech.deplant.java4ever.binding.Abi.AbiParam[] types) Decode json node.com.fasterxml.jackson.databind.JsonNodeDecode json node.com.fasterxml.jackson.databind.JsonNodedecodeAndGet(int contextId, String[] types, int index) Decode and get json node.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.toABI()To abi object.toJava()To java j.toString()Returns a string representation of this record class.type()Type abi type.
-
Field Details
-
EMPTY
The constant EMPTY.
-
-
Constructor Details
-
TvmCell
Creates an instance of aTvmCellrecord class.- Parameters:
cellBoc- the value for thecellBocrecord component
-
-
Method Details
-
builder
-
decode
public com.fasterxml.jackson.databind.JsonNode decode(int contextId, tech.deplant.java4ever.binding.Abi.AbiParam[] types) throws tech.deplant.java4ever.binding.EverSdkException Decode json node.- Parameters:
contextId- the context idtypes- the types- Returns:
- the json node
- Throws:
tech.deplant.java4ever.binding.EverSdkException- the ever sdk exception
-
decode
public com.fasterxml.jackson.databind.JsonNode decode(int contextId, String[] types) throws tech.deplant.java4ever.binding.EverSdkException Decode json node.- Parameters:
contextId- the context idtypes- the types- Returns:
- the json node
- Throws:
tech.deplant.java4ever.binding.EverSdkException- the ever sdk exception
-
decode
public com.fasterxml.jackson.databind.JsonNode decode(int contextId, AbiType[] types) throws tech.deplant.java4ever.binding.EverSdkException Decode json node.- Parameters:
contextId- the context idtypes- the types- Returns:
- the json node
- Throws:
tech.deplant.java4ever.binding.EverSdkException- the ever sdk exception
-
decodeAndGet
public com.fasterxml.jackson.databind.JsonNode decodeAndGet(int contextId, String[] types, int index) throws tech.deplant.java4ever.binding.EverSdkException Decode and get json node.- Parameters:
contextId- the context idtypes- the typesindex- the index- Returns:
- the json node
- Throws:
tech.deplant.java4ever.binding.EverSdkException- the ever sdk exception
-
toString
-
toJava
-
toABI
-
type
-
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). -
cellBoc
Returns the value of thecellBocrecord component.- Returns:
- the value of the
cellBocrecord component
-