public class ResourceLoc extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ResourceLoc() | 
| ResourceLoc(ResourceLoc 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 | 
|---|---|
| ResourceLocParam | getParam()Get 描述资源位置的json | 
| Long | getStorageType()Get 资源位置的存储类型,目前只支持1:COS | 
| void | setParam(ResourceLocParam Param)Set 描述资源位置的json | 
| void | setStorageType(Long StorageType)Set 资源位置的存储类型,目前只支持1:COS | 
| 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 ResourceLoc()
public ResourceLoc(ResourceLoc source)
public Long getStorageType()
public void setStorageType(Long StorageType)
StorageType - 资源位置的存储类型,目前只支持1:COSpublic ResourceLocParam getParam()
public void setParam(ResourceLocParam Param)
Param - 描述资源位置的jsonCopyright © 2025. All rights reserved.