Class InactiveDevice
- java.lang.Object
-
- org.apache.camel.component.apns.model.InactiveDevice
-
- All Implemented Interfaces:
Serializable
public class InactiveDevice extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InactiveDevice(String deviceToken, Date date)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Date
getDate()
String
getDeviceToken()
void
setDate(Date date)
void
setDeviceToken(String deviceToken)
String
toString()
-