TokenStatus Class
- java.
lang. Object - com.
microsoft. bot. schema. TokenStatus
- com.
public class TokenStatus
The status of a particular token.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| TokenStatus() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String |
getChannelId()
Gets the channel |
| java.lang.String |
getConnectionName()
Gets the connection |
| java.lang.String |
getServiceProviderDisplayName()
Gets the service |
| boolean |
hasToken()
Gets the has |
| void |
setChannelId(String withChannelId)
Sets the channel |
| void |
setConnectionName(String withConnectionName)
Sets the connection |
| void |
setHasToken(boolean withHasToken)
Sets the has |
| void |
setServiceProviderDisplayName(String withServiceProviderDisplayName)
Sets the service |
Methods inherited from java.lang.Object
Constructor Details
TokenStatus
public TokenStatus()
Method Details
getChannelId
public String getChannelId()
Gets the channelId.
Returns:
getConnectionName
public String getConnectionName()
Gets the connectionName.
Returns:
getServiceProviderDisplayName
public String getServiceProviderDisplayName()
Gets the serviceProviderDisplayName field.
Returns:
hasToken
public boolean hasToken()
Gets the hasToken value.
Returns:
setChannelId
public void setChannelId(String withChannelId)
Sets the channelId.
Parameters:
setConnectionName
public void setConnectionName(String withConnectionName)
Sets the connectionName.
Parameters:
setHasToken
public void setHasToken(boolean withHasToken)
Sets the hasToken value.
Parameters:
setServiceProviderDisplayName
public void setServiceProviderDisplayName(String withServiceProviderDisplayName)
Sets the serviceProviderDisplayName field.
Parameters: