Package io.github.jav.exposerversdk
Class ExpoPushReceiept.Details
- java.lang.Object
-
- io.github.jav.exposerversdk.ExpoPushReceiept.Details
-
- Enclosing class:
- ExpoPushReceiept
public static class ExpoPushReceiept.Details extends Object
-
-
Constructor Summary
Constructors Constructor Description Details()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object _o)Map<String,Object>getAdditionalProperties()StringgetError()IntegergetSentAt()voidsetAdditionalProperty(String name, Object value)ExpoPushReceiept.DetailssetError(String error)voidsetSentAt(Integer sentAt)
-
-
-
Method Detail
-
getError
public String getError()
-
setError
public ExpoPushReceiept.Details setError(String error)
-
getSentAt
public Integer getSentAt()
-
setSentAt
public void setSentAt(Integer sentAt)
-
-