Class CLTypeList
- java.lang.Object
-
- com.casper.sdk.model.clvalue.cltype.AbstractCLType
-
- com.casper.sdk.model.clvalue.cltype.CLTypeList
-
public class CLTypeList extends AbstractCLType
CLType forAbstractCLType.LIST- Since:
- 0.0.1
- See Also:
AbstractCLType
-
-
Constructor Summary
Constructors Constructor Description CLTypeList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)protected java.lang.ObjectgetJsonValue()AbstractCLTypegetListType()java.lang.StringgetTypeName()Required getter for implementations of CLTypeinthashCode()protected voidsetJsonValue(AbstractCLType clType)voidsetListType(AbstractCLType listType)-
Methods inherited from class com.casper.sdk.model.clvalue.cltype.AbstractCLType
getClTypeData
-
-
-
-
Method Detail
-
setJsonValue
@ExcludeFromJacocoGeneratedReport protected void setJsonValue(AbstractCLType clType)
-
getJsonValue
@ExcludeFromJacocoGeneratedReport protected java.lang.Object getJsonValue()
-
getTypeName
public java.lang.String getTypeName()
Description copied from class:AbstractCLTypeRequired getter for implementations of CLType- Specified by:
getTypeNamein classAbstractCLType- Returns:
- the CLType name
-
getListType
public AbstractCLType getListType()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
setListType
public void setListType(AbstractCLType listType)
-
-