public class RecResultInfo extends AlipayObject
Constructor and Description |
---|
RecResultInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getCode()
Gets code.
|
List<RecItemInfo> |
getItems()
Gets items.
|
String |
getMsg()
Gets msg.
|
String |
getPositionId()
Gets position id.
|
Boolean |
getSuccess()
Gets success.
|
void |
setCode(String code)
Sets code.
|
void |
setItems(List<RecItemInfo> items)
Sets items.
|
void |
setMsg(String msg)
Sets msg.
|
void |
setPositionId(String positionId)
Sets position id.
|
void |
setSuccess(Boolean success)
Sets success.
|
public String getCode()
public void setCode(String code)
code
- the codepublic List<RecItemInfo> getItems()
public void setItems(List<RecItemInfo> items)
items
- the itemspublic String getMsg()
public void setMsg(String msg)
msg
- the msgpublic String getPositionId()
public void setPositionId(String positionId)
positionId
- the position idpublic Boolean getSuccess()
public void setSuccess(Boolean success)
success
- the successCopyright © 2018. All rights reserved.