public class ComplextMockModel extends AlipayObject
Constructor and Description |
---|
ComplextMockModel() |
Modifier and Type | Method and Description |
---|---|
SimpleMockModel |
getBizModel()
Gets biz model.
|
Long |
getBizNum()
Gets biz num.
|
String |
getBizType()
Gets biz type.
|
void |
setBizModel(SimpleMockModel bizModel)
Sets biz model.
|
void |
setBizNum(Long bizNum)
Sets biz num.
|
void |
setBizType(String bizType)
Sets biz type.
|
public SimpleMockModel getBizModel()
public void setBizModel(SimpleMockModel bizModel)
bizModel
- the biz modelpublic Long getBizNum()
public void setBizNum(Long bizNum)
bizNum
- the biz numpublic String getBizType()
public void setBizType(String bizType)
bizType
- the biz typeCopyright © 2018. All rights reserved.