public class AgreementView extends AlipayObject
| 构造器和说明 |
|---|
AgreementView() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAgreementVersion() |
String |
getCode() |
String |
getContent() |
String |
getContentType() |
Boolean |
getForceRead() |
InstitutionVO |
getFundSupplier() |
Long |
getMandatoryReadingTime() |
String |
getName() |
void |
setAgreementVersion(String agreementVersion) |
void |
setCode(String code) |
void |
setContent(String content) |
void |
setContentType(String contentType) |
void |
setForceRead(Boolean forceRead) |
void |
setFundSupplier(InstitutionVO fundSupplier) |
void |
setMandatoryReadingTime(Long mandatoryReadingTime) |
void |
setName(String name) |
public String getAgreementVersion()
public void setAgreementVersion(String agreementVersion)
public String getCode()
public void setCode(String code)
public String getContent()
public void setContent(String content)
public String getContentType()
public void setContentType(String contentType)
public Boolean getForceRead()
public void setForceRead(Boolean forceRead)
public InstitutionVO getFundSupplier()
public void setFundSupplier(InstitutionVO fundSupplier)
public Long getMandatoryReadingTime()
public void setMandatoryReadingTime(Long mandatoryReadingTime)
public String getName()
public void setName(String name)
Copyright © 2024. All rights reserved.