java.lang.Object
com.broadleafcommerce.shipping.service.integrations.shipengine.domain.label.request.LabelRequest

public class LabelRequest extends Object
  • Constructor Details

    • LabelRequest

      public LabelRequest()
  • Method Details

    • builder

      public static LabelRequest.LabelRequestBuilder builder()
    • getShipment

      public ShipEngineShipment getShipment()
    • getIsReturnLabel

      public Boolean getIsReturnLabel()
    • getRmaNumber

      public String getRmaNumber()
    • getChargeEvent

      public String getChargeEvent()
    • getOutboundLabelId

      public String getOutboundLabelId()
    • getTestLabel

      public Boolean getTestLabel()
    • getValidateAddress

      public String getValidateAddress()
    • getLabelDownloadType

      public String getLabelDownloadType()
    • getLabelFormat

      public String getLabelFormat()
    • getDisplayScheme

      public String getDisplayScheme()
    • getLabelLayout

      public String getLabelLayout()
    • getLabelImageId

      public String getLabelImageId()
    • setShipment

      public void setShipment(ShipEngineShipment shipment)
    • setIsReturnLabel

      public void setIsReturnLabel(Boolean isReturnLabel)
    • setRmaNumber

      public void setRmaNumber(String rmaNumber)
    • setChargeEvent

      public void setChargeEvent(String chargeEvent)
    • setOutboundLabelId

      public void setOutboundLabelId(String outboundLabelId)
    • setTestLabel

      public void setTestLabel(Boolean testLabel)
    • setValidateAddress

      public void setValidateAddress(String validateAddress)
    • setLabelDownloadType

      public void setLabelDownloadType(String labelDownloadType)
    • setLabelFormat

      public void setLabelFormat(String labelFormat)
    • setDisplayScheme

      public void setDisplayScheme(String displayScheme)
    • setLabelLayout

      public void setLabelLayout(String labelLayout)
    • setLabelImageId

      public void setLabelImageId(String labelImageId)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object