public class AssetReverseGoodsItem extends AlipayObject
Constructor and Description |
---|
AssetReverseGoodsItem() |
Modifier and Type | Method and Description |
---|---|
String |
getMemo()
Gets memo.
|
String |
getPhase()
Gets phase.
|
String |
getReverseApplyOrderId()
Gets reverse apply order id.
|
String |
getReverseApplyOrderItemId()
Gets reverse apply order item id.
|
String |
getType()
Gets type.
|
String |
getValue()
Gets value.
|
void |
setMemo(String memo)
Sets memo.
|
void |
setPhase(String phase)
Sets phase.
|
void |
setReverseApplyOrderId(String reverseApplyOrderId)
Sets reverse apply order id.
|
void |
setReverseApplyOrderItemId(String reverseApplyOrderItemId)
Sets reverse apply order item id.
|
void |
setType(String type)
Sets type.
|
void |
setValue(String value)
Sets value.
|
public String getMemo()
public void setMemo(String memo)
memo
- the memopublic String getPhase()
public void setPhase(String phase)
phase
- the phasepublic String getReverseApplyOrderId()
public void setReverseApplyOrderId(String reverseApplyOrderId)
reverseApplyOrderId
- the reverse apply order idpublic String getReverseApplyOrderItemId()
public void setReverseApplyOrderItemId(String reverseApplyOrderItemId)
reverseApplyOrderItemId
- the reverse apply order item idpublic String getType()
public void setType(String type)
type
- the typepublic String getValue()
public void setValue(String value)
value
- the valueCopyright © 2018. All rights reserved.