Place Class
- java.
lang. Object - com.
microsoft. bot. schema. Place
- com.
Implements
public class Place
implements EntitySerialization
Place (entity type: "https://schema.org/Place").
Constructor Summary
| Constructor | Description |
|---|---|
| Place() |
Place of type "Place". |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.Object |
getAddress()
Get the address value. |
| java.lang.Object |
getGeo()
Get the geo value. |
| java.lang.Object |
getHasMap()
Get the has |
| java.lang.String |
getName()
Get the name value. |
| java.lang.String |
getType()
Get the type value. |
| void |
setAddress(Object withAddress)
Set the address value. |
| void |
setGeo(Object withGeo)
Set the geo value. |
| void |
setHasMap(Object withHasMap)
Set the has |
| void |
setName(String withName)
Set the name value. |
Methods inherited from java.lang.Object
Constructor Details
Place
public Place()
Place of type "Place".
Method Details
getAddress
public Object getAddress()
Get the address value.
Returns:
getGeo
public Object getGeo()
Get the geo value.
Returns:
getHasMap
public Object getHasMap()
Get the hasMap value.
Returns:
getName
public String getName()
Get the name value.
Returns:
getType
public String getType()
Get the type value.
Returns:
setAddress
public void setAddress(Object withAddress)
Set the address value.
Parameters:
setGeo
public void setGeo(Object withGeo)
Set the geo value.
Parameters:
setHasMap
public void setHasMap(Object withHasMap)
Set the hasMap value.
Parameters:
setName
public void setName(String withName)
Set the name value.
Parameters: