com.lenovo.android.app.admin
Class LenovoDevicePolicyManager.LenovoADServerInfo

java.lang.Object
  extended by com.lenovo.android.app.admin.LenovoDevicePolicyManager.LenovoADServerInfo
Enclosing class:
LenovoDevicePolicyManager

public abstract static class LenovoDevicePolicyManager.LenovoADServerInfo
extends java.lang.Object

The Class LenovoADServerInfo.


Constructor Summary
LenovoDevicePolicyManager.LenovoADServerInfo()
           
 
Method Summary
abstract  java.lang.String getPassword()
          Gets the password.
abstract  java.lang.String getServerIP()
          Gets the server IP address.
abstract  java.lang.String getUserID()
          Gets the user id.
abstract  void setPassword(java.lang.String password)
          Sets the password.
abstract  void setServerIP(java.lang.String serverIP)
          Sets the server IP.
abstract  void setUserID(java.lang.String userID)
          Sets the user id.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LenovoDevicePolicyManager.LenovoADServerInfo

public LenovoDevicePolicyManager.LenovoADServerInfo()
Method Detail

getPassword

public abstract java.lang.String getPassword()
Gets the password.

Returns:
The password

getServerIP

public abstract java.lang.String getServerIP()
Gets the server IP address.

Returns:
the server IP address

getUserID

public abstract java.lang.String getUserID()
Gets the user id.

Returns:
The user ID

setPassword

public abstract void setPassword(java.lang.String password)
Sets the password.

Parameters:
password - The password

setServerIP

public abstract void setServerIP(java.lang.String serverIP)
Sets the server IP.

Parameters:
serverIP - The server IP address

setUserID

public abstract void setUserID(java.lang.String userID)
Sets the user id.

Parameters:
userID - The user ID