TokenExchangeInvokeResponse Classe

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

public class TokenExchangeInvokeResponse

Oggetto della risposta di uno scambio di token invoke.

Riepilogo dei costruttori

Costruttore Descrizione
TokenExchangeInvokeResponse()

Riepilogo dei metodi

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

Ottiene il nome della connessione.

java.lang.String getFailureDetail()

Ottiene i dettagli del motivo per cui lo scambio di token non è riuscito.

java.lang.String getId()

Ottiene l'ID dal tokenExchangeInvokeRequest.

void setConnectionName(String withConnectionName)

Imposta il nome della connessione.

void setFailureDetail(String withFailureDetail)

Imposta i dettagli sul motivo per cui lo scambio di token non è riuscito.

void setId(String withId)

Imposta l'ID dal TokenExchangeInvokeRequest.

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

TokenExchangeInvokeResponse

public TokenExchangeInvokeResponse()

Dettagli metodo

getConnectionName

public String getConnectionName()

Ottiene il nome della connessione.

Restituisce:

valore ConnectionName come stringa.

getFailureDetail

public String getFailureDetail()

Ottiene i dettagli del motivo per cui lo scambio di token non è riuscito.

Restituisce:

Valore FailureDetail come stringa.

getId

public String getId()

Ottiene l'ID da TokenExchangeInvokeRequest.

Restituisce:

valore id come stringa.

setConnectionName

public void setConnectionName(String withConnectionName)

Imposta il nome della connessione.

Parametri:

withConnectionName - Valore ConnectionName.

setFailureDetail

public void setFailureDetail(String withFailureDetail)

Imposta i dettagli sul motivo per cui lo scambio di token non è riuscito.

Parametri:

withFailureDetail - Valore FailureDetail.

setId

public void setId(String withId)

Imposta l'ID da TokenExchangeInvokeRequest.

Parametri:

withId - Valore ID.

Si applica a