public class GetChangeRecordResponseBody
extends com.aliyun.tea.TeaModel
构造器和说明 |
---|
GetChangeRecordResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static GetChangeRecordResponseBody |
build(Map<String,?> map) |
String |
getData() |
Long |
getTotal() |
GetChangeRecordResponseBody |
setData(String data) |
GetChangeRecordResponseBody |
setTotal(Long total) |
@NameInMap(value="data") public String data
@NameInMap(value="total") public Long total
public static GetChangeRecordResponseBody build(Map<String,?> map) throws Exception
Exception
public GetChangeRecordResponseBody setData(String data)
public String getData()
public GetChangeRecordResponseBody setTotal(Long total)
public Long getTotal()
Copyright © 2024. All rights reserved.