Place Class

  • java.lang.Object
    • com.microsoft.bot.schema.Place

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 hasMap value.

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 hasMap value.

void setName(String withName)

Set the name value.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

Place

public Place()

Place of type "Place".

Method Details

getAddress

public Object getAddress()

Get the address value.

Returns:

the address value

getGeo

public Object getGeo()

Get the geo value.

Returns:

the geo value

getHasMap

public Object getHasMap()

Get the hasMap value.

Returns:

the hasMap value

getName

public String getName()

Get the name value.

Returns:

the name value

getType

public String getType()

Get the type value.

Returns:

the type value

setAddress

public void setAddress(Object withAddress)

Set the address value.

Parameters:

withAddress - the address value to set

setGeo

public void setGeo(Object withGeo)

Set the geo value.

Parameters:

withGeo - the geo value to set

setHasMap

public void setHasMap(Object withHasMap)

Set the hasMap value.

Parameters:

withHasMap - the hasMap value to set

setName

public void setName(String withName)

Set the name value.

Parameters:

withName - the name value to set

Applies to