指令

abstract class Command


執行指令的特定執行個體。

摘要

巢狀型別

abstract class Command.Builder

Command 的建構工具。

清除應用程式資料指令的狀態。

Command.ClearAppsDataStatus 的建構工具。

清除單一應用程式的狀態。

Command.ClearAppsDataStatus.PerAppStatus 的建構工具。

指定應用程式是否已清除,以及是否發生任何錯誤。

安裝或解除安裝應用程式指令的狀態。

Command.CustomAppOperationStatus 的建構工具。

作業的目前狀態。

RequestDeviceInfo 指令的狀態。

Command.RequestDeviceInfoStatus 的建構工具。

管理員要求的裝置資訊詳細資料。

Command.RequestDeviceInfoStatus.DeviceInfoCase 的可能類型。

EID 相關資訊

Command.RequestDeviceInfoStatus.EidInfo 的建構工具。

每個 eUICC 晶片的 EID 資訊。

Command.RequestDeviceInfoStatus.EidInfo.Eid 的建構工具。

指令的狀態。

指令的狀態。

abstract class Command.StatusCase

特定指令類型的狀態。

Command.StatusCase 的可能類型。

公開函式

java-static Command.Builder!
abstract String!

這個指令執行個體的不重複 ID。

abstract Instant!

這項指令完成的時間。

abstract Instant!

建立這項指令的時間。

java-static Command!
abstract Command.State!

這項指令的狀態。

abstract Command.StatusCase!

特定指令類型的狀態。

abstract Command.Builder!

公開函式

builder

java-static fun builder(): Command.Builder!

getCommandId

abstract fun getCommandId(): String!

這個指令執行個體的不重複 ID。

getCompleteTime

abstract fun getCompleteTime(): Instant!

這項指令完成的時間。

getCreateTime

abstract fun getCreateTime(): Instant!

建立這項指令的時間。

getDefaultInstance

java-static fun getDefaultInstance(): Command!

getState

abstract fun getState(): Command.State!

這項指令的狀態。

getStatus

abstract fun getStatus(): Command.StatusCase!

特定指令類型的狀態。

toBuilder

abstract fun toBuilder(): Command.Builder!