public final class

DynamicProto.NotBoolOp.Builder

extends <any>

implements DynamicProto.NotBoolOpOrBuilder

 java.lang.Object

↳<any>

↳androidx.wear.protolayout.expression.proto.DynamicProto.NotBoolOp.Builder

Overview

 A boolean operation which implements a "NOT" operator, i.e.
 "boolean result = !input".
 
Protobuf type androidx.wear.protolayout.expression.proto.NotBoolOp

Summary

Methods
public DynamicProto.NotBoolOp.BuilderclearInput()

 The input, whose value to negate.

public DynamicProto.DynamicBoolgetInput()

 The input, whose value to negate.

public booleanhasInput()

 The input, whose value to negate.

public DynamicProto.NotBoolOp.BuildermergeInput(DynamicProto.DynamicBool value)

 The input, whose value to negate.

public DynamicProto.NotBoolOp.BuildersetInput(DynamicProto.DynamicBool.Builder builderForValue)

 The input, whose value to negate.

public DynamicProto.NotBoolOp.BuildersetInput(DynamicProto.DynamicBool value)

 The input, whose value to negate.

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

Methods

public boolean hasInput()

 The input, whose value to negate.
 
.androidx.wear.protolayout.expression.proto.DynamicBool input = 1;

public DynamicProto.DynamicBool getInput()

 The input, whose value to negate.
 
.androidx.wear.protolayout.expression.proto.DynamicBool input = 1;

 The input, whose value to negate.
 
.androidx.wear.protolayout.expression.proto.DynamicBool input = 1;

 The input, whose value to negate.
 
.androidx.wear.protolayout.expression.proto.DynamicBool input = 1;

 The input, whose value to negate.
 
.androidx.wear.protolayout.expression.proto.DynamicBool input = 1;

public DynamicProto.NotBoolOp.Builder clearInput()

 The input, whose value to negate.
 
.androidx.wear.protolayout.expression.proto.DynamicBool input = 1;