public class GetAuditHistoryResponse
extends com.aliyuncs.AcsResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
GetAuditHistoryResponse.History |
| Constructor and Description |
|---|
GetAuditHistoryResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkShowJsonItemName() |
List<GetAuditHistoryResponse.History> |
getHistories() |
GetAuditHistoryResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
String |
getRequestId() |
String |
getStatus() |
Long |
getTotal() |
void |
setHistories(List<GetAuditHistoryResponse.History> histories) |
void |
setRequestId(String requestId) |
void |
setStatus(String status) |
void |
setTotal(Long total) |
public String getRequestId()
public void setRequestId(String requestId)
public String getStatus()
public void setStatus(String status)
public Long getTotal()
public void setTotal(Long total)
public List<GetAuditHistoryResponse.History> getHistories()
public void setHistories(List<GetAuditHistoryResponse.History> histories)
public GetAuditHistoryResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance in class com.aliyuncs.AcsResponsepublic boolean checkShowJsonItemName()
checkShowJsonItemName in class com.aliyuncs.AcsResponseCopyright © 2020. All Rights Reserved.