public final class

WebSugar.ExceptionPropagatorProto.Builder

extends <any>

implements WebSugar.ExceptionPropagatorProtoOrBuilder

 java.lang.Object

↳<any>

↳androidx.test.espresso.web.proto.sugar.WebSugar.ExceptionPropagatorProto.Builder

Overview

Protobuf type google.test.remote.web.sugar.ExceptionPropagatorProto

Summary

Methods
public WebSugar.ExceptionPropagatorProto.BuilderclearError()

bytes error = 2;

public WebSugar.ExceptionPropagatorProto.BuilderclearId()

string id = 1;

public com.google.protobuf.ByteStringgetError()

bytes error = 2;

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public WebSugar.ExceptionPropagatorProto.BuildersetError(com.google.protobuf.ByteString value)

bytes error = 2;

public WebSugar.ExceptionPropagatorProto.BuildersetId(java.lang.String value)

string id = 1;

public WebSugar.ExceptionPropagatorProto.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 WebSugar.ExceptionPropagatorProto.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 WebSugar.ExceptionPropagatorProto.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 getError()

bytes error = 2;

Returns:

The error.

public WebSugar.ExceptionPropagatorProto.Builder setError(com.google.protobuf.ByteString value)

bytes error = 2;

Parameters:

value: The error to set.

Returns:

This builder for chaining.

bytes error = 2;

Returns:

This builder for chaining.