public class InstallmentMetaInfo extends AlipayObject
Constructor and Description |
---|
InstallmentMetaInfo() |
Modifier and Type | Method and Description |
---|---|
Long |
getEndTerm()
Gets end term.
|
Long |
getStartTerm()
Gets start term.
|
String |
getValue()
Gets value.
|
void |
setEndTerm(Long endTerm)
Sets end term.
|
void |
setStartTerm(Long startTerm)
Sets start term.
|
void |
setValue(String value)
Sets value.
|
public Long getEndTerm()
public void setEndTerm(Long endTerm)
endTerm
- the end termpublic Long getStartTerm()
public void setStartTerm(Long startTerm)
startTerm
- the start termpublic String getValue()
public void setValue(String value)
value
- the valueCopyright © 2018. All rights reserved.