public class OrderInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| OrderInfo() | 
| OrderInfo(OrderInfo source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getAddress()Get 地址
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getAuditStatus()Get 审批状态
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getBigDealId()Get 大订单号
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getBuyNum()Get 购买数量
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getComment()Get 用户订单备注
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getContact()Get 联系人
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getCreatedAt()Get 创建时间
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getDealName()Get 子订单ID | 
| String | getFlowStatus()Get 发货状态
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getIndustryCode()Get 行业代码
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getMsisdn()Get 电话号码
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getRefundBigDealId()Get 退费订单
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getRemark()Get 审批备注
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getSpecification()Get 卡片规格
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getUin()Get 订单账户 | 
| void | setAddress(String Address)Set 地址
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setAuditStatus(String AuditStatus)Set 审批状态
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setBigDealId(String BigDealId)Set 大订单号
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setBuyNum(Long BuyNum)Set 购买数量
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setComment(String Comment)Set 用户订单备注
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setContact(String Contact)Set 联系人
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setCreatedAt(String CreatedAt)Set 创建时间
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setDealName(String DealName)Set 子订单ID | 
| void | setFlowStatus(String FlowStatus)Set 发货状态
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setIndustryCode(String IndustryCode)Set 行业代码
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setMsisdn(String Msisdn)Set 电话号码
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setRefundBigDealId(String RefundBigDealId)Set 退费订单
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setRemark(String Remark)Set 审批备注
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setSpecification(String Specification)Set 卡片规格
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setUin(String Uin)Set 订单账户 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic OrderInfo()
public OrderInfo(OrderInfo source)
public String getDealName()
public void setDealName(String DealName)
DealName - 子订单IDpublic String getCreatedAt()
public void setCreatedAt(String CreatedAt)
CreatedAt - 创建时间
注意:此字段可能返回 null,表示取不到有效值。public String getUin()
public void setUin(String Uin)
Uin - 订单账户public Long getBuyNum()
public void setBuyNum(Long BuyNum)
BuyNum - 购买数量
注意:此字段可能返回 null,表示取不到有效值。public String getIndustryCode()
public void setIndustryCode(String IndustryCode)
IndustryCode - 行业代码
注意:此字段可能返回 null,表示取不到有效值。public String getAddress()
public void setAddress(String Address)
Address - 地址
注意:此字段可能返回 null,表示取不到有效值。public String getContact()
public void setContact(String Contact)
Contact - 联系人
注意:此字段可能返回 null,表示取不到有效值。public String getMsisdn()
public void setMsisdn(String Msisdn)
Msisdn - 电话号码
注意:此字段可能返回 null,表示取不到有效值。public String getSpecification()
public void setSpecification(String Specification)
Specification - 卡片规格
注意:此字段可能返回 null,表示取不到有效值。public String getComment()
public void setComment(String Comment)
Comment - 用户订单备注
注意:此字段可能返回 null,表示取不到有效值。public String getBigDealId()
public void setBigDealId(String BigDealId)
BigDealId - 大订单号
注意:此字段可能返回 null,表示取不到有效值。public String getAuditStatus()
public void setAuditStatus(String AuditStatus)
AuditStatus - 审批状态
注意:此字段可能返回 null,表示取不到有效值。public String getFlowStatus()
public void setFlowStatus(String FlowStatus)
FlowStatus - 发货状态
注意:此字段可能返回 null,表示取不到有效值。public String getRemark()
public void setRemark(String Remark)
Remark - 审批备注
注意:此字段可能返回 null,表示取不到有效值。public String getRefundBigDealId()
public void setRefundBigDealId(String RefundBigDealId)
RefundBigDealId - 退费订单
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.