public class AlipayEbppInvoiceUserTradeQueryModel extends AlipayObject
Constructor and Description |
---|
AlipayEbppInvoiceUserTradeQueryModel() |
Modifier and Type | Method and Description |
---|---|
String |
getEinvTradeId()
Gets einv trade id.
|
String |
getRandom()
Gets random.
|
String |
getTimestamp()
Gets timestamp.
|
String |
getToken()
Gets token.
|
void |
setEinvTradeId(String einvTradeId)
Sets einv trade id.
|
void |
setRandom(String random)
Sets random.
|
void |
setTimestamp(String timestamp)
Sets timestamp.
|
void |
setToken(String token)
Sets token.
|
public AlipayEbppInvoiceUserTradeQueryModel()
public String getEinvTradeId()
public void setEinvTradeId(String einvTradeId)
einvTradeId
- the einv trade idpublic String getRandom()
public void setRandom(String random)
random
- the randompublic String getTimestamp()
public void setTimestamp(String timestamp)
timestamp
- the timestamppublic String getToken()
public void setToken(String token)
token
- the tokenCopyright © 2018. All rights reserved.