Class PsuIdData


  • public final class PsuIdData
    extends Object
    Contains authorisation data about PSU. Normally it comes with the TPP request header.
    • Method Detail

      • contentEquals

        public boolean contentEquals​(PsuIdData otherPsuIdData)
      • isEmpty

        public boolean isEmpty()
      • isNotEmpty

        public boolean isNotEmpty()
      • getPsuId

        @Nullable
        public @Nullable String getPsuId()
      • getPsuIdType

        @Nullable
        public @Nullable String getPsuIdType()
      • getPsuCorporateId

        @Nullable
        public @Nullable String getPsuCorporateId()
      • getPsuCorporateIdType

        @Nullable
        public @Nullable String getPsuCorporateIdType()
      • getPsuIpAddress

        @Nullable
        public @Nullable String getPsuIpAddress()
      • getAdditionalPsuIdData

        @Nullable
        public @Nullable AdditionalPsuIdData getAdditionalPsuIdData()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object