public final class

ViewMatchers.IsClickableMatcherProto.Builder

extends <any>

implements ViewMatchers.IsClickableMatcherProtoOrBuilder

 java.lang.Object

↳<any>

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

Overview

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

Summary

Methods
public ViewMatchers.IsClickableMatcherProto.BuilderclearId()

string id = 1;

public ViewMatchers.IsClickableMatcherProto.BuilderclearIsClickable()

bytes is_clickable = 2;

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public com.google.protobuf.ByteStringgetIsClickable()

bytes is_clickable = 2;

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

string id = 1;

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

string id = 1;

public ViewMatchers.IsClickableMatcherProto.BuildersetIsClickable(com.google.protobuf.ByteString value)

bytes is_clickable = 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.IsClickableMatcherProto.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.IsClickableMatcherProto.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 getIsClickable()

bytes is_clickable = 2;

Returns:

The isClickable.

public ViewMatchers.IsClickableMatcherProto.Builder setIsClickable(com.google.protobuf.ByteString value)

bytes is_clickable = 2;

Parameters:

value: The isClickable to set.

Returns:

This builder for chaining.

bytes is_clickable = 2;

Returns:

This builder for chaining.