コマンド

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!