public class BaseRestRequestParam extends Object
| Modifier and Type | Field and Description |
|---|---|
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
|
| Constructor and Description |
|---|
BaseRestRequestParam() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPublicKey() |
String |
getSignature() |
void |
setPublicKey(String publicKey) |
void |
setSignature(String signature) |
@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 © 2024. All rights reserved.