Class SoftwareUpdateInfo

java.lang.Object
com.zebra.rfid.api3.SoftwareUpdateInfo

public class SoftwareUpdateInfo extends Object
This class contains parameters required for the software update
  • Constructor Details

    • SoftwareUpdateInfo

      public SoftwareUpdateInfo()
      constructor
    • SoftwareUpdateInfo

      public SoftwareUpdateInfo(String hostName, String userName, String password, boolean factoryReset)
      Overloaded constructor takes the hostname, username and password
      Parameters:
      hostName - Location from where update is to be done (FTP/FTPS/SCP)
      userName - Valid user name
      password - Valid password
  • Method Details

    • getfactoryResetFlag

      public boolean getfactoryResetFlag()
    • getPassword

      public String getPassword()
      Gets the password
    • setPassword

      public void setPassword(String password)
      Sets the password
    • getUserName

      public String getUserName()
      Gets the user name
    • setUserName

      public void setUserName(String userName)
      Sets the user name
    • getHostName

      public String getHostName()
      Gets the host name
      Returns:
    • setHostName

      public void setHostName(String m_sHostName)
      Sets the host name