public class DeleteSignStatus extends AbstractModel
| Constructor and Description | 
|---|
| DeleteSignStatus() | 
| 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, toJsonStringpublic 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 © 2020. All rights reserved.