public class CosInfo extends AbstractModel
header, skipSign| 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 size, in TB | 
| String | getType()Get COS type, COS by default | 
| void | setSize(Long Size)Set COS size, in TB | 
| void | setType(String Type)Set COS type, COS by default | 
| 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, toJsonStringpublic CosInfo()
public CosInfo(CosInfo source)
public Long getSize()
public void setSize(Long Size)
Size - COS size, in TBpublic String getType()
public void setType(String Type)
Type - COS type, COS by defaultCopyright © 2025. All rights reserved.