public interface

DynamicProto.ConcatStringOpOrBuilder

 androidx.wear.protolayout.expression.proto.DynamicProto.ConcatStringOpOrBuilder

Subclasses:

DynamicProto.ConcatStringOp, DynamicProto.ConcatStringOp.Builder

Summary

Methods
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.

Methods

public boolean hasInputLhs()

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

Returns:

Whether the inputLhs field is set.

public DynamicProto.DynamicString getInputLhs()

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

Returns:

The inputLhs.

public boolean hasInputRhs()

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

Returns:

Whether the inputRhs field is set.

public DynamicProto.DynamicString getInputRhs()

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

Returns:

The inputRhs.