TokenExchangeInvokeRequest Classe

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

public class TokenExchangeInvokeRequest

Richiesta di scambio di un token.

Riepilogo dei costruttori

Costruttore Descrizione
TokenExchangeInvokeRequest()

Riepilogo dei metodi

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

Ottiene il nome della connessione.

java.lang.String getId()

Ottiene l'ID dal tokenExchangeInvokeRequest.

java.lang.String getToken()

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

void setConnectionName(String withConnectionName)

Imposta il nome della connessione.

void setId(String withId)

Imposta l'ID dal TokenExchangeInvokeRequest.

void setToken(String withToken)

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

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

TokenExchangeInvokeRequest

public TokenExchangeInvokeRequest()

Dettagli metodo

getConnectionName

public String getConnectionName()

Ottiene il nome della connessione.

Restituisce:

valore ConnectionName come stringa.

getId

public String getId()

Ottiene l'ID da TokenExchangeInvokeRequest.

Restituisce:

valore id come stringa.

getToken

public String getToken()

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

Restituisce:

Valore token come stringa.

setConnectionName

public void setConnectionName(String withConnectionName)

Imposta il nome della connessione.

Parametri:

withConnectionName - Valore ConnectionName.

setId

public void setId(String withId)

Imposta l'ID da TokenExchangeInvokeRequest.

Parametri:

withId - Valore ID.

setToken

public void setToken(String withToken)

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

Parametri:

withToken - Valore FailureDetail.

Si applica a