public class Contact extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Contact.Builder |
| 构造器和说明 |
|---|
Contact() |
Contact(Contact.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getContactName() |
Integer |
getContactType() |
static Contact.Builder |
newBuilder() |
void |
setContactName(String contactName) |
void |
setContactType(Integer contactType) |
public Contact()
public Contact(Contact.Builder builder)
public static Contact.Builder newBuilder()
public Integer getContactType()
public void setContactType(Integer contactType)
public String getContactName()
public void setContactName(String contactName)
Copyright © 2022. All rights reserved.