public class ContactInfoVO extends AlipayObject
| 构造器和说明 |
|---|
ContactInfoVO() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getContactName() |
String |
getEncryptionContent() |
String |
getPhoneNumber() |
void |
setContactName(String contactName) |
void |
setEncryptionContent(String encryptionContent) |
void |
setPhoneNumber(String phoneNumber) |
public String getContactName()
public void setContactName(String contactName)
public String getEncryptionContent()
public void setEncryptionContent(String encryptionContent)
public String getPhoneNumber()
public void setPhoneNumber(String phoneNumber)
Copyright © 2023. All rights reserved.