PrepareEnvironmentResponse

public abstract class PrepareEnvironmentResponse


PrepareEnvironment API からのレスポンス。

概要

ネストされた型

PrepareEnvironmentResponse のビルダー。

パブリック メソッド

static PrepareEnvironmentResponse.Builder
static PrepareEnvironmentResponse
Environment

デバイスの環境。

boolean

環境が設定されている場合は true を返します。

abstract PrepareEnvironmentResponse.Builder

パブリック メソッド

builder

public static PrepareEnvironmentResponse.Builder builder()

getDefaultInstance

public static PrepareEnvironmentResponse getDefaultInstance()

getEnvironment

public Environment getEnvironment()

デバイスの環境。

hasEnvironment

public boolean hasEnvironment()

環境が設定されている場合は true を返します。

toBuilder

public abstract PrepareEnvironmentResponse.Builder toBuilder()