コマンド

public abstract class Command


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

概要

ネストされた型

public abstract class Command.Builder

Command のビルダー。

public abstract class Command.ClearAppsDataStatus

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

Command.ClearAppsDataStatus のビルダー。

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

Command.ClearAppsDataStatus.PerAppStatus のビルダー。

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

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()