Class OpenChannelResponse


  • public class OpenChannelResponse
    extends Object
    • Constructor Detail

      • OpenChannelResponse

        public OpenChannelResponse()
    • Method Detail

      • getChannelId

        public int getChannelId()
        Returns:
        returns int
      • setChannelId

        public void setChannelId​(int channelId)
        Parameters:
        channelId - the value for the _return property
      • getNegotiatedMimeTypes

        public List<String> getNegotiatedMimeTypes()
        Returns:
        returns List
      • setNegotiatedMimeTypes

        public void setNegotiatedMimeTypes​(List<String> negotiatedMimeTypes)
        Parameters:
        negotiatedMimeTypes - the value for the negotiatedMimeTypes property
      • getNegotiatedParams

        public List<String> getNegotiatedParams()
        Returns:
        returns List
      • setNegotiatedParams

        public void setNegotiatedParams​(List<String> negotiatedParams)
        Parameters:
        negotiatedParams - the value for the negotiatedParams property