public final class

ActionProto.AndroidIntExtra.Builder

extends <any>

implements ActionProto.AndroidIntExtraOrBuilder

 java.lang.Object

↳<any>

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

Overview

 An integer value that can be added to an Android intent's extras.
 
Protobuf type androidx.wear.protolayout.proto.AndroidIntExtra

Summary

Methods
public ActionProto.AndroidIntExtra.BuilderclearValue()

 The value.

public intgetValue()

 The value.

public ActionProto.AndroidIntExtra.BuildersetValue(int value)

 The value.

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

Methods

public int getValue()

 The value.
 
int32 value = 1;

Returns:

The value.

public ActionProto.AndroidIntExtra.Builder setValue(int value)

 The value.
 
int32 value = 1;

Parameters:

value: The value to set.

Returns:

This builder for chaining.

 The value.
 
int32 value = 1;

Returns:

This builder for chaining.