public class AlipayEbppMerchantConfigGetResponse extends AlipayResponse
Constructor and Description |
---|
AlipayEbppMerchantConfigGetResponse() |
Modifier and Type | Method and Description |
---|---|
List<MerchantInstConfig> |
getInstConfigs()
Gets inst configs.
|
String |
getMerchantUserId()
Gets merchant user id.
|
void |
setInstConfigs(List<MerchantInstConfig> instConfigs)
Sets inst configs.
|
void |
setMerchantUserId(String merchantUserId)
Sets merchant user id.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsg
public void setInstConfigs(List<MerchantInstConfig> instConfigs)
instConfigs
- the inst configspublic List<MerchantInstConfig> getInstConfigs()
public void setMerchantUserId(String merchantUserId)
merchantUserId
- the merchant user idpublic String getMerchantUserId()
Copyright © 2018. All rights reserved.