public class SonosFavorite extends Object
SonosFavorite class.
| Constructor and Description |
|---|
SonosFavorite()
Constructor for SonosFavorite.
|
SonosFavorite(String id,
String name,
String description,
String type,
URI imageUrl,
List<URI> imageCompilation,
SonosService service)
Constructor for SonosFavorite.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Getter for the field
description. |
String |
getId()
Getter for the field
id. |
List<URI> |
getImageCompilation()
Getter for the field
imageCompilation. |
URI |
getImageUrl()
Getter for the field
imageUrl. |
String |
getName()
Getter for the field
name. |
SonosService |
getService()
Getter for the field
service. |
String |
getType()
Getter for the field
type. |
void |
setDescription(String description)
Setter for the field
description. |
void |
setId(String id)
Setter for the field
id. |
void |
setImageCompilation(List<URI> imageCompilation)
Setter for the field
imageCompilation. |
void |
setImageUrl(URI imageUrl)
Setter for the field
imageUrl. |
void |
setName(String name)
Setter for the field
name. |
void |
setService(SonosService service)
Setter for the field
service. |
void |
setType(String type)
Setter for the field
type. |
String |
toString() |
public SonosFavorite()
Constructor for SonosFavorite.
public void setName(String name)
Setter for the field name.
name - a String object.public String getDescription()
Getter for the field description.
String object.public void setDescription(String description)
Setter for the field description.
description - a String object.public void setType(String type)
Setter for the field type.
type - a String object.public void setImageUrl(URI imageUrl)
Setter for the field imageUrl.
imageUrl - a URI object.public List<URI> getImageCompilation()
Getter for the field imageCompilation.
List object.public void setImageCompilation(List<URI> imageCompilation)
Setter for the field imageCompilation.
imageCompilation - a List object.public SonosService getService()
Getter for the field service.
SonosService object.public void setService(SonosService service)
Setter for the field service.
service - a SonosService object.Copyright © 2018. All rights reserved.