package com.best.javaSdk.kdUpdateOrderNotify.request;
|
|
|
|
public class Params {
|
private String mailNo;
|
private String deliveryType;
|
private String deliverySite;
|
private long sendStartTime;
|
private long sendEndTime;
|
private String recSite;
|
private double itemsValue;
|
private double insuranceValue;
|
private String senderName;
|
private String senderPostCode;
|
private String senderMobile;
|
private String senderProv;
|
private String senderCity;
|
private String senderCounty;
|
private String senderAddress;
|
private String senderEmail;
|
private String senderCountry;
|
private String receiverName;
|
private String receiverPostCode;
|
private String receiverMobile;
|
private String receiverProv;
|
private String receiverCity;
|
private String receiverCounty;
|
private String receiverAddress;
|
private String receiverEmail;
|
private String receiverCountry;
|
private long piece;
|
private double itemsWeight;
|
private double length;
|
private double width;
|
private double height;
|
private String remark;
|
|
public String getMailNo()
|
{
|
return this.mailNo;
|
}
|
|
public void setMailNo(String value)
|
{
|
this.mailNo = value;
|
}
|
|
public String getDeliveryType()
|
{
|
return this.deliveryType;
|
}
|
|
public void setDeliveryType(String value)
|
{
|
this.deliveryType = value;
|
}
|
|
public String getDeliverySite()
|
{
|
return this.deliverySite;
|
}
|
|
public void setDeliverySite(String value)
|
{
|
this.deliverySite = value;
|
}
|
|
public long getSendStartTime()
|
{
|
return this.sendStartTime;
|
}
|
|
public void setSendStartTime(long value)
|
{
|
this.sendStartTime = value;
|
}
|
|
public long getSendEndTime()
|
{
|
return this.sendEndTime;
|
}
|
|
public void setSendEndTime(long value)
|
{
|
this.sendEndTime = value;
|
}
|
|
public String getRecSite()
|
{
|
return this.recSite;
|
}
|
|
public void setRecSite(String value)
|
{
|
this.recSite = value;
|
}
|
|
public double getItemsValue()
|
{
|
return this.itemsValue;
|
}
|
|
public void setItemsValue(double value)
|
{
|
this.itemsValue = value;
|
}
|
|
public double getInsuranceValue()
|
{
|
return this.insuranceValue;
|
}
|
|
public void setInsuranceValue(double value)
|
{
|
this.insuranceValue = value;
|
}
|
|
public String getSenderName()
|
{
|
return this.senderName;
|
}
|
|
public void setSenderName(String value)
|
{
|
this.senderName = value;
|
}
|
|
public String getSenderPostCode()
|
{
|
return this.senderPostCode;
|
}
|
|
public void setSenderPostCode(String value)
|
{
|
this.senderPostCode = value;
|
}
|
|
public String getSenderMobile()
|
{
|
return this.senderMobile;
|
}
|
|
public void setSenderMobile(String value)
|
{
|
this.senderMobile = value;
|
}
|
|
public String getSenderProv()
|
{
|
return this.senderProv;
|
}
|
|
public void setSenderProv(String value)
|
{
|
this.senderProv = value;
|
}
|
|
public String getSenderCity()
|
{
|
return this.senderCity;
|
}
|
|
public void setSenderCity(String value)
|
{
|
this.senderCity = value;
|
}
|
|
public String getSenderCounty()
|
{
|
return this.senderCounty;
|
}
|
|
public void setSenderCounty(String value)
|
{
|
this.senderCounty = value;
|
}
|
|
public String getSenderAddress()
|
{
|
return this.senderAddress;
|
}
|
|
public void setSenderAddress(String value)
|
{
|
this.senderAddress = value;
|
}
|
|
public String getSenderEmail()
|
{
|
return this.senderEmail;
|
}
|
|
public void setSenderEmail(String value)
|
{
|
this.senderEmail = value;
|
}
|
|
public String getSenderCountry()
|
{
|
return this.senderCountry;
|
}
|
|
public void setSenderCountry(String value)
|
{
|
this.senderCountry = value;
|
}
|
|
public String getReceiverName()
|
{
|
return this.receiverName;
|
}
|
|
public void setReceiverName(String value)
|
{
|
this.receiverName = value;
|
}
|
|
public String getReceiverPostCode()
|
{
|
return this.receiverPostCode;
|
}
|
|
public void setReceiverPostCode(String value)
|
{
|
this.receiverPostCode = value;
|
}
|
|
public String getReceiverMobile()
|
{
|
return this.receiverMobile;
|
}
|
|
public void setReceiverMobile(String value)
|
{
|
this.receiverMobile = value;
|
}
|
|
public String getReceiverProv()
|
{
|
return this.receiverProv;
|
}
|
|
public void setReceiverProv(String value)
|
{
|
this.receiverProv = value;
|
}
|
|
public String getReceiverCity()
|
{
|
return this.receiverCity;
|
}
|
|
public void setReceiverCity(String value)
|
{
|
this.receiverCity = value;
|
}
|
|
public String getReceiverCounty()
|
{
|
return this.receiverCounty;
|
}
|
|
public void setReceiverCounty(String value)
|
{
|
this.receiverCounty = value;
|
}
|
|
public String getReceiverAddress()
|
{
|
return this.receiverAddress;
|
}
|
|
public void setReceiverAddress(String value)
|
{
|
this.receiverAddress = value;
|
}
|
|
public String getReceiverEmail()
|
{
|
return this.receiverEmail;
|
}
|
|
public void setReceiverEmail(String value)
|
{
|
this.receiverEmail = value;
|
}
|
|
public String getReceiverCountry()
|
{
|
return this.receiverCountry;
|
}
|
|
public void setReceiverCountry(String value)
|
{
|
this.receiverCountry = value;
|
}
|
|
public long getPiece()
|
{
|
return this.piece;
|
}
|
|
public void setPiece(long value)
|
{
|
this.piece = value;
|
}
|
|
public double getItemsWeight()
|
{
|
return this.itemsWeight;
|
}
|
|
public void setItemsWeight(double value)
|
{
|
this.itemsWeight = value;
|
}
|
|
public double getLength()
|
{
|
return this.length;
|
}
|
|
public void setLength(double value)
|
{
|
this.length = value;
|
}
|
|
public double getWidth()
|
{
|
return this.width;
|
}
|
|
public void setWidth(double value)
|
{
|
this.width = value;
|
}
|
|
public double getHeight()
|
{
|
return this.height;
|
}
|
|
public void setHeight(double value)
|
{
|
this.height = value;
|
}
|
|
public String getRemark()
|
{
|
return this.remark;
|
}
|
|
public void setRemark(String value)
|
{
|
this.remark = value;
|
}
|
|
|
}
|