public final class

FixedProto.FixedInt32.Builder

extends <any>

implements FixedProto.FixedInt32OrBuilder

 java.lang.Object

↳<any>

↳androidx.wear.protolayout.expression.proto.FixedProto.FixedInt32.Builder

Overview

 A fixed int32 type.
 
Protobuf type androidx.wear.protolayout.expression.proto.FixedInt32

Summary

Methods
public FixedProto.FixedInt32.BuilderclearValue()

 The value.

public intgetValue()

 The value.

public FixedProto.FixedInt32.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 FixedProto.FixedInt32.Builder setValue(int value)

 The value.
 
int32 value = 1;

Parameters:

value: The value to set.

Returns:

This builder for chaining.

public FixedProto.FixedInt32.Builder clearValue()

 The value.
 
int32 value = 1;

Returns:

This builder for chaining.