public class AlipayEcoContractsLoanAuthSyncModel extends AlipayObject
| 构造器和说明 |
|---|
AlipayEcoContractsLoanAuthSyncModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAlipayUserId() |
Boolean |
getAuthStatus() |
Long |
getFreePortionGrantTime() |
Long |
getFreePortionUsedTime() |
String |
getOpenId() |
String |
getOutUserId() |
String |
getSyncRequestId() |
void |
setAlipayUserId(String alipayUserId) |
void |
setAuthStatus(Boolean authStatus) |
void |
setFreePortionGrantTime(Long freePortionGrantTime) |
void |
setFreePortionUsedTime(Long freePortionUsedTime) |
void |
setOpenId(String openId) |
void |
setOutUserId(String outUserId) |
void |
setSyncRequestId(String syncRequestId) |
public String getAlipayUserId()
public void setAlipayUserId(String alipayUserId)
public Boolean getAuthStatus()
public void setAuthStatus(Boolean authStatus)
public Long getFreePortionGrantTime()
public void setFreePortionGrantTime(Long freePortionGrantTime)
public Long getFreePortionUsedTime()
public void setFreePortionUsedTime(Long freePortionUsedTime)
public String getOpenId()
public void setOpenId(String openId)
public String getOutUserId()
public void setOutUserId(String outUserId)
public String getSyncRequestId()
public void setSyncRequestId(String syncRequestId)
Copyright © 2024. All rights reserved.