public final class

ViewMatchers.WithAlphaMatcherProto.Builder

extends <any>

implements ViewMatchers.WithAlphaMatcherProtoOrBuilder

 java.lang.Object

↳<any>

↳androidx.test.espresso.proto.matcher.ViewMatchers.WithAlphaMatcherProto.Builder

Overview

Protobuf type google.test.remote.ui.matcher.WithAlphaMatcherProto

Summary

Methods
public ViewMatchers.WithAlphaMatcherProto.BuilderclearAlpha()

bytes alpha = 2;

public ViewMatchers.WithAlphaMatcherProto.BuilderclearId()

string id = 1;

public com.google.protobuf.ByteStringgetAlpha()

bytes alpha = 2;

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public ViewMatchers.WithAlphaMatcherProto.BuildersetAlpha(com.google.protobuf.ByteString value)

bytes alpha = 2;

public ViewMatchers.WithAlphaMatcherProto.BuildersetId(java.lang.String value)

string id = 1;

public ViewMatchers.WithAlphaMatcherProto.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 ViewMatchers.WithAlphaMatcherProto.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 ViewMatchers.WithAlphaMatcherProto.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 getAlpha()

bytes alpha = 2;

Returns:

The alpha.

public ViewMatchers.WithAlphaMatcherProto.Builder setAlpha(com.google.protobuf.ByteString value)

bytes alpha = 2;

Parameters:

value: The alpha to set.

Returns:

This builder for chaining.

bytes alpha = 2;

Returns:

This builder for chaining.