public final class

DynamicProto.ConcatStringOp.Builder

extends <any>

implements DynamicProto.ConcatStringOpOrBuilder

 java.lang.Object

↳<any>

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

Overview

 This implements simple string concatenation "result = LHS+RHS"
 
Protobuf type androidx.wear.protolayout.expression.proto.ConcatStringOp

Summary

Methods
public DynamicProto.ConcatStringOp.BuilderclearInputLhs()

 Left hand side of the concatenation operation.

public DynamicProto.ConcatStringOp.BuilderclearInputRhs()

 Right hand side of the concatenation operation.

public DynamicProto.DynamicStringgetInputLhs()

 Left hand side of the concatenation operation.

public DynamicProto.DynamicStringgetInputRhs()

 Right hand side of the concatenation operation.

public booleanhasInputLhs()

 Left hand side of the concatenation operation.

public booleanhasInputRhs()

 Right hand side of the concatenation operation.

public DynamicProto.ConcatStringOp.BuildermergeInputLhs(DynamicProto.DynamicString value)

 Left hand side of the concatenation operation.

public DynamicProto.ConcatStringOp.BuildermergeInputRhs(DynamicProto.DynamicString value)

 Right hand side of the concatenation operation.

public DynamicProto.ConcatStringOp.BuildersetInputLhs(DynamicProto.DynamicString.Builder builderForValue)

 Left hand side of the concatenation operation.

public DynamicProto.ConcatStringOp.BuildersetInputLhs(DynamicProto.DynamicString value)

 Left hand side of the concatenation operation.

public DynamicProto.ConcatStringOp.BuildersetInputRhs(DynamicProto.DynamicString.Builder builderForValue)

 Right hand side of the concatenation operation.

public DynamicProto.ConcatStringOp.BuildersetInputRhs(DynamicProto.DynamicString value)

 Right hand side of the concatenation operation.

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

Methods

public boolean hasInputLhs()

 Left hand side of the concatenation operation.
 
.androidx.wear.protolayout.expression.proto.DynamicString input_lhs = 1;

public DynamicProto.DynamicString getInputLhs()

 Left hand side of the concatenation operation.
 
.androidx.wear.protolayout.expression.proto.DynamicString input_lhs = 1;

 Left hand side of the concatenation operation.
 
.androidx.wear.protolayout.expression.proto.DynamicString input_lhs = 1;

 Left hand side of the concatenation operation.
 
.androidx.wear.protolayout.expression.proto.DynamicString input_lhs = 1;

 Left hand side of the concatenation operation.
 
.androidx.wear.protolayout.expression.proto.DynamicString input_lhs = 1;

 Left hand side of the concatenation operation.
 
.androidx.wear.protolayout.expression.proto.DynamicString input_lhs = 1;

public boolean hasInputRhs()

 Right hand side of the concatenation operation.
 
.androidx.wear.protolayout.expression.proto.DynamicString input_rhs = 2;

public DynamicProto.DynamicString getInputRhs()

 Right hand side of the concatenation operation.
 
.androidx.wear.protolayout.expression.proto.DynamicString input_rhs = 2;

 Right hand side of the concatenation operation.
 
.androidx.wear.protolayout.expression.proto.DynamicString input_rhs = 2;

 Right hand side of the concatenation operation.
 
.androidx.wear.protolayout.expression.proto.DynamicString input_rhs = 2;

 Right hand side of the concatenation operation.
 
.androidx.wear.protolayout.expression.proto.DynamicString input_rhs = 2;

 Right hand side of the concatenation operation.
 
.androidx.wear.protolayout.expression.proto.DynamicString input_rhs = 2;