Thing Clase

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

public class Thing

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

Resumen del constructor

Constructor Description
Thing()

Resumen del método

Modificador y tipo Método y descripción
java.lang.String getName()

Obtenga el valor de nombre.

java.lang.String getType()

Obtiene el valor de tipo.

void setName(String withName)

Establezca el valor de nombre.

void setType(String withType)

Establezca el valor de tipo.

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

Thing

public Thing()

Detalles del método

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

setName

public void setName(String withName)

Establezca el valor de nombre.

Parámetros:

withName - valor de nombre que se va a establecer

setType

public void setType(String withType)

Establezca el valor de tipo.

Parámetros:

withType - el valor de tipo que se va a establecer

Se aplica a