-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class InstallAppPayloadFfiParcel implements Parcelable
-
-
Field Summary
Fields Modifier and Type Field Description private final SharedMemorysourceSharedMemoryprivate final StringinstalledAppIdprivate StringnetworkSeedprivate final Map<String, RoleSettingsFfi>rolesSettings
-
Constructor Summary
Constructors Constructor Description InstallAppPayloadFfiParcel(SharedMemory sourceSharedMemory, String installedAppId, String networkSeed, Map<String, RoleSettingsFfi> rolesSettings)
-
Method Summary
Modifier and Type Method Description final SharedMemorygetSourceSharedMemory()final StringgetInstalledAppId()final StringgetNetworkSeed()final UnitsetNetworkSeed(String networkSeed)final Map<String, RoleSettingsFfi>getRolesSettings()-
-
Constructor Detail
-
InstallAppPayloadFfiParcel
InstallAppPayloadFfiParcel(SharedMemory sourceSharedMemory, String installedAppId, String networkSeed, Map<String, RoleSettingsFfi> rolesSettings)
-
-
Method Detail
-
getSourceSharedMemory
final SharedMemory getSourceSharedMemory()
-
getInstalledAppId
final String getInstalledAppId()
-
getNetworkSeed
final String getNetworkSeed()
-
setNetworkSeed
final Unit setNetworkSeed(String networkSeed)
-
getRolesSettings
final Map<String, RoleSettingsFfi> getRolesSettings()
-
-
-
-