Thing Classe

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

public class Thing

Elemento (tipo di entità: "https://schema.org/Thing").

Riepilogo dei costruttori

Costruttore Descrizione
Thing()

Riepilogo dei metodi

Modificatore e tipo Metodo e descrizione
java.lang.String getName()

Ottenere il valore del nome.

java.lang.String getType()

Ottenere il valore del tipo.

void setName(String withName)

Impostare il valore del nome.

void setType(String withType)

Impostare il valore del tipo.

Metodi ereditati da 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

Dettagli costruttore

Thing

public Thing()

Dettagli metodo

getName

public String getName()

Ottenere il valore del nome.

Restituisce:

valore del nome

getType

public String getType()

Ottenere il valore del tipo.

Restituisce:

il valore del tipo

setName

public void setName(String withName)

Impostare il valore del nome.

Parametri:

withName - valore del nome da impostare

setType

public void setType(String withType)

Impostare il valore del tipo.

Parametri:

withType - valore del tipo da impostare

Si applica a