public interface UBillClient extends UcloudClient
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeOrderDetailInfoResult |
describeOrderDetailInfo(DescribeOrderDetailInfoParam param)
获取订单信息
|
void |
describeOrderDetailInfo(DescribeOrderDetailInfoParam param,
UcloudHandler<DescribeOrderDetailInfoResult> handler,
Boolean... asyncFlag)
获取订单信息(回调)
|
GetBillDataFileUrlResult |
getBillDataFileUrl(GetBillDataFileUrlParam param)
生成账单数据文件下载的 url
|
void |
getBillDataFileUrl(GetBillDataFileUrlParam param,
UcloudHandler<GetBillDataFileUrlResult> handler,
Boolean... asyncFlag)
生成账单数据文件下载的 url(回调)
|
doAction, doAction, getProjectList, getProjectList, getRegion, getRegionDescribeOrderDetailInfoResult describeOrderDetailInfo(DescribeOrderDetailInfoParam param) throws Exception
param - 获取订单信息参数对象Exceptionvoid describeOrderDetailInfo(DescribeOrderDetailInfoParam param, UcloudHandler<DescribeOrderDetailInfoResult> handler, Boolean... asyncFlag)
param - 获取订单信息参数对象handler - 回调接口asyncFlag - 是否异步GetBillDataFileUrlResult getBillDataFileUrl(GetBillDataFileUrlParam param) throws Exception
param - 参数对象Exceptionvoid getBillDataFileUrl(GetBillDataFileUrlParam param, UcloudHandler<GetBillDataFileUrlResult> handler, Boolean... asyncFlag)
param - 参数对象handler - 回调接口asyncFlag - 是否异步Copyright © 2020. All rights reserved.