public class OpenChannelResponse extends Object
| Constructor and Description |
|---|
OpenChannelResponse() |
| Modifier and Type | Method and Description |
|---|---|
int |
getChannelId() |
List<String> |
getNegotiatedMimeTypes() |
List<String> |
getNegotiatedParams() |
void |
setChannelId(int channelId) |
void |
setNegotiatedMimeTypes(List<String> negotiatedMimeTypes) |
void |
setNegotiatedParams(List<String> negotiatedParams) |
public int getChannelId()
public void setChannelId(int channelId)
_return - the value for the _return propertypublic void setNegotiatedMimeTypes(List<String> negotiatedMimeTypes)
negotiatedMimeTypes - the value for the negotiatedMimeTypes propertyCopyright © 2005–2018 Oracle Corporation. All rights reserved.