public static class TdApi.BusinessOpeningHours extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.BusinessOpeningHoursInterval[] |
openingHours
Intervals of the time when the business is open.
|
java.lang.String |
timeZoneId
Unique time zone identifier.
|
| Constructor and Description |
|---|
BusinessOpeningHours()
Describes opening hours of a business.
|
BusinessOpeningHours(java.lang.String timeZoneId,
TdApi.BusinessOpeningHoursInterval[] openingHours)
Describes opening hours of a business.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String timeZoneId
public TdApi.BusinessOpeningHoursInterval[] openingHours
public static final int CONSTRUCTOR
public BusinessOpeningHours()
public BusinessOpeningHours(java.lang.String timeZoneId,
TdApi.BusinessOpeningHoursInterval[] openingHours)
timeZoneId - Unique time zone identifier.openingHours - Intervals of the time when the business is open.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object