Class EntryPoint.EntryPointAccessList
- java.lang.Object
-
- com.syntifi.casper.sdk.model.contract.EntryPoint.EntryPointAccessList
-
- All Implemented Interfaces:
EntryPoint.EntryPointAccess
- Enclosing class:
- EntryPoint
public class EntryPoint.EntryPointAccessList extends java.lang.Object implements EntryPoint.EntryPointAccess
-
-
Constructor Summary
Constructors Constructor Description EntryPointAccessList(java.util.List<java.lang.String> groups)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>
getGroups()
java.util.List<java.lang.String>
getValue()
-
-
-
Method Detail
-
getValue
public java.util.List<java.lang.String> getValue()
- Specified by:
getValue
in interfaceEntryPoint.EntryPointAccess
-
getGroups
public java.util.List<java.lang.String> getGroups()
-
-