-
public class CloudConfigBean
Oss configuration information.
-
-
Field Summary
Fields Modifier and Type Field Description private PathConfig
pathConfig
private String
expiration
private String
region
private String
token
private String
sk
private String
provider
private String
endpoint
private String
ak
private String
bucket
-
Method Summary
Modifier and Type Method Description PathConfig
getPathConfig()
Get path config,about the oss url. void
setPathConfig(PathConfig pathConfig)
Set path config,about the oss url. String
getExpiration()
Get expiration,about the oss url. void
setExpiration(String expiration)
Set expiration,about the oss url. String
getRegion()
Get region,about the oss url. void
setRegion(String region)
Set region,about the oss url. String
getToken()
Get token,about the oss url. void
setToken(String token)
Set token,about the oss url. String
getSk()
Get sk,about the oss url. void
setSk(String sk)
Set sk,about the oss url. String
getProvider()
Get provider,about the oss url. void
setProvider(String provider)
Set provider,about the oss url. String
getEndpoint()
Get endpoint,about the oss url. void
setEndpoint(String endpoint)
Set endpoint,about the oss url. String
getAk()
Get ak,about the oss url. void
setAk(String ak)
Set ak,about the oss url. String
getBucket()
Get bucket,about the oss url. void
setBucket(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.
-
-
-
-