命令

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!