public class MerchantApplyResultRecord extends AlipayObject
| Constructor and Description |
|---|
MerchantApplyResultRecord() |
| Modifier and Type | Method and Description |
|---|---|
String |
getProdName()
Gets prod name.
|
String |
getPropInputKey()
Gets prop input key.
|
String |
getResultMsg()
Gets result msg.
|
String |
getResultStatus()
Gets result status.
|
String |
getResultType()
Gets result type.
|
void |
setProdName(String prodName)
Sets prod name.
|
void |
setPropInputKey(String propInputKey)
Sets prop input key.
|
void |
setResultMsg(String resultMsg)
Sets result msg.
|
void |
setResultStatus(String resultStatus)
Sets result status.
|
void |
setResultType(String resultType)
Sets result type.
|
public String getProdName()
public void setProdName(String prodName)
prodName - the prod namepublic String getPropInputKey()
public void setPropInputKey(String propInputKey)
propInputKey - the prop input keypublic String getResultMsg()
public void setResultMsg(String resultMsg)
resultMsg - the result msgpublic String getResultStatus()
public void setResultStatus(String resultStatus)
resultStatus - the result statuspublic String getResultType()
public void setResultType(String resultType)
resultType - the result typeCopyright © 2018. All rights reserved.