public class AssetInfoItem extends AlipayObject
Constructor and Description |
---|
AssetInfoItem() |
Modifier and Type | Method and Description |
---|---|
String |
getAssignItemId()
Gets assign item id.
|
String |
getBatchNo()
Gets batch no.
|
String |
getLogisticsCode()
Gets logistics code.
|
String |
getLogisticsNo()
Gets logistics no.
|
String |
getSubType()
Gets sub type.
|
String |
getType()
Gets type.
|
String |
getValue()
Gets value.
|
void |
setAssignItemId(String assignItemId)
Sets assign item id.
|
void |
setBatchNo(String batchNo)
Sets batch no.
|
void |
setLogisticsCode(String logisticsCode)
Sets logistics code.
|
void |
setLogisticsNo(String logisticsNo)
Sets logistics no.
|
void |
setSubType(String subType)
Sets sub type.
|
void |
setType(String type)
Sets type.
|
void |
setValue(String value)
Sets value.
|
public String getAssignItemId()
public void setAssignItemId(String assignItemId)
assignItemId
- the assign item idpublic String getBatchNo()
public void setBatchNo(String batchNo)
batchNo
- the batch nopublic String getLogisticsCode()
public void setLogisticsCode(String logisticsCode)
logisticsCode
- the logistics codepublic String getLogisticsNo()
public void setLogisticsNo(String logisticsNo)
logisticsNo
- the logistics nopublic String getSubType()
public void setSubType(String subType)
subType
- the sub typepublic String getType()
public void setType(String type)
type
- the typepublic String getValue()
public void setValue(String value)
value
- the valueCopyright © 2018. All rights reserved.