Class CisNotification


  • public class CisNotification
    extends java.lang.Object
    Contains notifications configuration for a shipment.
    • Constructor Detail

      • CisNotification

        public CisNotification()
    • Method Detail

      • getEmail

        public java.lang.String getEmail()
      • setEmail

        public void setEmail​(java.lang.String email)
      • getOnDelivery

        public java.lang.Boolean getOnDelivery()
      • setOnDelivery

        public void setOnDelivery​(java.lang.Boolean onDelivery)
      • getOnShipment

        public java.lang.Boolean getOnShipment()
      • setOnShipment

        public void setOnShipment​(java.lang.Boolean onShipment)
      • getOnTender

        public java.lang.Boolean getOnTender()
      • setOnTender

        public void setOnTender​(java.lang.Boolean onTender)
      • getOnException

        public java.lang.Boolean getOnException()
      • setOnException

        public void setOnException​(java.lang.Boolean onException)