Class WriteCLValue
- java.lang.Object
-
- com.syntifi.casper.sdk.model.deploy.transform.WriteCLValue
-
-
Constructor Summary
Constructors Constructor Description WriteCLValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(java.lang.Object other)
boolean
equals(java.lang.Object o)
AbstractCLValue<?,?>
getClvalue()
int
hashCode()
void
setClvalue(AbstractCLValue<?,?> clvalue)
java.lang.String
toString()
-
-
-
Method Detail
-
getClvalue
public AbstractCLValue<?,?> getClvalue()
- See Also:
AbstractCLValue
-
setClvalue
public void setClvalue(AbstractCLValue<?,?> clvalue)
- See Also:
AbstractCLValue
-
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
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-