-
public final class AppInfoFfi
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classAppInfoFfi.Companion
-
Field Summary
Fields Modifier and Type Field Description private StringinstalledAppIdprivate Map<String, List<CellInfoFfi>>cellInfoprivate AppInfoStatusFfistatusprivate ByteArrayagentPubKey
-
Constructor Summary
Constructors Constructor Description AppInfoFfi(String installedAppId, Map<String, List<CellInfoFfi>> cellInfo, AppInfoStatusFfi status, ByteArray agentPubKey)
-
Method Summary
Modifier and Type Method Description final StringgetInstalledAppId()The unique identifier for an installed app in this conductor final UnitsetInstalledAppId(String installedAppId)The unique identifier for an installed app in this conductor final Map<String, List<CellInfoFfi>>getCellInfo()final UnitsetCellInfo(Map<String, List<CellInfoFfi>> cellInfo)final AppInfoStatusFfigetStatus()final UnitsetStatus(AppInfoStatusFfi status)final ByteArraygetAgentPubKey()final UnitsetAgentPubKey(ByteArray agentPubKey)-
-
Constructor Detail
-
AppInfoFfi
AppInfoFfi(String installedAppId, Map<String, List<CellInfoFfi>> cellInfo, AppInfoStatusFfi status, ByteArray agentPubKey)
-
-
Method Detail
-
getInstalledAppId
final String getInstalledAppId()
The unique identifier for an installed app in this conductor
-
setInstalledAppId
final Unit setInstalledAppId(String installedAppId)
The unique identifier for an installed app in this conductor
-
getCellInfo
final Map<String, List<CellInfoFfi>> getCellInfo()
-
setCellInfo
final Unit setCellInfo(Map<String, List<CellInfoFfi>> cellInfo)
-
getStatus
final AppInfoStatusFfi getStatus()
-
setStatus
final Unit setStatus(AppInfoStatusFfi status)
-
getAgentPubKey
final ByteArray getAgentPubKey()
-
setAgentPubKey
final Unit setAgentPubKey(ByteArray agentPubKey)
-
-
-
-