Class QueryResponse


  • public class QueryResponse
    extends Object
    Response format.
    • Field Detail

      • failures

        private Map<String,​Object> failures
        If any remote homeservers could not be reached, they are recorded here. The names of the properties are the names of the unreachable servers.

        If the homeserver could be reached, but the user or device was unknown, no failure is recorded. Instead, the corresponding user or device is missing from the device_keys result.

      • deviceKeys

        private Map<String,​Map<String,​DeviceKeys>> deviceKeys
        Information on the queried devices. A map from user ID, to a map from device ID to device information. For each device, the information returned will be the same as uploaded via /keys/upload, with the addition of an unsigned property.
    • Constructor Detail

      • QueryResponse

        public QueryResponse()