public class OldComplextMockModel extends AlipayObject
| Constructor and Description |
|---|
OldComplextMockModel() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getBizNum()
Gets biz num.
|
String |
getBizType()
Gets biz type.
|
SimpleMockModel |
getSimpleMockModel()
Gets simple mock model.
|
void |
setBizNum(Long bizNum)
Sets biz num.
|
void |
setBizType(String bizType)
Sets biz type.
|
void |
setSimpleMockModel(SimpleMockModel simpleMockModel)
Sets simple mock model.
|
public Long getBizNum()
public void setBizNum(Long bizNum)
bizNum - the biz numpublic String getBizType()
public void setBizType(String bizType)
bizType - the biz typepublic SimpleMockModel getSimpleMockModel()
public void setSimpleMockModel(SimpleMockModel simpleMockModel)
simpleMockModel - the simple mock modelCopyright © 2018. All rights reserved.