public class DefaultUBillClient extends DefaultUcloudClient implements UBillClient
config| 构造器和说明 |
|---|
DefaultUBillClient(UcloudConfig config) |
| 限定符和类型 | 方法和说明 |
|---|---|
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, getRegionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoAction, doAction, getProjectList, getProjectList, getRegion, getRegionpublic DefaultUBillClient(UcloudConfig config)
public DescribeOrderDetailInfoResult describeOrderDetailInfo(DescribeOrderDetailInfoParam param) throws Exception
UBillClientdescribeOrderDetailInfo 在接口中 UBillClientparam - 获取订单信息参数对象Exceptionpublic void describeOrderDetailInfo(DescribeOrderDetailInfoParam param, UcloudHandler<DescribeOrderDetailInfoResult> handler, Boolean... asyncFlag)
UBillClientdescribeOrderDetailInfo 在接口中 UBillClientparam - 获取订单信息参数对象handler - 回调接口asyncFlag - 是否异步public GetBillDataFileUrlResult getBillDataFileUrl(GetBillDataFileUrlParam param) throws Exception
UBillClientgetBillDataFileUrl 在接口中 UBillClientparam - 参数对象Exceptionpublic void getBillDataFileUrl(GetBillDataFileUrlParam param, UcloudHandler<GetBillDataFileUrlResult> handler, Boolean... asyncFlag)
UBillClientgetBillDataFileUrl 在接口中 UBillClientparam - 参数对象handler - 回调接口asyncFlag - 是否异步Copyright © 2020. All rights reserved.