Class ApplicationInfo


  • public class ApplicationInfo
    extends Object
    ApplicationInfo
    • Constructor Detail

      • ApplicationInfo

        public ApplicationInfo()
    • Method Detail

      • getAdyenLibrary

        public CommonField getAdyenLibrary()
        Get adyenLibrary
        Returns:
        adyenLibrary
      • setAdyenLibrary

        public void setAdyenLibrary​(CommonField adyenLibrary)
        adyenLibrary
        Parameters:
        adyenLibrary -
      • getAdyenPaymentSource

        public CommonField getAdyenPaymentSource()
        Get adyenPaymentSource
        Returns:
        adyenPaymentSource
      • setAdyenPaymentSource

        public void setAdyenPaymentSource​(CommonField adyenPaymentSource)
        adyenPaymentSource
        Parameters:
        adyenPaymentSource -
      • getExternalPlatform

        public ExternalPlatform getExternalPlatform()
        Get externalPlatform
        Returns:
        externalPlatform
      • setExternalPlatform

        public void setExternalPlatform​(ExternalPlatform externalPlatform)
        externalPlatform
        Parameters:
        externalPlatform -
      • getMerchantApplication

        public CommonField getMerchantApplication()
        Get merchantApplication
        Returns:
        merchantApplication
      • setMerchantApplication

        public void setMerchantApplication​(CommonField merchantApplication)
        merchantApplication
        Parameters:
        merchantApplication -
      • getMerchantDevice

        public MerchantDevice getMerchantDevice()
        Get merchantDevice
        Returns:
        merchantDevice
      • setMerchantDevice

        public void setMerchantDevice​(MerchantDevice merchantDevice)
        merchantDevice
        Parameters:
        merchantDevice -
      • getShopperInteractionDevice

        public ShopperInteractionDevice getShopperInteractionDevice()
        Get shopperInteractionDevice
        Returns:
        shopperInteractionDevice
      • setShopperInteractionDevice

        public void setShopperInteractionDevice​(ShopperInteractionDevice shopperInteractionDevice)
        shopperInteractionDevice
        Parameters:
        shopperInteractionDevice -
      • equals

        public boolean equals​(Object o)
        Return true if this ApplicationInfo object is equal to o.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • fromJson

        public static ApplicationInfo fromJson​(String jsonString)
                                        throws com.fasterxml.jackson.core.JsonProcessingException
        Create an instance of ApplicationInfo given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of ApplicationInfo
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException - if the JSON string is invalid with respect to ApplicationInfo
      • toJson

        public String toJson()
                      throws com.fasterxml.jackson.core.JsonProcessingException
        Convert an instance of ApplicationInfo to an JSON string
        Returns:
        JSON string
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException