-
public final class IapOperation
-
-
Field Summary
Fields Modifier and Type Field Description private final IapOperationTypetypeprivate final StringproductIdprivate final Longtimestampprivate final IapOperationResultresult
-
Constructor Summary
Constructors Constructor Description IapOperation(IapOperationType type, String productId, Long timestamp, IapOperationResult result)
-
Method Summary
Modifier and Type Method Description final IapOperationTypegetType()final StringgetProductId()final LonggetTimestamp()final IapOperationResultgetResult()-
-
Constructor Detail
-
IapOperation
IapOperation(IapOperationType type, String productId, Long timestamp, IapOperationResult result)
-
-
Method Detail
-
getType
final IapOperationType getType()
-
getProductId
final String getProductId()
-
getTimestamp
final Long getTimestamp()
-
getResult
final IapOperationResult getResult()
-
-
-
-