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