Package com.zebra.rfid.api3
Class SoftwareUpdateInfo
java.lang.Object
com.zebra.rfid.api3.SoftwareUpdateInfo
This class contains parameters required for the software update
-
Constructor Summary
ConstructorsConstructorDescriptionconstructorSoftwareUpdateInfo
(String hostName, String userName, String password, boolean factoryReset) Overloaded constructor takes the hostname, username and password -
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the host nameGets the passwordGets the user namevoid
setHostName
(String m_sHostName) Sets the host namevoid
setPassword
(String password) Sets the passwordvoid
setUserName
(String userName) Sets the user name
-
Constructor Details
-
SoftwareUpdateInfo
public SoftwareUpdateInfo()constructor -
SoftwareUpdateInfo
Overloaded constructor takes the hostname, username and password- Parameters:
hostName
- Location from where update is to be done (FTP/FTPS/SCP)userName
- Valid user namepassword
- Valid password
-
-
Method Details
-
getfactoryResetFlag
public boolean getfactoryResetFlag() -
getPassword
Gets the password -
setPassword
Sets the password -
getUserName
Gets the user name -
setUserName
Sets the user name -
getHostName
Gets the host name- Returns:
-
setHostName
Sets the host name
-