Class AddUInt256
- java.lang.Object
-
- com.syntifi.casper.sdk.model.deploy.transform.AddUInt256
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAddUInt256.AddUInt256Builder
-
Constructor Summary
Constructors Constructor Description AddUInt256()AddUInt256(java.math.BigInteger u256)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AddUInt256.AddUInt256Builderbuilder()protected java.lang.StringgetJsonU256()getter for u256 json serializationjava.math.BigIntegergetU256()u256protected voidsetJsonU256(java.lang.String value)setter for u256 from json deserialized valuevoidsetU256(java.math.BigInteger u256)u256
-
-
-
Method Detail
-
getJsonU256
@ExcludeFromJacocoGeneratedReport protected java.lang.String getJsonU256()
getter for u256 json serialization- Returns:
- cost as expected for json serialization
-
setJsonU256
@ExcludeFromJacocoGeneratedReport protected void setJsonU256(java.lang.String value)
setter for u256 from json deserialized value- Parameters:
value- the deserialized value
-
builder
public static AddUInt256.AddUInt256Builder builder()
-
getU256
public java.math.BigInteger getU256()
u256
-
setU256
public void setU256(java.math.BigInteger u256)
u256
-
-