public class DeleteSignStatus extends AbstractModel
Constructor and Description |
---|
DeleteSignStatus() |
DeleteSignStatus(DeleteSignStatus 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 |
getDeleteStatus()
Get Deletion status information.
|
Long |
getDeleteTime()
Get Deletion time in seconds in the format of UNIX timestamp.
|
void |
setDeleteStatus(String DeleteStatus)
Set Deletion status information.
|
void |
setDeleteTime(Long DeleteTime)
Set Deletion time in seconds in the format of UNIX timestamp.
|
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 DeleteSignStatus()
public DeleteSignStatus(DeleteSignStatus source)
public String getDeleteStatus()
public void setDeleteStatus(String DeleteStatus)
DeleteStatus
- Deletion status information.public Long getDeleteTime()
public void setDeleteTime(Long DeleteTime)
DeleteTime
- Deletion time in seconds in the format of UNIX timestamp.Copyright © 2021. All rights reserved.