public class CosInfo extends AbstractModel
Constructor and Description |
---|
CosInfo() |
CosInfo(CosInfo 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 |
---|---|
Long |
getSize()
Get COS存储大小,单位TB
|
String |
getType()
Get COS存储类型,默认为cos
|
void |
setSize(Long Size)
Set COS存储大小,单位TB
|
void |
setType(String Type)
Set COS存储类型,默认为cos
|
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 CosInfo()
public CosInfo(CosInfo source)
public Long getSize()
public void setSize(Long Size)
Size
- COS存储大小,单位TBpublic String getType()
public void setType(String Type)
Type
- COS存储类型,默认为cosCopyright © 2022. All rights reserved.