TokenStatus Clase
- java.
lang. Object - com.
microsoft. bot. schema. TokenStatus
- com.
public class TokenStatus
Estado de un token determinado.
Resumen del constructor
| Constructor | Description | |
|---|---|---|
| TokenStatus() | ||
Resumen del método
| Modificador y tipo | Método y descripción |
|---|---|
| java.lang.String |
getChannelId()
Obtiene el identificador de |
| java.lang.String |
getConnectionName()
Obtiene la conexión |
| java.lang.String |
getServiceProviderDisplayName()
Obtiene el servicio |
| boolean |
hasToken()
Obtiene que tiene |
| void |
setChannelId(String withChannelId)
Establece el identificador de |
| void |
setConnectionName(String withConnectionName)
Establece la conexión |
| void |
setHasToken(boolean withHasToken)
Establece que tiene |
| void |
setServiceProviderDisplayName(String withServiceProviderDisplayName)
Establece el servicio |
Métodos heredados de java.lang.Object
Detalles del constructor
TokenStatus
public TokenStatus()
Detalles del método
getChannelId
public String getChannelId()
Obtiene el channelId.
Devoluciones:
getConnectionName
public String getConnectionName()
Obtiene connectionName.
Devoluciones:
getServiceProviderDisplayName
public String getServiceProviderDisplayName()
Obtiene el campo serviceProviderDisplayName.
Devoluciones:
hasToken
public boolean hasToken()
Obtiene el valor hasToken.
Devoluciones:
setChannelId
public void setChannelId(String withChannelId)
Establece el channelId.
Parámetros:
setConnectionName
public void setConnectionName(String withConnectionName)
Establece connectionName.
Parámetros:
setHasToken
public void setHasToken(boolean withHasToken)
Establece el valor hasToken.
Parámetros:
setServiceProviderDisplayName
public void setServiceProviderDisplayName(String withServiceProviderDisplayName)
Establece el campo serviceProviderDisplayName.
Parámetros: