public class BaseRestRequestParam extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected @NotEmpty(message="publicKey can not be empty") String |
publicKey
require 用户公钥
|
protected @NotEmpty(message="signature can not be empty") String |
signature
require 根据公钥及API指令生成的用户签名,参见https://docs.ucloud.cn/api/summary/signature
|
| 构造器和说明 |
|---|
BaseRestRequestParam() |
@NotEmpty(message="signature can not be empty") protected @NotEmpty(message="signature can not be empty") String signature
@NotEmpty(message="publicKey can not be empty") protected @NotEmpty(message="publicKey can not be empty") String publicKey
Copyright © 2019. All rights reserved.