Class DataPreparationResponse


  • public class DataPreparationResponse
    extends java.lang.Object
    Response Object for VAS provisioning
    • Constructor Summary

      Constructors 
      Constructor Description
      DataPreparationResponse​(java.lang.String vasInstanceId, byte[] vasProfile)
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getVasInstanceId()
      Get VAS instance ID
      byte[] getVasProfile()
      Get VAS profile
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DataPreparationResponse

        public DataPreparationResponse​(java.lang.String vasInstanceId,
                                       byte[] vasProfile)
        Constructor
        Parameters:
        vasInstanceId - Value added service instance identifier
        vasProfile - the vas profile
    • Method Detail

      • getVasInstanceId

        public java.lang.String getVasInstanceId()
        Get VAS instance ID
        Returns:
        vas InstanceId
      • getVasProfile

        public byte[] getVasProfile()
        Get VAS profile
        Returns:
        VAS profile