public class CPBillSet extends AlipayObject
Constructor and Description |
---|
CPBillSet() |
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 |
getRelateId()
Gets relate id.
|
String |
getReleaseDay()
Gets release day.
|
String |
getRemarkStr()
Gets remark str.
|
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 |
setOutRoomId(String outRoomId)
Sets out room id.
|
void |
setRelateId(String relateId)
Sets relate id.
|
void |
setReleaseDay(String releaseDay)
Sets release day.
|
void |
setRemarkStr(String remarkStr)
Sets remark str.
|
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 getOutRoomId()
public void setOutRoomId(String outRoomId)
outRoomId
- the out room idpublic String getRelateId()
public void setRelateId(String relateId)
relateId
- the relate idpublic String getReleaseDay()
public void setReleaseDay(String releaseDay)
releaseDay
- the release daypublic String getRemarkStr()
public void setRemarkStr(String remarkStr)
remarkStr
- the remark strpublic String getRoomAddress()
public void setRoomAddress(String roomAddress)
roomAddress
- the room addressCopyright © 2018. All rights reserved.