cn.signit.sdk.pojo
类 Contact

java.lang.Object
  继承者 cn.signit.sdk.pojo.Contact

public class Contact
extends Object

用户联系方式. 包含邮箱和手机号码.

从以下版本开始:
2.0.0

嵌套类摘要
static class Contact.Builder
          用户联系方式对象建造器
 
构造方法摘要
Contact()
           
Contact(Contact.Builder builder)
           
 
方法摘要
static Contact.Builder builder()
           
 String getEmail()
           
 String getPhone()
           
 Contact.Builder newBuilder()
           
 void setEmail(String email)
           
 void setPhone(String phone)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

Contact

public Contact()

Contact

public Contact(Contact.Builder builder)
方法详细信息

getEmail

public String getEmail()

getPhone

public String getPhone()

setEmail

public void setEmail(String email)

setPhone

public void setPhone(String phone)

newBuilder

public Contact.Builder newBuilder()

builder

public static Contact.Builder builder()


Copyright © 2019. All rights reserved.