public interface

ViewMatchers.WithClassNameMatcherProtoOrBuilder

 androidx.test.espresso.proto.matcher.ViewMatchers.WithClassNameMatcherProtoOrBuilder

Subclasses:

ViewMatchers.WithClassNameMatcherProto, ViewMatchers.WithClassNameMatcherProto.Builder

Summary

Methods
public com.google.protobuf.AnygetClassNameMatcher()

.google.protobuf.Any classNameMatcher = 2;

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public booleanhasClassNameMatcher()

.google.protobuf.Any classNameMatcher = 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 hasClassNameMatcher()

.google.protobuf.Any classNameMatcher = 2;

Returns:

Whether the classNameMatcher field is set.

public com.google.protobuf.Any getClassNameMatcher()

.google.protobuf.Any classNameMatcher = 2;

Returns:

The classNameMatcher.