public class AlipayUserCustomerIdentifyModel extends AlipayObject
Constructor and Description |
---|
AlipayUserCustomerIdentifyModel() |
Modifier and Type | Method and Description |
---|---|
String |
getBizType()
Gets biz type.
|
AlipayUserDeviceInfo |
getDeviceInfo()
Gets device info.
|
String |
getExtInfo()
Gets ext info.
|
AlipayUserPrincipalInfo |
getPrincipal()
Gets principal.
|
void |
setBizType(String bizType)
Sets biz type.
|
void |
setDeviceInfo(AlipayUserDeviceInfo deviceInfo)
Sets device info.
|
void |
setExtInfo(String extInfo)
Sets ext info.
|
void |
setPrincipal(AlipayUserPrincipalInfo principal)
Sets principal.
|
public String getBizType()
public void setBizType(String bizType)
bizType
- the biz typepublic AlipayUserDeviceInfo getDeviceInfo()
public void setDeviceInfo(AlipayUserDeviceInfo deviceInfo)
deviceInfo
- the device infopublic String getExtInfo()
public void setExtInfo(String extInfo)
extInfo
- the ext infopublic AlipayUserPrincipalInfo getPrincipal()
public void setPrincipal(AlipayUserPrincipalInfo principal)
principal
- the principalCopyright © 2018. All rights reserved.