public class AlipayContract extends AlipayObject
Constructor and Description |
---|
AlipayContract() |
Modifier and Type | Method and Description |
---|---|
String |
getAlipayUserId()
Gets alipay user id.
|
String |
getContractContent()
Gets contract content.
|
Date |
getEndTime()
Gets end time.
|
String |
getPageUrl()
Gets page url.
|
Date |
getStartTime()
Gets start time.
|
Boolean |
getSubscribe()
Gets subscribe.
|
void |
setAlipayUserId(String alipayUserId)
Sets alipay user id.
|
void |
setContractContent(String contractContent)
Sets contract content.
|
void |
setEndTime(Date endTime)
Sets end time.
|
void |
setPageUrl(String pageUrl)
Sets page url.
|
void |
setStartTime(Date startTime)
Sets start time.
|
void |
setSubscribe(Boolean subscribe)
Sets subscribe.
|
public String getAlipayUserId()
public void setAlipayUserId(String alipayUserId)
alipayUserId
- the alipay user idpublic String getContractContent()
public void setContractContent(String contractContent)
contractContent
- the contract contentpublic Date getEndTime()
public void setEndTime(Date endTime)
endTime
- the end timepublic String getPageUrl()
public void setPageUrl(String pageUrl)
pageUrl
- the page urlpublic Date getStartTime()
public void setStartTime(Date startTime)
startTime
- the start timepublic Boolean getSubscribe()
public void setSubscribe(Boolean subscribe)
subscribe
- the subscribeCopyright © 2018. All rights reserved.