@ConfigurationProperties(prefix="qcloud.cos") public static class QCloudFileHandler.QCloudProperties extends Object
| Constructor and Description |
|---|
QCloudProperties() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAppId() |
String |
getRegion() |
String |
getSecretId() |
String |
getSecretKey() |
void |
setAppId(Long appId) |
void |
setRegion(String region) |
void |
setSecretId(String secretId) |
void |
setSecretKey(String secretKey) |
public Long getAppId()
public String getSecretId()
public String getSecretKey()
public String getRegion()
public void setAppId(Long appId)
public void setSecretId(String secretId)
public void setSecretKey(String secretKey)
public void setRegion(String region)
Copyright © 2020. All rights reserved.