public class Location extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Location.Builder
Class to build instances of
Location. |
| Constructor and Description |
|---|
Location(String id,
String name,
Address address,
String timezone,
List<String> capabilities,
String status,
String createdAt,
String merchantId,
String country,
String languageCode,
String currency,
String phoneNumber,
String businessName,
String type,
String websiteUrl,
BusinessHours businessHours,
String businessEmail,
String description,
String twitterUsername,
String instagramUsername,
String facebookUrl,
Coordinates coordinates,
String logoUrl,
String posBackgroundUrl,
String mcc,
String fullFormatLogoUrl,
TaxIds taxIds)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Address |
getAddress()
Getter for Address.
|
String |
getBusinessEmail()
Getter for BusinessEmail.
|
BusinessHours |
getBusinessHours()
Getter for BusinessHours.
|
String |
getBusinessName()
Getter for BusinessName.
|
List<String> |
getCapabilities()
Getter for Capabilities.
|
Coordinates |
getCoordinates()
Getter for Coordinates.
|
String |
getCountry()
Getter for Country.
|
String |
getCreatedAt()
Getter for CreatedAt.
|
String |
getCurrency()
Getter for Currency.
|
String |
getDescription()
Getter for Description.
|
String |
getFacebookUrl()
Getter for FacebookUrl.
|
String |
getFullFormatLogoUrl()
Getter for FullFormatLogoUrl.
|
String |
getId()
Getter for Id.
|
String |
getInstagramUsername()
Getter for InstagramUsername.
|
String |
getLanguageCode()
Getter for LanguageCode.
|
String |
getLogoUrl()
Getter for LogoUrl.
|
String |
getMcc()
Getter for Mcc.
|
String |
getMerchantId()
Getter for MerchantId.
|
String |
getName()
Getter for Name.
|
String |
getPhoneNumber()
Getter for PhoneNumber.
|
String |
getPosBackgroundUrl()
Getter for PosBackgroundUrl.
|
String |
getStatus()
Getter for Status.
|
TaxIds |
getTaxIds()
Getter for TaxIds.
|
String |
getTimezone()
Getter for Timezone.
|
String |
getTwitterUsername()
Getter for TwitterUsername.
|
String |
getType()
Getter for Type.
|
String |
getWebsiteUrl()
Getter for WebsiteUrl.
|
int |
hashCode() |
Location.Builder |
toBuilder()
Builds a new
Location.Builder object. |
String |
toString()
Converts this Location into string format.
|
public Location(String id, String name, Address address, String timezone, List<String> capabilities, String status, String createdAt, String merchantId, String country, String languageCode, String currency, String phoneNumber, String businessName, String type, String websiteUrl, BusinessHours businessHours, String businessEmail, String description, String twitterUsername, String instagramUsername, String facebookUrl, Coordinates coordinates, String logoUrl, String posBackgroundUrl, String mcc, String fullFormatLogoUrl, TaxIds taxIds)
id - String value for id.name - String value for name.address - Address value for address.timezone - String value for timezone.capabilities - List of String value for capabilities.status - String value for status.createdAt - String value for createdAt.merchantId - String value for merchantId.country - String value for country.languageCode - String value for languageCode.currency - String value for currency.phoneNumber - String value for phoneNumber.businessName - String value for businessName.type - String value for type.websiteUrl - String value for websiteUrl.businessHours - BusinessHours value for businessHours.businessEmail - String value for businessEmail.description - String value for description.twitterUsername - String value for twitterUsername.instagramUsername - String value for instagramUsername.facebookUrl - String value for facebookUrl.coordinates - Coordinates value for coordinates.logoUrl - String value for logoUrl.posBackgroundUrl - String value for posBackgroundUrl.mcc - String value for mcc.fullFormatLogoUrl - String value for fullFormatLogoUrl.taxIds - TaxIds value for taxIds.public String getId()
public String getName()
public Address getAddress()
public String getTimezone()
public List<String> getCapabilities()
public String getStatus()
public String getCreatedAt()
public String getMerchantId()
public String getCountry()
public String getLanguageCode()
public String getCurrency()
public String getPhoneNumber()
public String getBusinessName()
public String getType()
public String getWebsiteUrl()
public BusinessHours getBusinessHours()
public String getBusinessEmail()
public String getDescription()
public String getTwitterUsername()
public String getInstagramUsername()
public String getFacebookUrl()
public Coordinates getCoordinates()
public String getLogoUrl()
public String getPosBackgroundUrl()
public String getMcc()
public String getFullFormatLogoUrl()
public TaxIds getTaxIds()
public String toString()
public Location.Builder toBuilder()
Location.Builder object.
Creates the instance with the state of the current model.Location.Builder objectCopyright © 2022. All rights reserved.