public final class

RemoteWebMatchers.ElementByXPathMatcherProto.Builder

extends <any>

implements RemoteWebMatchers.ElementByXPathMatcherProtoOrBuilder

 java.lang.Object

↳<any>

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

Overview

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

Summary

Methods
public RemoteWebMatchers.ElementByXPathMatcherProto.BuilderclearElementMatcher()

.google.protobuf.Any elementMatcher = 3;

public RemoteWebMatchers.ElementByXPathMatcherProto.BuilderclearId()

string id = 1;

public RemoteWebMatchers.ElementByXPathMatcherProto.BuilderclearXpath()

bytes xpath = 2;

public com.google.protobuf.AnygetElementMatcher()

.google.protobuf.Any elementMatcher = 3;

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public com.google.protobuf.ByteStringgetXpath()

bytes xpath = 2;

public booleanhasElementMatcher()

.google.protobuf.Any elementMatcher = 3;

public RemoteWebMatchers.ElementByXPathMatcherProto.BuildermergeElementMatcher(com.google.protobuf.Any value)

.google.protobuf.Any elementMatcher = 3;

public RemoteWebMatchers.ElementByXPathMatcherProto.BuildersetElementMatcher(com.google.protobuf.Any.Builder builderForValue)

.google.protobuf.Any elementMatcher = 3;

public RemoteWebMatchers.ElementByXPathMatcherProto.BuildersetElementMatcher(com.google.protobuf.Any value)

.google.protobuf.Any elementMatcher = 3;

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

string id = 1;

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

string id = 1;

public RemoteWebMatchers.ElementByXPathMatcherProto.BuildersetXpath(com.google.protobuf.ByteString value)

bytes xpath = 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 RemoteWebMatchers.ElementByXPathMatcherProto.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.ElementByXPathMatcherProto.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 getXpath()

bytes xpath = 2;

Returns:

The xpath.

public RemoteWebMatchers.ElementByXPathMatcherProto.Builder setXpath(com.google.protobuf.ByteString value)

bytes xpath = 2;

Parameters:

value: The xpath to set.

Returns:

This builder for chaining.

bytes xpath = 2;

Returns:

This builder for chaining.

public boolean hasElementMatcher()

.google.protobuf.Any elementMatcher = 3;

public com.google.protobuf.Any getElementMatcher()

.google.protobuf.Any elementMatcher = 3;

public RemoteWebMatchers.ElementByXPathMatcherProto.Builder setElementMatcher(com.google.protobuf.Any value)

.google.protobuf.Any elementMatcher = 3;

public RemoteWebMatchers.ElementByXPathMatcherProto.Builder setElementMatcher(com.google.protobuf.Any.Builder builderForValue)

.google.protobuf.Any elementMatcher = 3;

public RemoteWebMatchers.ElementByXPathMatcherProto.Builder mergeElementMatcher(com.google.protobuf.Any value)

.google.protobuf.Any elementMatcher = 3;

.google.protobuf.Any elementMatcher = 3;