Class UrlRecord
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdn.v20180606.models.UrlRecord
-
public class UrlRecord extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCreateTime()Get 创建时间 注意:此字段可能返回 null,表示取不到有效值。StringgetRealUrl()Get 对应的url 注意:此字段可能返回 null,表示取不到有效值。StringgetStatus()Get 状态(disable表示封禁,enable表示解封) 注意:此字段可能返回 null,表示取不到有效值。StringgetUpdateTime()Get 更新时间 注意:此字段可能返回 null,表示取不到有效值。voidsetCreateTime(String CreateTime)Set 创建时间 注意:此字段可能返回 null,表示取不到有效值。voidsetRealUrl(String RealUrl)Set 对应的url 注意:此字段可能返回 null,表示取不到有效值。voidsetStatus(String Status)Set 状态(disable表示封禁,enable表示解封) 注意:此字段可能返回 null,表示取不到有效值。voidsetUpdateTime(String UpdateTime)Set 更新时间 注意:此字段可能返回 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
-
UrlRecord
public UrlRecord()
-
UrlRecord
public UrlRecord(UrlRecord 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
-
getStatus
public String getStatus()
Get 状态(disable表示封禁,enable表示解封) 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Status 状态(disable表示封禁,enable表示解封) 注意:此字段可能返回 null,表示取不到有效值。
-
setStatus
public void setStatus(String Status)
Set 状态(disable表示封禁,enable表示解封) 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Status- 状态(disable表示封禁,enable表示解封) 注意:此字段可能返回 null,表示取不到有效值。
-
getRealUrl
public String getRealUrl()
Get 对应的url 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- RealUrl 对应的url 注意:此字段可能返回 null,表示取不到有效值。
-
setRealUrl
public void setRealUrl(String RealUrl)
Set 对应的url 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
RealUrl- 对应的url 注意:此字段可能返回 null,表示取不到有效值。
-
getCreateTime
public String getCreateTime()
Get 创建时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CreateTime 创建时间 注意:此字段可能返回 null,表示取不到有效值。
-
setCreateTime
public void setCreateTime(String CreateTime)
Set 创建时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CreateTime- 创建时间 注意:此字段可能返回 null,表示取不到有效值。
-
getUpdateTime
public String getUpdateTime()
Get 更新时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- UpdateTime 更新时间 注意:此字段可能返回 null,表示取不到有效值。
-
setUpdateTime
public void setUpdateTime(String UpdateTime)
Set 更新时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
UpdateTime- 更新时间 注意:此字段可能返回 null,表示取不到有效值。
-
-