public class StorageInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
StorageInfo() |
StorageInfo(StorageInfo 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 |
getBucketId()
Get 存储桶 ID。
|
String |
getCreateTime()
Get 存储的创建时间。
|
String |
getInternetAccessDomain()
Get 存储公网源站访问域名。
|
String |
getInternetAccessDomainStatus()
Get 存储公网源站访问域名的状态,取值有:
ONLINE:已生效;
DEPLOYING: 部署中。
|
String |
getStorageName()
Get 存储名称。
|
String |
getStorageRegion()
Get 存储所在区域。
|
void |
setBucketId(String BucketId)
Set 存储桶 ID。
|
void |
setCreateTime(String CreateTime)
Set 存储的创建时间。
|
void |
setInternetAccessDomain(String InternetAccessDomain)
Set 存储公网源站访问域名。
|
void |
setInternetAccessDomainStatus(String InternetAccessDomainStatus)
Set 存储公网源站访问域名的状态,取值有:
ONLINE:已生效;
DEPLOYING: 部署中。
|
void |
setStorageName(String StorageName)
Set 存储名称。
|
void |
setStorageRegion(String StorageRegion)
Set 存储所在区域。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public StorageInfo()
public StorageInfo(StorageInfo source)
public String getBucketId()
public void setBucketId(String BucketId)
BucketId
- 存储桶 ID。public String getStorageName()
public void setStorageName(String StorageName)
StorageName
- 存储名称。public String getStorageRegion()
public void setStorageRegion(String StorageRegion)
StorageRegion
- 存储所在区域。public String getInternetAccessDomainStatus()
public void setInternetAccessDomainStatus(String InternetAccessDomainStatus)
InternetAccessDomainStatus
- 存储公网源站访问域名的状态,取值有:
public String getInternetAccessDomain()
public void setInternetAccessDomain(String InternetAccessDomain)
InternetAccessDomain
- 存储公网源站访问域名。public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 存储的创建时间。Copyright © 2025. All rights reserved.