Class EntryPoint.EntryPointBuilder
- java.lang.Object
-
- com.syntifi.casper.sdk.model.contract.EntryPoint.EntryPointBuilder
-
- Enclosing class:
- EntryPoint
public static class EntryPoint.EntryPointBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntryPoint.EntryPointBuilder
access(EntryPoint.EntryPointAccess access)
EntryPoint.EntryPointBuilder
args(java.util.List<Parameter> args)
a list ofParameter
EntryPoint
build()
EntryPoint.EntryPointBuilder
name(java.lang.String name)
the nameEntryPoint.EntryPointBuilder
ret(AbstractCLType ret)
the return asAbstractCLType
java.lang.String
toString()
EntryPoint.EntryPointBuilder
type(EntryPoint.EntryPointType type)
theEntryPoint.EntryPointType
Context of method execution
-
-
-
Method Detail
-
access
public EntryPoint.EntryPointBuilder access(EntryPoint.EntryPointAccess access)
- Returns:
this
.
-
args
public EntryPoint.EntryPointBuilder args(java.util.List<Parameter> args)
a list ofParameter
- Returns:
this
.
-
type
public EntryPoint.EntryPointBuilder type(EntryPoint.EntryPointType type)
theEntryPoint.EntryPointType
Context of method execution- Returns:
this
.
-
name
public EntryPoint.EntryPointBuilder name(java.lang.String name)
the name- Returns:
this
.
-
ret
public EntryPoint.EntryPointBuilder ret(AbstractCLType ret)
the return asAbstractCLType
- Returns:
this
.
-
build
public EntryPoint build()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-