public class CdnIpHistory extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getDatetime()
Get 操作类型对应的操作时间
当该值为 null 时表示无历史状态变更记录
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getStatus()
Get 操作类型
online:节点上线
offline:节点下线
|
void |
setDatetime(String Datetime)
Set 操作类型对应的操作时间
当该值为 null 时表示无历史状态变更记录
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStatus(String Status)
Set 操作类型
online:节点上线
offline:节点下线
|
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 CdnIpHistory()
public CdnIpHistory(CdnIpHistory source)
public String getStatus()
public void setStatus(String Status)
Status
- 操作类型
online:节点上线
offline:节点下线public String getDatetime()
public void setDatetime(String Datetime)
Datetime
- 操作类型对应的操作时间
当该值为 null 时表示无历史状态变更记录
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.