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 Operation time corresponding to operation type
If its value is `null`, it means there is no status change record.
|
String |
getStatus()
Get Operation type
`online`: Nodes activated
`offline`: Nodes deactivated
|
void |
setDatetime(String Datetime)
Set Operation time corresponding to operation type
If its value is `null`, it means there is no status change record.
|
void |
setStatus(String Status)
Set Operation type
`online`: Nodes activated
`offline`: Nodes deactivated
|
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
- Operation type
`online`: Nodes activated
`offline`: Nodes deactivatedpublic String getDatetime()
public void setDatetime(String Datetime)
Datetime
- Operation time corresponding to operation type
If its value is `null`, it means there is no status change record.
Note: This field may return `null`, indicating that no valid value can be obtained.Copyright © 2023. All rights reserved.