Class DeliveryNoteV1Document


  • public class DeliveryNoteV1Document
    extends Prediction
    Delivery note API version 1.1 document data.
    • Field Detail

      • customerAddress

        protected StringField customerAddress
        The address of the customer receiving the goods.
      • customerName

        protected StringField customerName
        The name of the customer receiving the goods.
      • deliveryDate

        protected DateField deliveryDate
        The date on which the delivery is scheduled to arrive.
      • deliveryNumber

        protected StringField deliveryNumber
        A unique identifier for the delivery note.
      • supplierAddress

        protected StringField supplierAddress
        The address of the supplier providing the goods.
      • supplierName

        protected StringField supplierName
        The name of the supplier providing the goods.
      • totalAmount

        protected AmountField totalAmount
        The total monetary value of the goods being delivered.
    • Constructor Detail

      • DeliveryNoteV1Document

        public DeliveryNoteV1Document()
    • Method Detail

      • isEmpty

        public boolean isEmpty()
        Description copied from class: Prediction
        Returns true if there are no predictions values. Accessing prediction values when this is true may result in a NullPointerException
        Specified by:
        isEmpty in class Prediction
      • getCustomerAddress

        public StringField getCustomerAddress()
        The address of the customer receiving the goods.
      • getCustomerName

        public StringField getCustomerName()
        The name of the customer receiving the goods.
      • getDeliveryDate

        public DateField getDeliveryDate()
        The date on which the delivery is scheduled to arrive.
      • getDeliveryNumber

        public StringField getDeliveryNumber()
        A unique identifier for the delivery note.
      • getSupplierAddress

        public StringField getSupplierAddress()
        The address of the supplier providing the goods.
      • getSupplierName

        public StringField getSupplierName()
        The name of the supplier providing the goods.
      • getTotalAmount

        public AmountField getTotalAmount()
        The total monetary value of the goods being delivered.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object