public class AlipayCommerceMallDigitalshopQueryResponse extends AlipayResponse
| 构造器和说明 |
|---|
AlipayCommerceMallDigitalshopQueryResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<DigitalShopInfo> |
getDigitalShopList() |
String |
getMallId() |
String |
getMallName() |
void |
setDigitalShopList(List<DigitalShopInfo> digitalShopList) |
void |
setMallId(String mallId) |
void |
setMallName(String mallName) |
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic AlipayCommerceMallDigitalshopQueryResponse()
public void setDigitalShopList(List<DigitalShopInfo> digitalShopList)
public List<DigitalShopInfo> getDigitalShopList()
public void setMallId(String mallId)
public String getMallId()
public void setMallName(String mallName)
public String getMallName()
Copyright © 2024. All rights reserved.