public class AlipayEbppInvoiceApplyResultSyncModel extends AlipayObject
| Constructor and Description |
|---|
AlipayEbppInvoiceApplyResultSyncModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplyId()
Gets apply id.
|
String |
getResult()
Gets result.
|
String |
getResultCode()
Gets result code.
|
String |
getResultMsg()
Gets result msg.
|
String |
getTaxApplyId()
Gets tax apply id.
|
void |
setApplyId(String applyId)
Sets apply id.
|
void |
setResult(String result)
Sets result.
|
void |
setResultCode(String resultCode)
Sets result code.
|
void |
setResultMsg(String resultMsg)
Sets result msg.
|
void |
setTaxApplyId(String taxApplyId)
Sets tax apply id.
|
public AlipayEbppInvoiceApplyResultSyncModel()
public String getApplyId()
public void setApplyId(String applyId)
applyId - the apply idpublic String getResult()
public void setResult(String result)
result - the resultpublic String getResultCode()
public void setResultCode(String resultCode)
resultCode - the result codepublic String getResultMsg()
public void setResultMsg(String resultMsg)
resultMsg - the result msgpublic String getTaxApplyId()
public void setTaxApplyId(String taxApplyId)
taxApplyId - the tax apply idCopyright © 2018. All rights reserved.