Class ClaimResponse
- java.lang.Object
-
- io.github.ma1uta.matrix.client.model.encryption.ClaimResponse
-
public class ClaimResponse extends Object
Response format.
-
-
Constructor Summary
Constructors Constructor Description ClaimResponse()
-
Method Summary
Modifier and Type Method Description Map<String,Object>
getFailures()
Map<String,Map<String,Object>>
getOneTimeKeys()
void
setFailures(Map<String,Object> failures)
void
setOneTimeKeys(Map<String,Map<String,Object>> oneTimeKeys)
-
-
-
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 one_time_keys result.
-
-