public class Location
extends java.util.LinkedHashMap<java.lang.String,java.lang.Object>
implements java.util.Map<java.lang.String,java.lang.Object>
| Modifier and Type | Class and Description |
|---|---|
static class |
Location.LocationBuilder |
| Constructor and Description |
|---|
Location() |
Location(java.lang.String regionCode,
java.lang.String city,
java.lang.String countryCode) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCity() |
java.lang.String |
getCountryCode() |
java.lang.String |
getRegionCode() |
void |
setCity(java.lang.String city)
Generated property for
Location.city property defined at extension personalizationyprofile. |
void |
setCountryCode(java.lang.String countryCode)
Generated property for
Location.countryCode property defined at extension personalizationyprofile. |
void |
setRegionCode(java.lang.String regionCode)
Generated property for
Location.regionCode property defined at extension personalizationyprofile. |
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizepublic Location(java.lang.String regionCode,
java.lang.String city,
java.lang.String countryCode)
public Location()
public void setRegionCode(java.lang.String regionCode)
Location.regionCode property defined at extension personalizationyprofile.public java.lang.String getRegionCode()
public void setCity(java.lang.String city)
Location.city property defined at extension personalizationyprofile.public java.lang.String getCity()
public void setCountryCode(java.lang.String countryCode)
Location.countryCode property defined at extension personalizationyprofile.public java.lang.String getCountryCode()
Copyright © 2018 SAP SE. All Rights Reserved.