Class AddUInt64
- java.lang.Object
-
- com.syntifi.casper.sdk.model.deploy.transform.AddUInt64
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AddUInt64.AddUInt64Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AddUInt64.AddUInt64Builder
builder()
protected java.lang.String
getJsonU64()
getter for u64 json serializationjava.math.BigInteger
getU64()
u64protected void
setJsonU64(java.lang.String value)
setter for u64 from json deserialized valuevoid
setU64(java.math.BigInteger u64)
u64
-
-
-
Method Detail
-
getJsonU64
@ExcludeFromJacocoGeneratedReport protected java.lang.String getJsonU64()
getter for u64 json serialization- Returns:
- cost as expected for json serialization
-
setJsonU64
@ExcludeFromJacocoGeneratedReport protected void setJsonU64(java.lang.String value)
setter for u64 from json deserialized value- Parameters:
value
- the deserialized value
-
builder
public static AddUInt64.AddUInt64Builder builder()
-
getU64
public java.math.BigInteger getU64()
u64
-
setU64
public void setU64(java.math.BigInteger u64)
u64
-
-