public class AlipayUserAccountFreezeGetResponse extends AlipayResponse
Constructor and Description |
---|
AlipayUserAccountFreezeGetResponse() |
Modifier and Type | Method and Description |
---|---|
List<AccountFreeze> |
getFreezeItems()
Gets freeze items.
|
String |
getTotalResults()
Gets total results.
|
void |
setFreezeItems(List<AccountFreeze> freezeItems)
Sets freeze items.
|
void |
setTotalResults(String totalResults)
Sets total results.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsg
public void setFreezeItems(List<AccountFreeze> freezeItems)
freezeItems
- the freeze itemspublic List<AccountFreeze> getFreezeItems()
public void setTotalResults(String totalResults)
totalResults
- the total resultspublic String getTotalResults()
Copyright © 2018. All rights reserved.