public final class

HamcrestMatchersv13.IsInstanceOfProto.Builder

extends <any>

implements HamcrestMatchersv13.IsInstanceOfProtoOrBuilder

 java.lang.Object

↳<any>

↳androidx.test.espresso.proto.matcher13.HamcrestMatchersv13.IsInstanceOfProto.Builder

Overview

Protobuf type google.test.remote.hamcrest.matcher13.IsInstanceOfProto

Summary

Methods
public HamcrestMatchersv13.IsInstanceOfProto.BuilderclearExpectedClass()

bytes expectedClass = 2;

public HamcrestMatchersv13.IsInstanceOfProto.BuilderclearId()

string id = 1;

public com.google.protobuf.ByteStringgetExpectedClass()

bytes expectedClass = 2;

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public HamcrestMatchersv13.IsInstanceOfProto.BuildersetExpectedClass(com.google.protobuf.ByteString value)

bytes expectedClass = 2;

public HamcrestMatchersv13.IsInstanceOfProto.BuildersetId(java.lang.String value)

string id = 1;

public HamcrestMatchersv13.IsInstanceOfProto.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 HamcrestMatchersv13.IsInstanceOfProto.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 HamcrestMatchersv13.IsInstanceOfProto.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 getExpectedClass()

bytes expectedClass = 2;

Returns:

The expectedClass.

public HamcrestMatchersv13.IsInstanceOfProto.Builder setExpectedClass(com.google.protobuf.ByteString value)

bytes expectedClass = 2;

Parameters:

value: The expectedClass to set.

Returns:

This builder for chaining.

bytes expectedClass = 2;

Returns:

This builder for chaining.