PrepareEnvironmentResponse

public abstract class PrepareEnvironmentResponse


The response from the PrepareEnvironment API.

Summary

Nested types

Builder for PrepareEnvironmentResponse.

Public methods

static PrepareEnvironmentResponse.Builder
static PrepareEnvironmentResponse
Environment

The environment of the device.

boolean

Returns true if environment is set.

abstract PrepareEnvironmentResponse.Builder

Public methods

builder

public static PrepareEnvironmentResponse.Builder builder()

getDefaultInstance

public static PrepareEnvironmentResponse getDefaultInstance()

getEnvironment

public Environment getEnvironment()

The environment of the device.

hasEnvironment

public boolean hasEnvironment()

Returns true if environment is set.

toBuilder

public abstract PrepareEnvironmentResponse.Builder toBuilder()