public class OpenApiRoyaltyDetailInfoPojo extends AlipayObject
Constructor and Description |
---|
OpenApiRoyaltyDetailInfoPojo() |
Modifier and Type | Method and Description |
---|---|
Long |
getAmount()
Gets amount.
|
Long |
getAmountPercentage()
Gets amount percentage.
|
String |
getDesc()
Gets desc.
|
String |
getRoyaltyType()
Gets royalty type.
|
String |
getTransIn()
Gets trans in.
|
String |
getTransInType()
Gets trans in type.
|
String |
getTransOut()
Gets trans out.
|
String |
getTransOutType()
Gets trans out type.
|
void |
setAmount(Long amount)
Sets amount.
|
void |
setAmountPercentage(Long amountPercentage)
Sets amount percentage.
|
void |
setDesc(String desc)
Sets desc.
|
void |
setRoyaltyType(String royaltyType)
Sets royalty type.
|
void |
setTransIn(String transIn)
Sets trans in.
|
void |
setTransInType(String transInType)
Sets trans in type.
|
void |
setTransOut(String transOut)
Sets trans out.
|
void |
setTransOutType(String transOutType)
Sets trans out type.
|
public Long getAmount()
public void setAmount(Long amount)
amount
- the amountpublic Long getAmountPercentage()
public void setAmountPercentage(Long amountPercentage)
amountPercentage
- the amount percentagepublic String getDesc()
public void setDesc(String desc)
desc
- the descpublic String getRoyaltyType()
public void setRoyaltyType(String royaltyType)
royaltyType
- the royalty typepublic String getTransIn()
public void setTransIn(String transIn)
transIn
- the trans inpublic String getTransInType()
public void setTransInType(String transInType)
transInType
- the trans in typepublic String getTransOut()
public void setTransOut(String transOut)
transOut
- the trans outpublic String getTransOutType()
public void setTransOutType(String transOutType)
transOutType
- the trans out typeCopyright © 2018. All rights reserved.