コマンド

public abstract class Command


コマンドの実行の特定のインスタンス。

概要

ネストされた型

public abstract class Command.Builder

Command のビルダー。

public abstract class Command.ClearAppsDataStatus

アプリのデータ消去コマンドのステータス。

Command.ClearAppsDataStatus のビルダー。

単一のアプリのクリア ステータス。

Command.ClearAppsDataStatus.PerAppStatus のビルダー。

指定されたアプリがクリアされたかどうかと、エラーが発生した場合はその内容。

public abstract class Command.CustomAppOperationStatus

アプリのインストールまたはアンインストール コマンドのステータス。

Command.CustomAppOperationStatus のビルダー。

操作の現在のステータス。

public abstract class Command.RequestDeviceInfoStatus

RequestDeviceInfo コマンドのステータス。

Command.RequestDeviceInfoStatus のビルダー。

管理者がリクエストしたデバイス情報の詳細。

Command.RequestDeviceInfoStatus.DeviceInfoCase の可能な種類。

EID に関連する情報

Command.RequestDeviceInfoStatus.EidInfo のビルダー。

各 eUICC チップの EID 情報。

Command.RequestDeviceInfoStatus.EidInfo.Eid のビルダー。

コマンドの状態。

public enum Command.State

コマンドの状態。

public abstract class Command.StatusCase

コマンドの種類に固有のステータス。

Command.StatusCase の可能な種類。

パブリック メソッド

static Command.Builder
abstract String

このコマンドのインスタンスの一意の ID。

abstract Instant

このコマンドが完了した時刻。

abstract Instant

このコマンドが作成された時刻。

static Command
abstract Command.State

このコマンドの状態。

abstract Command.StatusCase

コマンドの種類に固有のステータス。

abstract Command.Builder

パブリック メソッド

builder

public static Command.Builder builder()

getCommandId

public abstract String getCommandId()

このコマンドのインスタンスの一意の ID。

getCompleteTime

public abstract Instant getCompleteTime()

このコマンドが完了した時刻。

getCreateTime

public abstract Instant getCreateTime()

このコマンドが作成された時刻。

getDefaultInstance

public static Command getDefaultInstance()

getState

public abstract Command.State getState()

このコマンドの状態。

getStatus

public abstract Command.StatusCase getStatus()

コマンドの種類に固有のステータス。

toBuilder

public abstract Command.Builder toBuilder()