public class AlipayInsUnderwriteUserPolicyQueryModel extends AlipayObject
Constructor and Description |
---|
AlipayInsUnderwriteUserPolicyQueryModel() |
Modifier and Type | Method and Description |
---|---|
Long |
getPageNo()
Gets page no.
|
Long |
getPageSize()
Gets page size.
|
InsQueryPerson |
getPerson()
Gets person.
|
List<String> |
getProductList()
Gets product list.
|
String |
getStatus()
Gets status.
|
void |
setPageNo(Long pageNo)
Sets page no.
|
void |
setPageSize(Long pageSize)
Sets page size.
|
void |
setPerson(InsQueryPerson person)
Sets person.
|
void |
setProductList(List<String> productList)
Sets product list.
|
void |
setStatus(String status)
Sets status.
|
public AlipayInsUnderwriteUserPolicyQueryModel()
public Long getPageNo()
public void setPageNo(Long pageNo)
pageNo
- the page nopublic Long getPageSize()
public void setPageSize(Long pageSize)
pageSize
- the page sizepublic InsQueryPerson getPerson()
public void setPerson(InsQueryPerson person)
person
- the personpublic void setProductList(List<String> productList)
productList
- the product listpublic String getStatus()
public void setStatus(String status)
status
- the statusCopyright © 2018. All rights reserved.