public final class

ActionProto.AndroidStringExtra.Builder

extends <any>

implements ActionProto.AndroidStringExtraOrBuilder

 java.lang.Object

↳<any>

↳androidx.wear.protolayout.proto.ActionProto.AndroidStringExtra.Builder

Overview

 A string value that can be added to an Android intent's extras.
 
Protobuf type androidx.wear.protolayout.proto.AndroidStringExtra

Summary

Methods
public ActionProto.AndroidStringExtra.BuilderclearValue()

 The value.

public java.lang.StringgetValue()

 The value.

public com.google.protobuf.ByteStringgetValueBytes()

 The value.

public ActionProto.AndroidStringExtra.BuildersetValue(java.lang.String value)

 The value.

public ActionProto.AndroidStringExtra.BuildersetValueBytes(com.google.protobuf.ByteString value)

 The value.

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Methods

public java.lang.String getValue()

 The value.
 
string value = 1;

Returns:

The value.

public com.google.protobuf.ByteString getValueBytes()

 The value.
 
string value = 1;

Returns:

The bytes for value.

public ActionProto.AndroidStringExtra.Builder setValue(java.lang.String value)

 The value.
 
string value = 1;

Parameters:

value: The value to set.

Returns:

This builder for chaining.

 The value.
 
string value = 1;

Returns:

This builder for chaining.

public ActionProto.AndroidStringExtra.Builder setValueBytes(com.google.protobuf.ByteString value)

 The value.
 
string value = 1;

Parameters:

value: The bytes for value to set.

Returns:

This builder for chaining.