| Meeting SDK for Android API Reference
    | 
Alternative host user information. More...
| Public Member Functions | |
| AlternativeHost () | |
| AlternativeHost (String email, String firstName, String lastName, String picUrl, long pmi) | |
| AlternativeHost (String email) | |
| Alternative host's information. | |
| String | getEmail () | 
| void | setEmail (String email) | 
| String | getFirstName () | 
| void | setFirstName (String firstName) | 
| String | getLastName () | 
| void | setLastName (String lastName) | 
| String | getPicUrl () | 
| void | setPicUrl (String picUrl) | 
| long | getPmi () | 
| void | setPmi (long pmi) | 
| Private Attributes | |
| String | |
| String | firstName | 
| String | lastName | 
| String | picUrl | 
| long | pmi | 
Alternative host user information.
Definition at line 5 of file AlternativeHost.java.
| 
 | inline | 
Definition at line 12 of file AlternativeHost.java.
| 
 | inline | 
Alternative host's information.
| The email box of alternative host. | |
| firstName | The first name of alternative host. | 
| lastName | The last name of alternative host. | 
| picUrl | The link of avatar. | 
| pmi | Personal meeting number of alternative host. | 
Definition at line 24 of file AlternativeHost.java.
References us.zoom.sdk.AlternativeHost.email, us.zoom.sdk.AlternativeHost.firstName, us.zoom.sdk.AlternativeHost.lastName, us.zoom.sdk.AlternativeHost.picUrl, and us.zoom.sdk.AlternativeHost.pmi.
| 
 | inline | 
Alternative host's information.
| The email box of alternative host. | 
Definition at line 36 of file AlternativeHost.java.
References us.zoom.sdk.AlternativeHost.email.
| 
 | inline | 
Get email box of alternative host.
Definition at line 45 of file AlternativeHost.java.
References us.zoom.sdk.AlternativeHost.email.
| 
 | inline | 
Get first name of alternative host.
Definition at line 61 of file AlternativeHost.java.
References us.zoom.sdk.AlternativeHost.firstName.
| 
 | inline | 
Get last name of alternative host.
Definition at line 77 of file AlternativeHost.java.
References us.zoom.sdk.AlternativeHost.lastName.
| 
 | inline | 
Get the avatar link of alternative host.
Definition at line 93 of file AlternativeHost.java.
References us.zoom.sdk.AlternativeHost.picUrl.
| 
 | inline | 
Get the personal meeting number of alternative host.
Definition at line 109 of file AlternativeHost.java.
References us.zoom.sdk.AlternativeHost.pmi.
| 
 | inline | 
Set email box of alternative host.
| The email of alternative host. | 
Definition at line 53 of file AlternativeHost.java.
References us.zoom.sdk.AlternativeHost.email.
| 
 | inline | 
Set the first name of alternative host.
| firstName | The first name of alternative host. | 
Definition at line 69 of file AlternativeHost.java.
References us.zoom.sdk.AlternativeHost.firstName.
| 
 | inline | 
Set the last name of alternative host.
| lastName | The last name of alternative host. | 
Definition at line 85 of file AlternativeHost.java.
References us.zoom.sdk.AlternativeHost.lastName.
| 
 | inline | 
Set the avatar link of alternative host.
| picUrl | The avatar link of alternative host. | 
Definition at line 101 of file AlternativeHost.java.
References us.zoom.sdk.AlternativeHost.picUrl.
| 
 | inline | 
Set the personal meeting number of alternative host.
| pmi | Personal meeting number. | 
Definition at line 117 of file AlternativeHost.java.
References us.zoom.sdk.AlternativeHost.pmi.
| 
 | private | 
Definition at line 6 of file AlternativeHost.java.
Referenced by us.zoom.sdk.AlternativeHost.AlternativeHost(), us.zoom.sdk.AlternativeHost.AlternativeHost(), us.zoom.sdk.AlternativeHost.getEmail(), and us.zoom.sdk.AlternativeHost.setEmail().
| 
 | private | 
Definition at line 7 of file AlternativeHost.java.
Referenced by us.zoom.sdk.AlternativeHost.AlternativeHost(), us.zoom.sdk.AlternativeHost.getFirstName(), and us.zoom.sdk.AlternativeHost.setFirstName().
| 
 | private | 
Definition at line 8 of file AlternativeHost.java.
Referenced by us.zoom.sdk.AlternativeHost.AlternativeHost(), us.zoom.sdk.AlternativeHost.getLastName(), and us.zoom.sdk.AlternativeHost.setLastName().
| 
 | private | 
Definition at line 9 of file AlternativeHost.java.
Referenced by us.zoom.sdk.AlternativeHost.AlternativeHost(), us.zoom.sdk.AlternativeHost.getPicUrl(), and us.zoom.sdk.AlternativeHost.setPicUrl().
| 
 | private | 
Definition at line 10 of file AlternativeHost.java.
Referenced by us.zoom.sdk.AlternativeHost.AlternativeHost(), us.zoom.sdk.AlternativeHost.getPmi(), and us.zoom.sdk.AlternativeHost.setPmi().