public class AlipayEcoCplifeBillSyncModel extends AlipayObject
Constructor and Description |
---|
AlipayEcoCplifeBillSyncModel() |
Modifier and Type | Method and Description |
---|---|
String |
getBillEntryId()
Gets bill entry id.
|
String |
getCommunityId()
Gets community id.
|
String |
getNewDeadline()
Gets new deadline.
|
String |
getNewEntryAmount()
Gets new entry amount.
|
String |
getOperateType()
Gets operate type.
|
void |
setBillEntryId(String billEntryId)
Sets bill entry id.
|
void |
setCommunityId(String communityId)
Sets community id.
|
void |
setNewDeadline(String newDeadline)
Sets new deadline.
|
void |
setNewEntryAmount(String newEntryAmount)
Sets new entry amount.
|
void |
setOperateType(String operateType)
Sets operate type.
|
public String getBillEntryId()
public void setBillEntryId(String billEntryId)
billEntryId
- the bill entry idpublic String getCommunityId()
public void setCommunityId(String communityId)
communityId
- the community idpublic String getNewDeadline()
public void setNewDeadline(String newDeadline)
newDeadline
- the new deadlinepublic String getNewEntryAmount()
public void setNewEntryAmount(String newEntryAmount)
newEntryAmount
- the new entry amountpublic String getOperateType()
public void setOperateType(String operateType)
operateType
- the operate typeCopyright © 2018. All rights reserved.