public class SearchBrandBoxInfo extends AlipayObject
| 构造器和说明 |
|---|
SearchBrandBoxInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
BoxExclusiveBase |
getBaseInfo() |
String |
getBoxStatus() |
String |
getBoxType() |
String |
getBrandId() |
String |
getChannel() |
String |
getExtInfo() |
BoxOrderStatusInfo |
getFunctionsOrderInfo() |
BoxExclusiveKeyword |
getKeywords() |
String |
getOperatorId() |
String |
getOperatorType() |
List<BoxExclusiveService> |
getRelatedAccounts() |
List<BoxExclusiveService> |
getRelatedFunctions() |
void |
setBaseInfo(BoxExclusiveBase baseInfo) |
void |
setBoxStatus(String boxStatus) |
void |
setBoxType(String boxType) |
void |
setBrandId(String brandId) |
void |
setChannel(String channel) |
void |
setExtInfo(String extInfo) |
void |
setFunctionsOrderInfo(BoxOrderStatusInfo functionsOrderInfo) |
void |
setKeywords(BoxExclusiveKeyword keywords) |
void |
setOperatorId(String operatorId) |
void |
setOperatorType(String operatorType) |
void |
setRelatedAccounts(List<BoxExclusiveService> relatedAccounts) |
void |
setRelatedFunctions(List<BoxExclusiveService> relatedFunctions) |
public BoxExclusiveBase getBaseInfo()
public void setBaseInfo(BoxExclusiveBase baseInfo)
public String getBoxStatus()
public void setBoxStatus(String boxStatus)
public String getBoxType()
public void setBoxType(String boxType)
public String getBrandId()
public void setBrandId(String brandId)
public String getChannel()
public void setChannel(String channel)
public String getExtInfo()
public void setExtInfo(String extInfo)
public BoxOrderStatusInfo getFunctionsOrderInfo()
public void setFunctionsOrderInfo(BoxOrderStatusInfo functionsOrderInfo)
public BoxExclusiveKeyword getKeywords()
public void setKeywords(BoxExclusiveKeyword keywords)
public String getOperatorId()
public void setOperatorId(String operatorId)
public String getOperatorType()
public void setOperatorType(String operatorType)
public List<BoxExclusiveService> getRelatedAccounts()
public void setRelatedAccounts(List<BoxExclusiveService> relatedAccounts)
public List<BoxExclusiveService> getRelatedFunctions()
public void setRelatedFunctions(List<BoxExclusiveService> relatedFunctions)
Copyright © 2023. All rights reserved.