public class OmemoDevice extends Object
| Constructor and Description |
|---|
OmemoDevice(org.jxmpp.jid.BareJid jid,
int deviceId)
Create a new OmemoDevice.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
int |
getDeviceId()
Return the OMEMO device Id of the device.
|
org.jxmpp.jid.BareJid |
getJid()
Return the BareJid of the device owner.
|
int |
hashCode() |
String |
toString() |
public OmemoDevice(org.jxmpp.jid.BareJid jid, int deviceId)
jid - jid of the contactdeviceId - deviceId if the device.public org.jxmpp.jid.BareJid getJid()
public int getDeviceId()