Class LabelDownloadRequest
- java.lang.Object
-
- com.broadleafcommerce.shipping.service.integrations.shipengine.domain.label.request.LabelDownloadRequest
-
public class LabelDownloadRequest extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLabelDownloadRequest.LabelDownloadRequestBuilder
-
Constructor Summary
Constructors Constructor Description LabelDownloadRequest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LabelDownloadRequest.LabelDownloadRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetDisplayScheme()StringgetLabelDownloadType()StringgetLabelFormat()StringgetLabelLayout()StringgetValidateAddress()inthashCode()voidsetDisplayScheme(String displayScheme)voidsetLabelDownloadType(String labelDownloadType)voidsetLabelFormat(String labelFormat)voidsetLabelLayout(String labelLayout)voidsetValidateAddress(String validateAddress)StringtoString()
-
-
-
Method Detail
-
builder
public static LabelDownloadRequest.LabelDownloadRequestBuilder builder()
-
getValidateAddress
public String getValidateAddress()
-
getLabelLayout
public String getLabelLayout()
-
getLabelFormat
public String getLabelFormat()
-
getLabelDownloadType
public String getLabelDownloadType()
-
getDisplayScheme
public String getDisplayScheme()
-
setValidateAddress
public void setValidateAddress(String validateAddress)
-
setLabelLayout
public void setLabelLayout(String labelLayout)
-
setLabelFormat
public void setLabelFormat(String labelFormat)
-
setLabelDownloadType
public void setLabelDownloadType(String labelDownloadType)
-
setDisplayScheme
public void setDisplayScheme(String displayScheme)
-
canEqual
protected boolean canEqual(Object other)
-
-