public interface

DynamicProto.GetDurationPartOpOrBuilder

 androidx.wear.protolayout.expression.proto.DynamicProto.GetDurationPartOpOrBuilder

Subclasses:

DynamicProto.GetDurationPartOp, DynamicProto.GetDurationPartOp.Builder

Summary

Methods
public DynamicProto.DurationPartTypegetDurationPart()

 The duration part to retrieve.

public intgetDurationPartValue()

 The duration part to retrieve.

public DynamicProto.DynamicDurationgetInput()

 The duration input.

public booleanhasInput()

 The duration input.

Methods

public boolean hasInput()

 The duration input.
 
.androidx.wear.protolayout.expression.proto.DynamicDuration input = 1;

Returns:

Whether the input field is set.

 The duration input.
 
.androidx.wear.protolayout.expression.proto.DynamicDuration input = 1;

Returns:

The input.

public int getDurationPartValue()

 The duration part to retrieve.
 
.androidx.wear.protolayout.expression.proto.DurationPartType duration_part = 2;

Returns:

The enum numeric value on the wire for durationPart.

public DynamicProto.DurationPartType getDurationPart()

 The duration part to retrieve.
 
.androidx.wear.protolayout.expression.proto.DurationPartType duration_part = 2;

Returns:

The durationPart.