public final class

ActionProto.AndroidLongExtra.Builder

extends <any>

implements ActionProto.AndroidLongExtraOrBuilder

 java.lang.Object

↳<any>

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

Overview

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

Summary

Methods
public ActionProto.AndroidLongExtra.BuilderclearValue()

 The value.

public longgetValue()

 The value.

public ActionProto.AndroidLongExtra.BuildersetValue(long value)

 The value.

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

Methods

public long getValue()

 The value.
 
int64 value = 1;

Returns:

The value.

public ActionProto.AndroidLongExtra.Builder setValue(long value)

 The value.
 
int64 value = 1;

Parameters:

value: The value to set.

Returns:

This builder for chaining.

 The value.
 
int64 value = 1;

Returns:

This builder for chaining.