Class AddUInt128
- java.lang.Object
-
- com.syntifi.casper.sdk.model.deploy.transform.AddUInt128
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAddUInt128.AddUInt128Builder
-
Constructor Summary
Constructors Constructor Description AddUInt128()AddUInt128(java.math.BigInteger u128)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AddUInt128.AddUInt128Builderbuilder()protected java.lang.StringgetJsonU128()getter for u128 json serializationjava.math.BigIntegergetU128()u128protected voidsetJsonU128(java.lang.String value)setter for u128 from json deserialized valuevoidsetU128(java.math.BigInteger u128)u128
-
-
-
Method Detail
-
getJsonU128
@ExcludeFromJacocoGeneratedReport protected java.lang.String getJsonU128()
getter for u128 json serialization- Returns:
- cost as expected for json serialization
-
setJsonU128
@ExcludeFromJacocoGeneratedReport protected void setJsonU128(java.lang.String value)
setter for u128 from json deserialized value- Parameters:
value- the deserialized value
-
builder
public static AddUInt128.AddUInt128Builder builder()
-
getU128
public java.math.BigInteger getU128()
u128
-
setU128
public void setU128(java.math.BigInteger u128)
u128
-
-