public class ResourceUrlInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ResourceUrlInfo() | 
| ResourceUrlInfo(ResourceUrlInfo 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 | getName()Get 资源名称 | 
| String | getType()Get 资源类型 | 
| String | getUrl()Get 资源链接地址,过期时间5分钟 | 
| void | setName(String Name)Set 资源名称 | 
| void | setType(String Type)Set 资源类型 | 
| void | setUrl(String Url)Set 资源链接地址,过期时间5分钟 | 
| 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 ResourceUrlInfo()
public ResourceUrlInfo(ResourceUrlInfo source)
public String getUrl()
public void setUrl(String Url)
Url - 资源链接地址,过期时间5分钟public String getName()
public void setName(String Name)
Name - 资源名称public String getType()
public void setType(String Type)
Type - 资源类型Copyright © 2025. All rights reserved.