Class AddInt32.AddInt32Builder
- java.lang.Object
-
- com.syntifi.casper.sdk.model.deploy.transform.AddInt32.AddInt32Builder
-
- Enclosing class:
- AddInt32
public static class AddInt32.AddInt32Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AddInt32.AddInt32Builder
addInt32(long addInt32)
i32AddInt32
build()
java.lang.String
toString()
-
-
-
Method Detail
-
addInt32
public AddInt32.AddInt32Builder addInt32(long addInt32)
i32- Returns:
this
.
-
build
public AddInt32 build()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-