Class Licence
-
-
Field Summary
Fields Modifier and Type Field Description public String
mExpiratedAt
public String
mAssignedPandwarfProduct
public Integer
mValidFor
public String
mCreatedAt
public int
mLicenseId
public int
mOrderId
public Integer
mProductId
public String
mLicenseKey
public String
mOptionName
-
Method Summary
Modifier and Type Method Description long
getExpirationAtTimestamp()
return timestamp in milliseconds, 0 if date is malformed. String
getExpirationAt()
boolean
isApproved()
Indicates if the current option is not yet expired. -
-
Method Detail
-
getExpirationAtTimestamp
long getExpirationAtTimestamp()
return timestamp in milliseconds, 0 if date is malformed.
-
getExpirationAt
String getExpirationAt()
-
isApproved
boolean isApproved()
Indicates if the current option is not yet expired.
-
-
-
-