public final class

ViewMatchers.IsFocusableMatcherProto.Builder

extends <any>

implements ViewMatchers.IsFocusableMatcherProtoOrBuilder

 java.lang.Object

↳<any>

↳androidx.test.espresso.proto.matcher.ViewMatchers.IsFocusableMatcherProto.Builder

Overview

Protobuf type google.test.remote.ui.matcher.IsFocusableMatcherProto

Summary

Methods
public ViewMatchers.IsFocusableMatcherProto.BuilderclearId()

string id = 1;

public ViewMatchers.IsFocusableMatcherProto.BuilderclearIsFocusable()

bytes is_focusable = 2;

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public com.google.protobuf.ByteStringgetIsFocusable()

bytes is_focusable = 2;

public ViewMatchers.IsFocusableMatcherProto.BuildersetId(java.lang.String value)

string id = 1;

public ViewMatchers.IsFocusableMatcherProto.BuildersetIdBytes(com.google.protobuf.ByteString value)

string id = 1;

public ViewMatchers.IsFocusableMatcherProto.BuildersetIsFocusable(com.google.protobuf.ByteString value)

bytes is_focusable = 2;

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Methods

public java.lang.String getId()

string id = 1;

Returns:

The id.

public com.google.protobuf.ByteString getIdBytes()

string id = 1;

Returns:

The bytes for id.

public ViewMatchers.IsFocusableMatcherProto.Builder setId(java.lang.String value)

string id = 1;

Parameters:

value: The id to set.

Returns:

This builder for chaining.

string id = 1;

Returns:

This builder for chaining.

public ViewMatchers.IsFocusableMatcherProto.Builder setIdBytes(com.google.protobuf.ByteString value)

string id = 1;

Parameters:

value: The bytes for id to set.

Returns:

This builder for chaining.

public com.google.protobuf.ByteString getIsFocusable()

bytes is_focusable = 2;

Returns:

The isFocusable.

public ViewMatchers.IsFocusableMatcherProto.Builder setIsFocusable(com.google.protobuf.ByteString value)

bytes is_focusable = 2;

Parameters:

value: The isFocusable to set.

Returns:

This builder for chaining.

bytes is_focusable = 2;

Returns:

This builder for chaining.