Interface CutoffTimeOrBuilder (0.2.0)

public interface CutoffTimeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getHour()

public abstract int getHour()

Required. Hour of the cutoff time until which an order has to be placed to be processed in the same day.

optional int32 hour = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The hour.

getMinute()

public abstract int getMinute()

Required. Minute of the cutoff time until which an order has to be placed to be processed in the same day.

optional int32 minute = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The minute.

getTimeZone()

public abstract String getTimeZone()

Required. Timezone identifier For example "Europe/Zurich".

optional string time_zone = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The timeZone.

getTimeZoneBytes()

public abstract ByteString getTimeZoneBytes()

Required. Timezone identifier For example "Europe/Zurich".

optional string time_zone = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for timeZone.

hasHour()

public abstract boolean hasHour()

Required. Hour of the cutoff time until which an order has to be placed to be processed in the same day.

optional int32 hour = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the hour field is set.

hasMinute()

public abstract boolean hasMinute()

Required. Minute of the cutoff time until which an order has to be placed to be processed in the same day.

optional int32 minute = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the minute field is set.

hasTimeZone()

public abstract boolean hasTimeZone()

Required. Timezone identifier For example "Europe/Zurich".

optional string time_zone = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the timeZone field is set.