public class WireReceivingInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
WireReceivingInfo() |
WireReceivingInfo(WireReceivingInfo 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 |
getHardwareMemo()
Get 硬件备注
|
Long |
getQuantity()
Get 数量
|
String |
getReceiptNumber()
Get 收货凭证号
|
String |
getTypeName()
Get '光纤', '网线', '电源线'
|
String |
getUnit()
Get '箱', '卷', '套'
|
void |
setHardwareMemo(String HardwareMemo)
Set 硬件备注
|
void |
setQuantity(Long Quantity)
Set 数量
|
void |
setReceiptNumber(String ReceiptNumber)
Set 收货凭证号
|
void |
setTypeName(String TypeName)
Set '光纤', '网线', '电源线'
|
void |
setUnit(String Unit)
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, toJsonString
public WireReceivingInfo()
public WireReceivingInfo(WireReceivingInfo source)
public String getTypeName()
public void setTypeName(String TypeName)
TypeName
- '光纤', '网线', '电源线'public Long getQuantity()
public void setQuantity(Long Quantity)
Quantity
- 数量public String getUnit()
public void setUnit(String Unit)
Unit
- '箱', '卷', '套'public String getReceiptNumber()
public void setReceiptNumber(String ReceiptNumber)
ReceiptNumber
- 收货凭证号public String getHardwareMemo()
public void setHardwareMemo(String HardwareMemo)
HardwareMemo
- 硬件备注Copyright © 2025. All rights reserved.