public final class

RemoteWebMatchers.HasElementWithIdMatcherProto.Builder

extends <any>

implements RemoteWebMatchers.HasElementWithIdMatcherProtoOrBuilder

 java.lang.Object

↳<any>

↳androidx.test.espresso.web.proto.matcher.RemoteWebMatchers.HasElementWithIdMatcherProto.Builder

Overview

Protobuf type google.test.remote.web.model.HasElementWithIdMatcherProto

Summary

Methods
public RemoteWebMatchers.HasElementWithIdMatcherProto.BuilderclearElementId()

bytes elementId = 2;

public RemoteWebMatchers.HasElementWithIdMatcherProto.BuilderclearId()

string id = 1;

public com.google.protobuf.ByteStringgetElementId()

bytes elementId = 2;

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public RemoteWebMatchers.HasElementWithIdMatcherProto.BuildersetElementId(com.google.protobuf.ByteString value)

bytes elementId = 2;

public RemoteWebMatchers.HasElementWithIdMatcherProto.BuildersetId(java.lang.String value)

string id = 1;

public RemoteWebMatchers.HasElementWithIdMatcherProto.BuildersetIdBytes(com.google.protobuf.ByteString value)

string id = 1;

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 RemoteWebMatchers.HasElementWithIdMatcherProto.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 RemoteWebMatchers.HasElementWithIdMatcherProto.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 getElementId()

bytes elementId = 2;

Returns:

The elementId.

public RemoteWebMatchers.HasElementWithIdMatcherProto.Builder setElementId(com.google.protobuf.ByteString value)

bytes elementId = 2;

Parameters:

value: The elementId to set.

Returns:

This builder for chaining.

bytes elementId = 2;

Returns:

This builder for chaining.