Class LookupResponse


  • public class LookupResponse
    extends Object
    Look up response the Matrix user ID for a 3pid.
    • Field Detail

      • address

        private String address
        Required. The 3pid address of the user being looked up, matching the address requested.
      • medium

        private String medium
        Required. A medium from the 3PID Types Appendix, matching the medium requested.
      • mxid

        private String mxid
        Required. The Matrix user ID associated with the 3pid.
      • notBefore

        private Long notBefore
        Required. A unix timestamp before which the association is not known to be valid.
      • notAfter

        private Long notAfter
        Required. A unix timestamp after which the association is not known to be valid.
      • ts

        private Long ts
        Required. The unix timestamp at which the association was verified.
      • signatures

        private Map<String,​Map<String,​String>> signatures
        Required. The signatures of the verifying identity services which show that the association should be trusted, if you trust the verifying identity services.
    • Constructor Detail

      • LookupResponse

        public LookupResponse()
    • Method Detail

      • getAddress

        public String getAddress()
      • setAddress

        public void setAddress​(String address)
      • getMedium

        public String getMedium()
      • setMedium

        public void setMedium​(String medium)
      • getMxid

        public String getMxid()
      • setMxid

        public void setMxid​(String mxid)
      • getNotBefore

        public Long getNotBefore()
      • setNotBefore

        public void setNotBefore​(Long notBefore)
      • getNotAfter

        public Long getNotAfter()
      • setNotAfter

        public void setNotAfter​(Long notAfter)
      • getTs

        public Long getTs()
      • setTs

        public void setTs​(Long ts)