Class Card
java.lang.Object
com.thalesgroup.gemalto.d1.card.cardservice.Card
The card information which is issued by D1.
- Since:
- 4.0.0
-
Constructor Summary
ConstructorsConstructorDescriptionCard(String cardID, CardMetadata cardMetadata) Public constructor for Card object issued by D1. -
Method Summary
Modifier and TypeMethodDescriptionGets the card identifier.Gets the cardMetadata which contains basic information of the card.
-
Constructor Details
-
Card
Public constructor for Card object issued by D1.
-
-
Method Details
-
getCardID
Gets the card identifier. -
getCardMetadata
Gets the cardMetadata which contains basic information of the card.
-