public class CPBillModifySet extends AlipayObject
Constructor and Description |
---|
CPBillModifySet() |
Modifier and Type | Method and Description |
---|---|
String |
getAcctPeriod()
Gets acct period.
|
String |
getBillEntryAmount()
Gets bill entry amount.
|
String |
getBillEntryId()
Gets bill entry id.
|
String |
getCostType()
Gets cost type.
|
String |
getDeadline()
Gets deadline.
|
String |
getReleaseDay()
Gets release day.
|
String |
getRoomAddress()
Gets room address.
|
void |
setAcctPeriod(String acctPeriod)
Sets acct period.
|
void |
setBillEntryAmount(String billEntryAmount)
Sets bill entry amount.
|
void |
setBillEntryId(String billEntryId)
Sets bill entry id.
|
void |
setCostType(String costType)
Sets cost type.
|
void |
setDeadline(String deadline)
Sets deadline.
|
void |
setReleaseDay(String releaseDay)
Sets release day.
|
void |
setRoomAddress(String roomAddress)
Sets room address.
|
public String getAcctPeriod()
public void setAcctPeriod(String acctPeriod)
acctPeriod
- the acct periodpublic String getBillEntryAmount()
public void setBillEntryAmount(String billEntryAmount)
billEntryAmount
- the bill entry amountpublic String getBillEntryId()
public void setBillEntryId(String billEntryId)
billEntryId
- the bill entry idpublic String getCostType()
public void setCostType(String costType)
costType
- the cost typepublic String getDeadline()
public void setDeadline(String deadline)
deadline
- the deadlinepublic String getReleaseDay()
public void setReleaseDay(String releaseDay)
releaseDay
- the release daypublic String getRoomAddress()
public void setRoomAddress(String roomAddress)
roomAddress
- the room addressCopyright © 2018. All rights reserved.