AvailabilityTimeWindow


public final class AvailabilityTimeWindow


An object representing a availability time window.

Summary

Nested types

Builder class for AvailabilityTimeWindow.

Public fields

final Long

This field is deprecated.

Use localizedEndTimestamp instead.

final LocalizedTimestamp
final LocalizedTimestamp
final Long

This field is deprecated.

Use localizedStartTimestamp instead.

Public methods

Long

This method is deprecated.

use getLocalizedEndTimestamp instead

LocalizedTimestamp

Returns the localized end timestamp for the availability time window.

LocalizedTimestamp

Returns the localized start timestamp for the availability time window.

Long

This method is deprecated.

use getLocalizedStartTimestamp instead

Public fields

endTimestampMillis

public final Long endTimestampMillis

localizedEndTimestamp

public final LocalizedTimestamp localizedEndTimestamp

localizedStartTimestamp

public final LocalizedTimestamp localizedStartTimestamp

startTimestampMillis

public final Long startTimestampMillis

Public methods

getEndTimestampMillis

public Long getEndTimestampMillis()

Returns the end timestamp for the availability time window in epoch milliseconds.

getLocalizedEndTimestamp

public LocalizedTimestamp getLocalizedEndTimestamp()

Returns the localized end timestamp for the availability time window.

getLocalizedStartTimestamp

public LocalizedTimestamp getLocalizedStartTimestamp()

Returns the localized start timestamp for the availability time window.

getStartTimestampMillis

public Long getStartTimestampMillis()

Returns the start timestamp for the availability time window in epoch milliseconds.