public final class

RemoteWebMatchers.HasElementWithXPathMatcherProto.Builder

extends <any>

implements RemoteWebMatchers.HasElementWithXPathMatcherProtoOrBuilder

 java.lang.Object

↳<any>

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

Overview

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

Summary

Methods
public RemoteWebMatchers.HasElementWithXPathMatcherProto.BuilderclearId()

string id = 1;

public RemoteWebMatchers.HasElementWithXPathMatcherProto.BuilderclearXpath()

bytes xpath = 2;

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public com.google.protobuf.ByteStringgetXpath()

bytes xpath = 2;

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

string id = 1;

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

string id = 1;

public RemoteWebMatchers.HasElementWithXPathMatcherProto.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.

string id = 1;

Parameters:

value: The id to set.

Returns:

This builder for chaining.

string id = 1;

Returns:

This builder for chaining.

public RemoteWebMatchers.HasElementWithXPathMatcherProto.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.HasElementWithXPathMatcherProto.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.