Class AddUInt512
- java.lang.Object
-
- com.syntifi.casper.sdk.model.deploy.transform.AddUInt512
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAddUInt512.AddUInt512Builder
-
Constructor Summary
Constructors Constructor Description AddUInt512()AddUInt512(java.math.BigInteger u512)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AddUInt512.AddUInt512Builderbuilder()protected java.lang.StringgetJsonU512()getter for u512 json serializationjava.math.BigIntegergetU512()u512protected voidsetJsonU512(java.lang.String value)setter for u512 from json deserialized valuevoidsetU512(java.math.BigInteger u512)u512
-
-
-
Method Detail
-
getJsonU512
@ExcludeFromJacocoGeneratedReport protected java.lang.String getJsonU512()
getter for u512 json serialization- Returns:
- cost as expected for json serialization
-
setJsonU512
@ExcludeFromJacocoGeneratedReport protected void setJsonU512(java.lang.String value)
setter for u512 from json deserialized value- Parameters:
value- the deserialized value
-
builder
public static AddUInt512.AddUInt512Builder builder()
-
getU512
public java.math.BigInteger getU512()
u512
-
setU512
public void setU512(java.math.BigInteger u512)
u512
-
-