public class QueryRightsResponse
extends cn.com.antcloud.api.product.AntCloudProdResponse
| 构造器和说明 |
|---|
QueryRightsResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getGrantResult()
发放结果
ungranted - 未发放
granted - 已发放
|
Date |
getGrantTime()
发放时间,格式:yyyy-MM-dd HH:m m :ss
|
String |
getOutTradeNo()
外部订单号,透传
|
String |
getTradeNo()
交易中心内部订单号
|
void |
setGrantResult(String grantResult)
发放结果
ungranted - 未发放
granted - 已发放
|
void |
setGrantTime(Date grantTime)
发放时间,格式:yyyy-MM-dd HH:m m :ss
|
void |
setOutTradeNo(String outTradeNo)
外部订单号,透传
|
void |
setTradeNo(String tradeNo)
交易中心内部订单号
|
public String getGrantResult()
public void setGrantResult(String grantResult)
public Date getGrantTime()
public void setGrantTime(Date grantTime)
public String getOutTradeNo()
public void setOutTradeNo(String outTradeNo)
public String getTradeNo()
public void setTradeNo(String tradeNo)
Copyright © 2020. All Rights Reserved.