Class Instruction


  • public final class Instruction
    extends java.lang.Object
    • Constructor Detail

      • Instruction

        public Instruction()
      • Instruction

        public Instruction​(java.time.Instant valueDate)
        Creates a new Instruction instance.
        Parameters:
        valueDate - The date (in ISO 8601 format) and time at which the recipient's account will be credited. [Optional]
    • Method Detail

      • getValueDate

        public java.time.Instant getValueDate()
        The date (in ISO 8601 format) and time at which the recipient's account will be credited. [Optional]
      • setValueDate

        public void setValueDate​(java.time.Instant valueDate)
        The date (in ISO 8601 format) and time at which the recipient's account will be credited. [Optional]
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object