public interface

DynamicProto.BetweenDurationOrBuilder

 androidx.wear.protolayout.expression.proto.DynamicProto.BetweenDurationOrBuilder

Subclasses:

DynamicProto.BetweenDuration, DynamicProto.BetweenDuration.Builder

Summary

Methods
public DynamicProto.DynamicInstantgetEndExclusive()

 The time instant value marking the end of the duration.

public DynamicProto.DynamicInstantgetStartInclusive()

 The time instant value marking the start of the duration.

public booleanhasEndExclusive()

 The time instant value marking the end of the duration.

public booleanhasStartInclusive()

 The time instant value marking the start of the duration.

Methods

public boolean hasStartInclusive()

 The time instant value marking the start of the duration.
 
.androidx.wear.protolayout.expression.proto.DynamicInstant start_inclusive = 1;

Returns:

Whether the startInclusive field is set.

public DynamicProto.DynamicInstant getStartInclusive()

 The time instant value marking the start of the duration.
 
.androidx.wear.protolayout.expression.proto.DynamicInstant start_inclusive = 1;

Returns:

The startInclusive.

public boolean hasEndExclusive()

 The time instant value marking the end of the duration.
 
.androidx.wear.protolayout.expression.proto.DynamicInstant end_exclusive = 2;

Returns:

Whether the endExclusive field is set.

public DynamicProto.DynamicInstant getEndExclusive()

 The time instant value marking the end of the duration.
 
.androidx.wear.protolayout.expression.proto.DynamicInstant end_exclusive = 2;

Returns:

The endExclusive.