com.ibm.mfp.server.registration.external.model

Class RegistrationData

  • java.lang.Object
    • com.ibm.mfp.server.registration.external.model.RegistrationData


  • public class RegistrationData
    extends java.lang.Object
    Data provided by the mobile client upon registration
    • Constructor Detail

      • RegistrationData

        public RegistrationData()
        Reserved for internal use only. Adapters should use ClientData.getRegistration() to get the registration data.
      • RegistrationData

        public RegistrationData(RegistrationData that)
        Reserved for internal use only. Adapters should use ClientData.getRegistration() to get the registration data.
        Parameters:
        that -
      • RegistrationData

        public RegistrationData(ApplicationKey application,
                        DeviceData clientRegistrationData)
        Reserved for internal use only. Adapters should use ClientData.getRegistration() to get the registration data.
        Parameters:
        application - the application key
        clientRegistrationData - device data for mobile app or browser data for web app
    • Method Detail

      • updateFrom

        public boolean updateFrom(RegistrationData that)
                           throws java.lang.Exception
        Reserved for internal use only.
        Parameters:
        that -
        Returns:
        Throws:
        java.lang.Exception
      • getApplication

        public ApplicationKey getApplication()
        Gets the application key.
        Returns:
        the application key
      • getDevice

        public DeviceData getDevice()
        Gets the data of the device.
        Returns:
        the data of the device.


© Copyright IBM Corp. 2006, 2015. All Rights Reserved.