Class CdnIpHistory
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdn.v20180606.models.CdnIpHistory
-
public class CdnIpHistory extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CdnIpHistory()CdnIpHistory(CdnIpHistory 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 StringgetDatetime()Get 操作类型对应的操作时间 当该值为 null 时表示无历史状态变更记录 注意:此字段可能返回 null,表示取不到有效值。StringgetStatus()Get 操作类型 online:节点上线 offline:节点下线voidsetDatetime(String Datetime)Set 操作类型对应的操作时间 当该值为 null 时表示无历史状态变更记录 注意:此字段可能返回 null,表示取不到有效值。voidsetStatus(String Status)Set 操作类型 online:节点上线 offline:节点下线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
-
CdnIpHistory
public CdnIpHistory()
-
CdnIpHistory
public CdnIpHistory(CdnIpHistory 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 操作类型 online:节点上线 offline:节点下线- Returns:
- Status 操作类型 online:节点上线 offline:节点下线
-
setStatus
public void setStatus(String Status)
Set 操作类型 online:节点上线 offline:节点下线- Parameters:
Status- 操作类型 online:节点上线 offline:节点下线
-
getDatetime
public String getDatetime()
Get 操作类型对应的操作时间 当该值为 null 时表示无历史状态变更记录 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Datetime 操作类型对应的操作时间 当该值为 null 时表示无历史状态变更记录 注意:此字段可能返回 null,表示取不到有效值。
-
setDatetime
public void setDatetime(String Datetime)
Set 操作类型对应的操作时间 当该值为 null 时表示无历史状态变更记录 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Datetime- 操作类型对应的操作时间 当该值为 null 时表示无历史状态变更记录 注意:此字段可能返回 null,表示取不到有效值。
-
-