Class WriteCLValue
- java.lang.Object
-
- com.syntifi.casper.sdk.model.deploy.transform.WriteCLValue
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WriteCLValue.WriteCLValueBuilder
-
Constructor Summary
Constructors Constructor Description WriteCLValue()
WriteCLValue(AbstractCLValue<?,?> clvalue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WriteCLValue.WriteCLValueBuilder
builder()
AbstractCLValue<?,?>
getClvalue()
void
setClvalue(AbstractCLValue<?,?> clvalue)
-
-
-
Constructor Detail
-
WriteCLValue
public WriteCLValue(AbstractCLValue<?,?> clvalue)
-
WriteCLValue
public WriteCLValue()
-
-
Method Detail
-
builder
public static WriteCLValue.WriteCLValueBuilder builder()
-
getClvalue
public AbstractCLValue<?,?> getClvalue()
- See Also:
AbstractCLValue
-
setClvalue
public void setClvalue(AbstractCLValue<?,?> clvalue)
- See Also:
AbstractCLValue
-
-