Package com.casper.sdk.model.clvalue
Class CLValueTuple3
- java.lang.Object
-
- com.casper.sdk.model.clvalue.AbstractCLValue<T,P>
-
- com.casper.sdk.model.clvalue.AbstractCLValueWithChildren<org.javatuples.Triplet<? extends AbstractCLValue<?,?>,? extends AbstractCLValue<?,?>,? extends AbstractCLValue<?,?>>,CLTypeTuple3>
-
- com.casper.sdk.model.clvalue.CLValueTuple3
-
- All Implemented Interfaces:
CasperDeserializableObject,CasperSerializableObject,dev.oak3.sbs4j.interfaces.DeserializableObject,dev.oak3.sbs4j.interfaces.SerializableObject
public class CLValueTuple3 extends AbstractCLValueWithChildren<org.javatuples.Triplet<? extends AbstractCLValue<?,?>,? extends AbstractCLValue<?,?>,? extends AbstractCLValue<?,?>>,CLTypeTuple3>
Casper Tuple3 CLValue implementation- Since:
- 0.0.1
- See Also:
AbstractCLValue
-
-
Constructor Summary
Constructors Constructor Description CLValueTuple3()CLValueTuple3(CLTypeTuple3 clType, java.lang.String bytes, java.lang.Object parsed)CLValueTuple3(org.javatuples.Triplet<? extends AbstractCLValue<?,?>,? extends AbstractCLValue<?,?>,? extends AbstractCLValue<?,?>> value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)voiddeserializeCustom(dev.oak3.sbs4j.DeserializerBuffer deser)booleanequals(java.lang.Object o)CLTypeTuple3getClType()inthashCode()protected voidserializeValue(dev.oak3.sbs4j.SerializerBuffer ser)protected voidsetChildTypes(org.javatuples.Triplet<? extends AbstractCLValue<?,?>,? extends AbstractCLValue<?,?>,? extends AbstractCLValue<?,?>> value)voidsetClType(CLTypeTuple3 clType)java.lang.StringtoString()-
Methods inherited from class com.casper.sdk.model.clvalue.AbstractCLValueWithChildren
childTypesSet, populateChildTypesFromParent, setJsonBytes
-
Methods inherited from class com.casper.sdk.model.clvalue.AbstractCLValue
clone, createInstanceFromBytes, deserialize, deserialize, getBytes, getJsonBytes, getParsed, getValue, serialize, serializePrefixWithLength, setBytes, setParsed, setValue
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.casper.sdk.model.clvalue.serde.CasperSerializableObject
serialize
-
-
-
-
Constructor Detail
-
CLValueTuple3
public CLValueTuple3(CLTypeTuple3 clType, java.lang.String bytes, java.lang.Object parsed)
-
CLValueTuple3
public CLValueTuple3(org.javatuples.Triplet<? extends AbstractCLValue<?,?>,? extends AbstractCLValue<?,?>,? extends AbstractCLValue<?,?>> value) throws dev.oak3.sbs4j.exception.ValueSerializationException
- Throws:
dev.oak3.sbs4j.exception.ValueSerializationException
-
CLValueTuple3
public CLValueTuple3()
-
-
Method Detail
-
setClType
public void setClType(CLTypeTuple3 clType)
- Specified by:
setClTypein classAbstractCLValue<org.javatuples.Triplet<? extends AbstractCLValue<?,?>,? extends AbstractCLValue<?,?>,? extends AbstractCLValue<?,?>>,CLTypeTuple3>
-
serializeValue
protected void serializeValue(dev.oak3.sbs4j.SerializerBuffer ser) throws dev.oak3.sbs4j.exception.ValueSerializationException- Specified by:
serializeValuein classAbstractCLValue<org.javatuples.Triplet<? extends AbstractCLValue<?,?>,? extends AbstractCLValue<?,?>,? extends AbstractCLValue<?,?>>,CLTypeTuple3>- Throws:
dev.oak3.sbs4j.exception.ValueSerializationException
-
deserializeCustom
public void deserializeCustom(dev.oak3.sbs4j.DeserializerBuffer deser) throws java.lang.Exception- Specified by:
deserializeCustomin classAbstractCLValue<org.javatuples.Triplet<? extends AbstractCLValue<?,?>,? extends AbstractCLValue<?,?>,? extends AbstractCLValue<?,?>>,CLTypeTuple3>- Throws:
java.lang.Exception
-
setChildTypes
protected void setChildTypes(org.javatuples.Triplet<? extends AbstractCLValue<?,?>,? extends AbstractCLValue<?,?>,? extends AbstractCLValue<?,?>> value)
- Specified by:
setChildTypesin classAbstractCLValueWithChildren<org.javatuples.Triplet<? extends AbstractCLValue<?,?>,? extends AbstractCLValue<?,?>,? extends AbstractCLValue<?,?>>,CLTypeTuple3>
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getClType
public CLTypeTuple3 getClType()
- Specified by:
getClTypein classAbstractCLValue<org.javatuples.Triplet<? extends AbstractCLValue<?,?>,? extends AbstractCLValue<?,?>,? extends AbstractCLValue<?,?>>,CLTypeTuple3>
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classAbstractCLValueWithChildren<org.javatuples.Triplet<? extends AbstractCLValue<?,?>,? extends AbstractCLValue<?,?>,? extends AbstractCLValue<?,?>>,CLTypeTuple3>
-
canEqual
protected boolean canEqual(java.lang.Object other)
- Overrides:
canEqualin classAbstractCLValueWithChildren<org.javatuples.Triplet<? extends AbstractCLValue<?,?>,? extends AbstractCLValue<?,?>,? extends AbstractCLValue<?,?>>,CLTypeTuple3>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractCLValueWithChildren<org.javatuples.Triplet<? extends AbstractCLValue<?,?>,? extends AbstractCLValue<?,?>,? extends AbstractCLValue<?,?>>,CLTypeTuple3>
-
-