public final class

RemoteWebMatchers.WithBodyMatcherProto.Builder

extends <any>

implements RemoteWebMatchers.WithBodyMatcherProtoOrBuilder

 java.lang.Object

↳<any>

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

Overview

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

Summary

Methods
public RemoteWebMatchers.WithBodyMatcherProto.BuilderclearBodyMatcher()

.google.protobuf.Any bodyMatcher = 2;

public RemoteWebMatchers.WithBodyMatcherProto.BuilderclearId()

string id = 1;

public com.google.protobuf.AnygetBodyMatcher()

.google.protobuf.Any bodyMatcher = 2;

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public booleanhasBodyMatcher()

.google.protobuf.Any bodyMatcher = 2;

public RemoteWebMatchers.WithBodyMatcherProto.BuildermergeBodyMatcher(com.google.protobuf.Any value)

.google.protobuf.Any bodyMatcher = 2;

public RemoteWebMatchers.WithBodyMatcherProto.BuildersetBodyMatcher(com.google.protobuf.Any.Builder builderForValue)

.google.protobuf.Any bodyMatcher = 2;

public RemoteWebMatchers.WithBodyMatcherProto.BuildersetBodyMatcher(com.google.protobuf.Any value)

.google.protobuf.Any bodyMatcher = 2;

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

string id = 1;

public RemoteWebMatchers.WithBodyMatcherProto.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.WithBodyMatcherProto.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.WithBodyMatcherProto.Builder setIdBytes(com.google.protobuf.ByteString value)

string id = 1;

Parameters:

value: The bytes for id to set.

Returns:

This builder for chaining.

public boolean hasBodyMatcher()

.google.protobuf.Any bodyMatcher = 2;

public com.google.protobuf.Any getBodyMatcher()

.google.protobuf.Any bodyMatcher = 2;

public RemoteWebMatchers.WithBodyMatcherProto.Builder setBodyMatcher(com.google.protobuf.Any value)

.google.protobuf.Any bodyMatcher = 2;

public RemoteWebMatchers.WithBodyMatcherProto.Builder setBodyMatcher(com.google.protobuf.Any.Builder builderForValue)

.google.protobuf.Any bodyMatcher = 2;

public RemoteWebMatchers.WithBodyMatcherProto.Builder mergeBodyMatcher(com.google.protobuf.Any value)

.google.protobuf.Any bodyMatcher = 2;

.google.protobuf.Any bodyMatcher = 2;