Package us.zoom.sdk

Class Alternativehost


  • public class Alternativehost
    extends java.lang.Object
    Alternative host user information.
    • Constructor Summary

      Constructors 
      Constructor Description
      Alternativehost()  
      Alternativehost​(java.lang.String email)
      Alternative host's information.
      Alternativehost​(java.lang.String email, java.lang.String firstName, java.lang.String lastName, java.lang.String picUrl, long pmi)
      Alternative host's information.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getEmail()
      Get email box of alternative host.
      java.lang.String getFirstName()
      Get first name of alternative host.
      java.lang.String getLastName()
      Get last name of alternative host.
      java.lang.String getPicUrl()
      Get the avatar link of alternative host.
      long getPmi()
      Get the personal meeting number of alternative host.
      void setEmail​(java.lang.String email)
      Set email box of alternative host.
      void setFirstName​(java.lang.String firstName)
      Set the first name of alternative host.
      void setLastName​(java.lang.String lastName)
      Set the last name of alternative host.
      void setPicUrl​(java.lang.String picUrl)
      Set the avatar link of alternative host.
      void setPmi​(long pmi)
      Set the personal meeting number of alternative host.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Alternativehost

        public Alternativehost()
      • Alternativehost

        public Alternativehost​(java.lang.String email,
                               java.lang.String firstName,
                               java.lang.String lastName,
                               java.lang.String picUrl,
                               long pmi)
        Alternative host's information.
        Parameters:
        email - 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.
      • Alternativehost

        public Alternativehost​(java.lang.String email)
        Alternative host's information.
        Parameters:
        email - The email box of alternative host.
    • Method Detail

      • getEmail

        public java.lang.String getEmail()
        Get email box of alternative host.
        Returns:
        The email of alternative host.
      • setEmail

        public void setEmail​(java.lang.String email)
        Set email box of alternative host.
        Parameters:
        email - The email of alternative host.
      • getFirstName

        public java.lang.String getFirstName()
        Get first name of alternative host.
        Returns:
        The first name of alternative host.
      • setFirstName

        public void setFirstName​(java.lang.String firstName)
        Set the first name of alternative host.
        Parameters:
        firstName - The first name of alternative host.
      • getLastName

        public java.lang.String getLastName()
        Get last name of alternative host.
        Returns:
        The last name of alternative host.
      • setLastName

        public void setLastName​(java.lang.String lastName)
        Set the last name of alternative host.
        Parameters:
        lastName - The last name of alternative host.
      • getPicUrl

        public java.lang.String getPicUrl()
        Get the avatar link of alternative host.
        Returns:
        The avatar link of alternative host.
      • setPicUrl

        public void setPicUrl​(java.lang.String picUrl)
        Set the avatar link of alternative host.
        Parameters:
        picUrl - The avatar link of alternative host.
      • getPmi

        public long getPmi()
        Get the personal meeting number of alternative host.
        Returns:
        personal meeting number
      • setPmi

        public void setPmi​(long pmi)
        Set the personal meeting number of alternative host.
        Parameters:
        pmi - Personal meeting number.