public final class DeviceCredentials extends Object
Constructor and Description |
---|
DeviceCredentials(String deviceName,
String password)
Create a new instance of DeviceCredentials class by
setting associated device name and password.
|
Modifier and Type | Method and Description |
---|---|
String |
getDeviceName()
Get the device name associated with the credentials.
|
String |
getPassword()
Get the password for the device name associated with the credentials.
|
public String getDeviceName()
public String getPassword()
Copyright © 2010–2016. All rights reserved.