Interface Service.StoreConfig.CutoffConfig.LocalCutoffTimeOrBuilder (0.2.0)

public static interface Service.StoreConfig.CutoffConfig.LocalCutoffTimeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getHour()

public abstract long getHour()

Hour local delivery orders must be placed by to process the same day.

optional int64 hour = 1;

Returns
Type Description
long

The hour.

getMinute()

public abstract long getMinute()

Minute local delivery orders must be placed by to process the same day.

optional int64 minute = 2;

Returns
Type Description
long

The minute.

hasHour()

public abstract boolean hasHour()

Hour local delivery orders must be placed by to process the same day.

optional int64 hour = 1;

Returns
Type Description
boolean

Whether the hour field is set.

hasMinute()

public abstract boolean hasMinute()

Minute local delivery orders must be placed by to process the same day.

optional int64 minute = 2;

Returns
Type Description
boolean

Whether the minute field is set.