public class SonosService extends Object
SonosService class.
| Constructor and Description |
|---|
SonosService()
Constructor for SonosService.
|
SonosService(String name,
String id,
URI imageUrl)
Constructor for SonosService.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Getter for the field
id. |
URI |
getImageUrl()
Getter for the field
imageUrl. |
String |
getName()
Getter for the field
name. |
void |
setId(String id)
Setter for the field
id. |
void |
setImageUrl(URI imageUrl)
Setter for the field
imageUrl. |
void |
setName(String name)
Setter for the field
name. |
Copyright © 2018. All rights reserved.