Class LabelDownload
- java.lang.Object
-
- com.broadleafcommerce.shipping.service.integrations.shipengine.domain.label.response.LabelDownload
-
public class LabelDownload extends Object
-
-
Constructor Summary
Constructors Constructor Description LabelDownload()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetHref()StringgetPdf()StringgetPng()StringgetZpl()inthashCode()voidsetHref(String href)voidsetPdf(String pdf)voidsetPng(String png)voidsetZpl(String zpl)StringtoString()
-
-
-
Method Detail
-
getPdf
public String getPdf()
-
getPng
public String getPng()
-
getZpl
public String getZpl()
-
getHref
public String getHref()
-
setPdf
public void setPdf(String pdf)
-
setPng
public void setPng(String png)
-
setZpl
public void setZpl(String zpl)
-
setHref
public void setHref(String href)
-
canEqual
protected boolean canEqual(Object other)
-
-