Package tigase.push
Class Device
- java.lang.Object
-
- tigase.push.Device
-
- All Implemented Interfaces:
IPushSettings.IDevice
public class Device extends Object implements IPushSettings.IDevice
Created by andrzej on 02.01.2017.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetDeviceId()StringgetProviderName()inthashCode()
-
-
-
Method Detail
-
getDeviceId
public String getDeviceId()
- Specified by:
getDeviceIdin interfaceIPushSettings.IDevice
-
getProviderName
public String getProviderName()
- Specified by:
getProviderNamein interfaceIPushSettings.IDevice
-
-