public class UpdateOrderResponse extends Object implements Serializable
订单确认/取消响应对象
| 构造器和说明 |
|---|
UpdateOrderResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static UpdateOrderResponse |
fromJson(String json) |
List<ExtraInfo> |
getExtraInfoList() |
String |
getOrderId() |
Integer |
getResStatus() |
List<WaybillNoInfo> |
getWaybillNoInfoList() |
int |
hashCode() |
void |
setExtraInfoList(List<ExtraInfo> extraInfoList) |
void |
setOrderId(String orderId) |
void |
setResStatus(Integer resStatus) |
void |
setWaybillNoInfoList(List<WaybillNoInfo> waybillNoInfoList) |
String |
toString() |
public static UpdateOrderResponse fromJson(String json)
public String getOrderId()
public Integer getResStatus()
public List<WaybillNoInfo> getWaybillNoInfoList()
public void setOrderId(String orderId)
public void setResStatus(Integer resStatus)
public void setWaybillNoInfoList(List<WaybillNoInfo> waybillNoInfoList)
protected boolean canEqual(Object other)
Copyright © 2023. All rights reserved.