-
public final class InstallAppPayloadFfi
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classInstallAppPayloadFfi.Companion
-
Field Summary
Fields Modifier and Type Field Description private ByteArraysourceprivate StringinstalledAppIdprivate StringnetworkSeedprivate Map<String, RoleSettingsFfi>rolesSettings
-
Constructor Summary
Constructors Constructor Description InstallAppPayloadFfi(ByteArray source, String installedAppId, String networkSeed, Map<String, RoleSettingsFfi> rolesSettings)
-
Method Summary
Modifier and Type Method Description final ByteArraygetSource()Raw bytes of encoded AppBundle final UnitsetSource(ByteArray source)Raw bytes of encoded AppBundle final StringgetInstalledAppId()final UnitsetInstalledAppId(String installedAppId)final StringgetNetworkSeed()final UnitsetNetworkSeed(String networkSeed)final Map<String, RoleSettingsFfi>getRolesSettings()final UnitsetRolesSettings(Map<String, RoleSettingsFfi> rolesSettings)-
-
Method Detail
-
getInstalledAppId
final String getInstalledAppId()
-
setInstalledAppId
final Unit setInstalledAppId(String installedAppId)
-
getNetworkSeed
final String getNetworkSeed()
-
setNetworkSeed
final Unit setNetworkSeed(String networkSeed)
-
getRolesSettings
final Map<String, RoleSettingsFfi> getRolesSettings()
-
setRolesSettings
final Unit setRolesSettings(Map<String, RoleSettingsFfi> rolesSettings)
-
-
-
-