Class DataPreparationResponse
java.lang.Object
com.gemalto.mfs.mwsdk.provisioning.model.DataPreparationResponse
Response Object for VAS provisioning
-
Constructor Summary
ConstructorsConstructorDescriptionDataPreparationResponse(String vasInstanceId, byte[] vasProfile) Constructor -
Method Summary
Modifier and TypeMethodDescriptionGet VAS instance IDbyte[]Get VAS profile
-
Constructor Details
-
DataPreparationResponse
Constructor- Parameters:
vasInstanceId- Value added service instance identifiervasProfile- the vas profile
-
-
Method Details
-
getVasInstanceId
Get VAS instance ID- Returns:
- vas InstanceId
-
getVasProfile
public byte[] getVasProfile()Get VAS profile- Returns:
- VAS profile
-