package com.best.javaSdk.kdCreateWaybillOrderPdfNotify.response; import com.best.javaSdk.kdCreateWaybillOrderPdfNotify.response.ChildMailNo; import java.util.List; import com.best.javaSdk.BaseResponse; public class KdCreateWaybillOrderPdfNotifyRsp implements BaseResponse { private ChildMailNo childMailNo; private boolean result; private String txLogisticId; private String mailNo; private String errorCode; private String errorDescription; private String pdfStream; private String triSortCode; private List pdfStreamList; private String packRule; public ChildMailNo getChildMailNo() { return this.childMailNo; } public void setChildMailNo(ChildMailNo value) { this.childMailNo = value; } public boolean getResult() { return this.result; } public void setResult(boolean value) { this.result = value; } public String getTxLogisticId() { return this.txLogisticId; } public void setTxLogisticId(String value) { this.txLogisticId = value; } public String getMailNo() { return this.mailNo; } public void setMailNo(String value) { this.mailNo = value; } public String getErrorCode() { return this.errorCode; } public void setErrorCode(String value) { this.errorCode = value; } public String getErrorDescription() { return this.errorDescription; } public void setErrorDescription(String value) { this.errorDescription = value; } public String getPdfStream() { return this.pdfStream; } public void setPdfStream(String value) { this.pdfStream = value; } public String getTriSortCode() { return this.triSortCode; } public void setTriSortCode(String value) { this.triSortCode = value; } public List getPdfStreamList() { return this.pdfStreamList; } public void setPdfStreamList(List value) { this.pdfStreamList = value; } public String getPackRule() { return this.packRule; } public void setPackRule(String value) { this.packRule = value; } }