public final class

FixedProto.FixedBool.Builder

extends <any>

implements FixedProto.FixedBoolOrBuilder

 java.lang.Object

↳<any>

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

Overview

 A fixed boolean type.
 
Protobuf type androidx.wear.protolayout.expression.proto.FixedBool

Summary

Methods
public FixedProto.FixedBool.BuilderclearValue()

 The value.

public booleangetValue()

 The value.

public FixedProto.FixedBool.BuildersetValue(boolean value)

 The value.

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

Methods

public boolean getValue()

 The value.
 
bool value = 1;

Returns:

The value.

public FixedProto.FixedBool.Builder setValue(boolean value)

 The value.
 
bool value = 1;

Parameters:

value: The value to set.

Returns:

This builder for chaining.

public FixedProto.FixedBool.Builder clearValue()

 The value.
 
bool value = 1;

Returns:

This builder for chaining.