public class CPBillResultSet extends AlipayObject
Constructor and Description |
---|
CPBillResultSet() |
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 |
getOutRoomId()
Gets out room id.
|
String |
getReleaseDay()
Gets release day.
|
String |
getRoomAddress()
Gets room address.
|
String |
getStatus()
Gets status.
|
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 |
setOutRoomId(String outRoomId)
Sets out room id.
|
void |
setReleaseDay(String releaseDay)
Sets release day.
|
void |
setRoomAddress(String roomAddress)
Sets room address.
|
void |
setStatus(String status)
Sets status.
|
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 getOutRoomId()
public void setOutRoomId(String outRoomId)
outRoomId
- the out room idpublic String getReleaseDay()
public void setReleaseDay(String releaseDay)
releaseDay
- the release daypublic String getRoomAddress()
public void setRoomAddress(String roomAddress)
roomAddress
- the room addresspublic String getStatus()
public void setStatus(String status)
status
- the statusCopyright © 2018. All rights reserved.