Class StoredValueCLValue
- java.lang.Object
-
- com.syntifi.casper.sdk.model.storedvalue.StoredValueCLValue
-
- All Implemented Interfaces:
StoredValue<AbstractCLValue<?,?>>
public class StoredValueCLValue extends java.lang.Object implements StoredValue<AbstractCLValue<?,?>>
Stored Value forAbstractCLType
- Since:
- 0.0.1
- See Also:
StoredValue
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StoredValueCLValue.StoredValueCLValueBuilder
-
Constructor Summary
Constructors Constructor Description StoredValueCLValue()
StoredValueCLValue(AbstractCLValue<?,?> value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StoredValueCLValue.StoredValueCLValueBuilder
builder()
protected boolean
canEqual(java.lang.Object other)
boolean
equals(java.lang.Object o)
AbstractCLValue<?,?>
getValue()
int
hashCode()
void
setValue(AbstractCLValue<?,?> value)
-
-
-
Constructor Detail
-
StoredValueCLValue
public StoredValueCLValue(AbstractCLValue<?,?> value)
-
StoredValueCLValue
public StoredValueCLValue()
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
builder
public static StoredValueCLValue.StoredValueCLValueBuilder builder()
-
getValue
public AbstractCLValue<?,?> getValue()
- Specified by:
getValue
in interfaceStoredValue<AbstractCLValue<?,?>>
-
setValue
public void setValue(AbstractCLValue<?,?> value)
-
-