public class CdnIpHistory extends AbstractModel
Constructor and Description |
---|
CdnIpHistory() |
Modifier and Type | Method and Description |
---|---|
String |
getDatetime()
Get Operation time corresponding to operation type
If this value is null, there are no status change records
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getStatus()
Get Operation type
online: node is online
offline: node is offline
|
void |
setDatetime(String Datetime)
Set Operation time corresponding to operation type
If this value is null, there are no status change records
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setStatus(String Status)
Set Operation type
online: node is online
offline: node is 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 String getStatus()
public void setStatus(String Status)
Status
- Operation type
online: node is online
offline: node is offlinepublic String getDatetime()
public void setDatetime(String Datetime)
Datetime
- Operation time corresponding to operation type
If this value is null, there are no status change records
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2020. All rights reserved.