Class ProtocolLocation


  • public class ProtocolLocation
    extends Object
    Protocol Location.
    • Field Detail

      • alias

        private String alias
        Required. An alias for a matrix room.
      • protocol

        private String protocol
        Required. The protocol ID that the third party location is a part of.
      • fields

        private Map<String,​String> fields
        Required. Information used to identify this third party location.
    • Constructor Detail

      • ProtocolLocation

        public ProtocolLocation()
    • Method Detail

      • getAlias

        public String getAlias()
      • setAlias

        public void setAlias​(String alias)
      • getProtocol

        public String getProtocol()
      • setProtocol

        public void setProtocol​(String protocol)