コマンド

abstract class Command


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

概要

ネストされた型

abstract class Command.Builder

Command のビルダー。

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

Command.ClearAppsDataStatus のビルダー。

1 つのアプリを消去するステータス。

Command.ClearAppsDataStatus.PerAppStatus のビルダー。

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

コマンドの状態。

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!