public interface

DynamicProto.InstantToZonedDateTimeOpOrBuilder

 androidx.wear.protolayout.expression.proto.DynamicProto.InstantToZonedDateTimeOpOrBuilder

Subclasses:

DynamicProto.InstantToZonedDateTimeOp, DynamicProto.InstantToZonedDateTimeOp.Builder

Summary

Methods
public DynamicProto.DynamicInstantgetInstant()

 The instant to convert.

public java.lang.StringgetZoneId()

 The ZoneId following the time-zone ID format used by java {@link ZoneId}.

public com.google.protobuf.ByteStringgetZoneIdBytes()

 The ZoneId following the time-zone ID format used by java {@link ZoneId}.

public booleanhasInstant()

 The instant to convert.

Methods

public boolean hasInstant()

 The instant to convert.
 
.androidx.wear.protolayout.expression.proto.DynamicInstant instant = 1;

Returns:

Whether the instant field is set.

public DynamicProto.DynamicInstant getInstant()

 The instant to convert.
 
.androidx.wear.protolayout.expression.proto.DynamicInstant instant = 1;

Returns:

The instant.

public java.lang.String getZoneId()

 The ZoneId following the time-zone ID format used by java {@link ZoneId}.
 
string zone_id = 2;

Returns:

The zoneId.

public com.google.protobuf.ByteString getZoneIdBytes()

 The ZoneId following the time-zone ID format used by java {@link ZoneId}.
 
string zone_id = 2;

Returns:

The bytes for zoneId.