Class ThirdPartyAppPayload


  • public class ThirdPartyAppPayload
    extends Object
    ThirdPartyAppData information.
    • Constructor Detail

      • ThirdPartyAppPayload

        public ThirdPartyAppPayload​(ThirdPartyAppId thirdPartyAppId,
                                    byte[] data)
        Create ThirdPartyAppPayload.
    • Method Detail

      • getThirdPartyAppId

        public ThirdPartyAppId getThirdPartyAppId()
        Third party application id.
      • getData

        public byte[] getData()
        Data.
      • toString

        public String toString()
        String representation for debugging purpose.
        Overrides:
        toString in class Object