Package com.thalesgroup.gemalto.d1.card
Class DigitalCard
- java.lang.Object
-
- com.thalesgroup.gemalto.d1.card.DigitalCard
-
public final class DigitalCard extends Object
The Digital Card full information.- Since:
- 1.0.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCardID()
Get the unique digital card IDString
getDeviceID()
Get the device IDString
getDeviceName()
Get the device nameString
getDeviceType()
Get the device typeString
getExpiryDate()
Get expiry date of the digital card in MMYY formatString
getLast4()
Get the last 4 digits of the Digital CardScheme
getScheme()
Get the digital card schemeState
getState()
Get the digital card statusList<AssetContent>
getWalletAsset()
Get the digital card's wallet assetString
getWalletID()
Get the digital card's wallet identifierString
getWalletName()
Get the digital card's wallet name
-
-
-
Constructor Detail
-
DigitalCard
public DigitalCard(@NonNull String cardID, @NonNull State state, @NonNull Scheme scheme, @Nullable String last4, @Nullable String expiryDate, @Nullable String deviceName, @Nullable String deviceType, @Nullable String deviceID, @Nullable String walletID, @Nullable String walletName, @Nullable List<AssetContent> walletAsset)
Public Constructor
-
-
Method Detail
-
getLast4
@Nullable public String getLast4()
Get the last 4 digits of the Digital Card- Returns:
- The last 4 digits of the card
-
getExpiryDate
@Nullable public String getExpiryDate()
Get expiry date of the digital card in MMYY format- Returns:
- The expiry date of the card
-
getWalletID
@Nullable public String getWalletID()
Get the digital card's wallet identifier- Returns:
- The wallet identifier
-
getWalletName
@Nullable public String getWalletName()
Get the digital card's wallet name- Returns:
- The wallet name
-
getWalletAsset
@Nullable public List<AssetContent> getWalletAsset()
Get the digital card's wallet asset- Returns:
- The wallet asset
-
-