public interface

RemoteWebMatchers.WithBodyMatcherProtoOrBuilder

 androidx.test.espresso.web.proto.matcher.RemoteWebMatchers.WithBodyMatcherProtoOrBuilder

Subclasses:

RemoteWebMatchers.WithBodyMatcherProto, RemoteWebMatchers.WithBodyMatcherProto.Builder

Summary

Methods
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;

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 boolean hasBodyMatcher()

.google.protobuf.Any bodyMatcher = 2;

Returns:

Whether the bodyMatcher field is set.

public com.google.protobuf.Any getBodyMatcher()

.google.protobuf.Any bodyMatcher = 2;

Returns:

The bodyMatcher.