public class InsObject extends AlipayObject
| Constructor and Description |
|---|
InsObject() |
| Modifier and Type | Method and Description |
|---|---|
String |
getInsuredObjectId()
Gets insured object id.
|
String |
getInsuredObjectInfo()
Gets insured object info.
|
Long |
getType()
Gets type.
|
void |
setInsuredObjectId(String insuredObjectId)
Sets insured object id.
|
void |
setInsuredObjectInfo(String insuredObjectInfo)
Sets insured object info.
|
void |
setType(Long type)
Sets type.
|
public String getInsuredObjectId()
public void setInsuredObjectId(String insuredObjectId)
insuredObjectId - the insured object idpublic String getInsuredObjectInfo()
public void setInsuredObjectInfo(String insuredObjectInfo)
insuredObjectInfo - the insured object infopublic Long getType()
public void setType(Long type)
type - the typeCopyright © 2018. All rights reserved.