Place Clase

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

Implementaciones

EntitySerialization

public class Place
implements EntitySerialization

Place (tipo de entidad: "https://schema.org/Place").

Resumen del constructor

Constructor Description
Place()

Lugar de tipo "Place".

Resumen del método

Modificador y tipo Método y descripción
java.lang.Object getAddress()

Obtenga el valor de dirección.

java.lang.Object getGeo()

Obtenga el valor geográfico.

java.lang.Object getHasMap()

Obtiene que tienevalor de mapa.

java.lang.String getName()

Obtenga el valor de nombre.

java.lang.String getType()

Obtiene el valor de tipo.

void setAddress(Object withAddress)

Establezca el valor de dirección.

void setGeo(Object withGeo)

Establezca el valor geográfico.

void setHasMap(Object withHasMap)

Establezca que tienevalor de mapa.

void setName(String withName)

Establezca el valor de nombre.

Métodos heredados de 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

Detalles del constructor

Place

public Place()

Lugar de tipo "Place".

Detalles del método

getAddress

public Object getAddress()

Obtenga el valor de dirección.

Devoluciones:

el valor de dirección

getGeo

public Object getGeo()

Obtenga el valor geográfico.

Devoluciones:

el valor geográfico

getHasMap

public Object getHasMap()

Obtenga el valor hasMap.

Devoluciones:

el valor hasMap

getName

public String getName()

Obtenga el valor de nombre.

Devoluciones:

el valor de nombre

getType

public String getType()

Obtiene el valor de tipo.

Devoluciones:

el valor de tipo

setAddress

public void setAddress(Object withAddress)

Establezca el valor de dirección.

Parámetros:

withAddress - el valor de dirección que se va a establecer

setGeo

public void setGeo(Object withGeo)

Establezca el valor geográfico.

Parámetros:

withGeo - valor geográfico que se va a establecer

setHasMap

public void setHasMap(Object withHasMap)

Establezca el valor hasMap.

Parámetros:

withHasMap - el valor hasMap que se va a establecer

setName

public void setName(String withName)

Establezca el valor de nombre.

Parámetros:

withName - valor de nombre que se va a establecer

Se aplica a