Class AccountIdentityVerificationStep


  • public class AccountIdentityVerificationStep
    extends java.lang.Object
    AccountIdentityVerificationStep.
    • Constructor Detail

      • AccountIdentityVerificationStep

        public AccountIdentityVerificationStep()
    • Method Detail

      • getName

        public java.lang.String getName()
        .
        Returns:
        name
      • setName

        public void setName​(java.lang.String name)
        setName.
      • getType

        public java.lang.String getType()
        .
        Returns:
        type
      • setType

        public void setType​(java.lang.String type)
        setType.
      • equals

        public boolean equals​(java.lang.Object o)
        Compares objects.
        Overrides:
        equals in class java.lang.Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Converts the given object to string.
        Overrides:
        toString in class java.lang.Object