| Package | Description |
|---|---|
| cn.ucloud.common.pojo | |
| cn.ucloud.common.util |
| Modifier and Type | Method and Description |
|---|---|
Account |
UcloudConfig.getAccount() |
| Constructor and Description |
|---|
UcloudConfig(Account account) |
| Modifier and Type | Method and Description |
|---|---|
static String |
ParamConstructor.getHttpGetParamString(BaseRequestParam baseRequestParam,
Account account)
将参数对象 构造成http GET请求的参数字符串
|
static String |
ParamConstructor.getHttpPostParamString(BaseRequestParam baseRequestParam,
Account account)
将参数对象 构造成http POST请求的参数字符串
|
protected static List<Param> |
Signature.getParamAfterSignature(List<Param> params,
Account account) |
protected static Param[] |
Signature.getParamAfterSignature(Param[] params,
Account account) |
protected static String |
Signature.getSignature(List<Param> params,
Account account)
获取签名字符串
|
protected static String |
Signature.getSignature(Param[] params,
Account account)
获取签名字符串
|
| Constructor and Description |
|---|
RestParamConstructor(Account account,
BaseRestRequestParam baseRestRequestParam) |
Copyright © 2024. All rights reserved.