Class LabelFormatOption


  • public class LabelFormatOption
    extends java.lang.Object
    The label format details and whether to include a packing slip.
    • Constructor Detail

      • LabelFormatOption

        public LabelFormatOption()
    • Method Detail

      • includePackingSlipWithLabel

        public LabelFormatOption includePackingSlipWithLabel​(java.lang.Boolean includePackingSlipWithLabel)
      • isIncludePackingSlipWithLabel

        public java.lang.Boolean isIncludePackingSlipWithLabel()
        When true, include a packing slip with the label.
        Returns:
        includePackingSlipWithLabel
      • setIncludePackingSlipWithLabel

        public void setIncludePackingSlipWithLabel​(java.lang.Boolean includePackingSlipWithLabel)
      • getLabelFormat

        public LabelFormat getLabelFormat()
        Get labelFormat
        Returns:
        labelFormat
      • setLabelFormat

        public void setLabelFormat​(LabelFormat labelFormat)
      • 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