ResourceResponse Classe

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

public class ResourceResponse

Risposta contenente un ID risorsa.

Riepilogo dei costruttori

Costruttore Descrizione
ResourceResponse()

Rispostarisorsa vuota.

ResourceResponse(String withId)

Rispostarisorsa con ID.

Riepilogo dei metodi

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

Ottenere il valore id.

void setId(String withId)

Impostare il valore id.

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

ResourceResponse

public ResourceResponse()

ResourceResponse vuoto.

ResourceResponse

public ResourceResponse(String withId)

ResourceResponse con ID.

Parametri:

withId - ID.

Dettagli metodo

getId

public String getId()

Ottenere il valore id.

Restituisce:

il valore id

setId

public void setId(String withId)

Impostare il valore id.

Parametri:

withId - valore id da impostare

Si applica a