Class ResourceUrlInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.essbasic.v20210526.models.ResourceUrlInfo
-
public class ResourceUrlInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Get 资源名称 注意:此字段可能返回 null,表示取不到有效值。StringgetType()Get 资源类型 注意:此字段可能返回 null,表示取不到有效值。StringgetUrl()Get 资源链接地址,过期时间5分钟 注意:此字段可能返回 null,表示取不到有效值。voidsetName(String Name)Set 资源名称 注意:此字段可能返回 null,表示取不到有效值。voidsetType(String Type)Set 资源类型 注意:此字段可能返回 null,表示取不到有效值。voidsetUrl(String Url)Set 资源链接地址,过期时间5分钟 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ResourceUrlInfo
public ResourceUrlInfo()
-
ResourceUrlInfo
public 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.
-
-
Method Detail
-
getUrl
public String getUrl()
Get 资源链接地址,过期时间5分钟 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Url 资源链接地址,过期时间5分钟 注意:此字段可能返回 null,表示取不到有效值。
-
setUrl
public void setUrl(String Url)
Set 资源链接地址,过期时间5分钟 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Url- 资源链接地址,过期时间5分钟 注意:此字段可能返回 null,表示取不到有效值。
-
getName
public String getName()
Get 资源名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Name 资源名称 注意:此字段可能返回 null,表示取不到有效值。
-
setName
public void setName(String Name)
Set 资源名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Name- 资源名称 注意:此字段可能返回 null,表示取不到有效值。
-
getType
public String getType()
Get 资源类型 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Type 资源类型 注意:此字段可能返回 null,表示取不到有效值。
-
setType
public void setType(String Type)
Set 资源类型 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Type- 资源类型 注意:此字段可能返回 null,表示取不到有效值。
-
-