public class AccessOrdersFeedBack extends AlipayObject
| Constructor and Description | 
|---|
AccessOrdersFeedBack()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getErrorCode()
Gets error code. 
 | 
String | 
getErrorDesc()
Gets error desc. 
 | 
String | 
getFeedbackId()
Gets feedback id. 
 | 
String | 
getOrderType()
Gets order type. 
 | 
String | 
getOutBizNo()
Gets out biz no. 
 | 
Boolean | 
getSuccess()
Gets success. 
 | 
void | 
setErrorCode(String errorCode)
Sets error code. 
 | 
void | 
setErrorDesc(String errorDesc)
Sets error desc. 
 | 
void | 
setFeedbackId(String feedbackId)
Sets feedback id. 
 | 
void | 
setOrderType(String orderType)
Sets order type. 
 | 
void | 
setOutBizNo(String outBizNo)
Sets out biz no. 
 | 
void | 
setSuccess(Boolean success)
Sets success. 
 | 
public String getErrorCode()
public void setErrorCode(String errorCode)
errorCode - the error codepublic String getErrorDesc()
public void setErrorDesc(String errorDesc)
errorDesc - the error descpublic String getFeedbackId()
public void setFeedbackId(String feedbackId)
feedbackId - the feedback idpublic String getOrderType()
public void setOrderType(String orderType)
orderType - the order typepublic String getOutBizNo()
public void setOutBizNo(String outBizNo)
outBizNo - the out biz nopublic Boolean getSuccess()
public void setSuccess(Boolean success)
success - the successCopyright © 2018. All rights reserved.