-
public class CloudConfigBeanOss configuration information.
-
-
Field Summary
Fields Modifier and Type Field Description private PathConfigpathConfigprivate Stringexpirationprivate Stringregionprivate Stringtokenprivate Stringskprivate Stringproviderprivate Stringendpointprivate Stringakprivate Stringbucket
-
Method Summary
Modifier and Type Method Description PathConfiggetPathConfig()Get path config,about the oss url. voidsetPathConfig(PathConfig pathConfig)Set path config,about the oss url. StringgetExpiration()Get expiration,about the oss url. voidsetExpiration(String expiration)Set expiration,about the oss url. StringgetRegion()Get region,about the oss url. voidsetRegion(String region)Set region,about the oss url. StringgetToken()Get token,about the oss url. voidsetToken(String token)Set token,about the oss url. StringgetSk()Get sk,about the oss url. voidsetSk(String sk)Set sk,about the oss url. StringgetProvider()Get provider,about the oss url. voidsetProvider(String provider)Set provider,about the oss url. StringgetEndpoint()Get endpoint,about the oss url. voidsetEndpoint(String endpoint)Set endpoint,about the oss url. StringgetAk()Get ak,about the oss url. voidsetAk(String ak)Set ak,about the oss url. StringgetBucket()Get bucket,about the oss url. voidsetBucket(String bucket)Set oss storage space. -
-
Method Detail
-
getPathConfig
PathConfig getPathConfig()
Get path config,about the oss url.
-
setPathConfig
void setPathConfig(PathConfig pathConfig)
Set path config,about the oss url.
- Parameters:
pathConfig- About the oss url,developers don't have to care.
-
getExpiration
String getExpiration()
Get expiration,about the oss url.
-
setExpiration
void setExpiration(String expiration)
Set expiration,about the oss url.
- Parameters:
expiration- About the oss url,developers don't have to care.
-
getRegion
String getRegion()
Get region,about the oss url.
-
setRegion
void setRegion(String region)
Set region,about the oss url.
- Parameters:
region- About the oss url,developers don't have to care.
-
getToken
String getToken()
Get token,about the oss url.
-
setToken
void setToken(String token)
Set token,about the oss url.
- Parameters:
token- About the oss url,developers don't have to care.
-
getSk
String getSk()
Get sk,about the oss url.
-
setSk
void setSk(String sk)
Set sk,about the oss url.
- Parameters:
sk- About the oss url,developers don't have to care.
-
getProvider
String getProvider()
Get provider,about the oss url.
-
setProvider
void setProvider(String provider)
Set provider,about the oss url.
- Parameters:
provider- About the oss url,developers don't have to care.
-
getEndpoint
String getEndpoint()
Get endpoint,about the oss url.
-
setEndpoint
void setEndpoint(String endpoint)
Set endpoint,about the oss url.
- Parameters:
endpoint- About the oss url,developers don't have to care.
-
getAk
String getAk()
Get ak,about the oss url.
-
setAk
void setAk(String ak)
Set ak,about the oss url.
- Parameters:
ak- About the oss url,developers don't have to care.
-
getBucket
String getBucket()
Get bucket,about the oss url.
-
setBucket
void setBucket(String bucket)
Set oss storage space.
- Parameters:
bucket- oss storage space.
-
-
-
-