public interface

ViewMatchers.WithCheckBoxStateMatcherProtoOrBuilder

 androidx.test.espresso.proto.matcher.ViewMatchers.WithCheckBoxStateMatcherProtoOrBuilder

Subclasses:

ViewMatchers.WithCheckBoxStateMatcherProto, ViewMatchers.WithCheckBoxStateMatcherProto.Builder

Summary

Methods
public com.google.protobuf.AnygetCheckStateMatcher()

.google.protobuf.Any checkStateMatcher = 2;

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public booleanhasCheckStateMatcher()

.google.protobuf.Any checkStateMatcher = 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 hasCheckStateMatcher()

.google.protobuf.Any checkStateMatcher = 2;

Returns:

Whether the checkStateMatcher field is set.

public com.google.protobuf.Any getCheckStateMatcher()

.google.protobuf.Any checkStateMatcher = 2;

Returns:

The checkStateMatcher.