public class UrlSignatureAuthPolicy extends AbstractModel
Constructor and Description |
---|
UrlSignatureAuthPolicy() |
UrlSignatureAuthPolicy(UrlSignatureAuthPolicy source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getEncryptedKey()
Get [Key 防盗链](https://cloud.tencent.com/document/product/266/14047)中用于生成签名的密钥。
EncryptedKey 字符串的长度为8~40个字节,不能包含不可见字符。
|
String |
getStatus()
Get [Key 防盗链](https://cloud.tencent.com/document/product/266/14047)设置状态,可选值:
Enabled: 启用。
Disabled: 禁用。
|
void |
setEncryptedKey(String EncryptedKey)
Set [Key 防盗链](https://cloud.tencent.com/document/product/266/14047)中用于生成签名的密钥。
EncryptedKey 字符串的长度为8~40个字节,不能包含不可见字符。
|
void |
setStatus(String Status)
Set [Key 防盗链](https://cloud.tencent.com/document/product/266/14047)设置状态,可选值:
Enabled: 启用。
Disabled: 禁用。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public UrlSignatureAuthPolicy()
public UrlSignatureAuthPolicy(UrlSignatureAuthPolicy source)
public String getStatus()
public void setStatus(String Status)
Status
- [Key 防盗链](https://cloud.tencent.com/document/product/266/14047)设置状态,可选值:
public String getEncryptedKey()
public void setEncryptedKey(String EncryptedKey)
EncryptedKey
- [Key 防盗链](https://cloud.tencent.com/document/product/266/14047)中用于生成签名的密钥。
EncryptedKey 字符串的长度为8~40个字节,不能包含不可见字符。Copyright © 2022. All rights reserved.