getDeviceName method
Implementation
String getDeviceName() {
if (!isValid()) {
throw new ResponseInvalidException();
} else {
return _deviceName;
}
}
String getDeviceName() {
if (!isValid()) {
throw new ResponseInvalidException();
} else {
return _deviceName;
}
}