public static class Network.GetAvailableChannelsResponse extends CommandResponse<Network.CommandId>
Network.GetAvailableChannels command.| Constructor and Description |
|---|
GetAvailableChannelsResponse(Channel[] channels)
The constructor for this class.
|
| Modifier and Type | Method and Description |
|---|---|
Channel[] |
getChannels() |
java.lang.String |
toString() |
getCommandId, getErrorMessage, getStatuspublic GetAvailableChannelsResponse(Channel[] channels)
channels - Available channels arraypublic Channel[] getChannels()
public java.lang.String toString()
toString in class CommandResponse<Network.CommandId>