public class SonosMusicContainer extends Object
SonosMusicContainer class.
| Constructor and Description |
|---|
SonosMusicContainer()
Constructor for SonosMusicContainer.
|
SonosMusicContainer(String name,
SonosMusicSource type,
SonosMusicObjectId id,
SonosService service,
URI imageUrl,
List<SonosTag> tags)
Constructor for SonosMusicContainer.
|
| Modifier and Type | Method and Description |
|---|---|
SonosMusicObjectId |
getId()
Getter for the field
id. |
URI |
getImageUrl()
Getter for the field
imageUrl. |
String |
getName()
Getter for the field
name. |
SonosService |
getService()
Getter for the field
service. |
List<SonosTag> |
getTags()
Getter for the field
tags. |
SonosMusicSource |
getType()
Getter for the field
type. |
void |
setId(SonosMusicObjectId id)
Setter for the field
id. |
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 |
setTags(List<SonosTag> tags)
Setter for the field
tags. |
void |
setType(SonosMusicSource type)
Setter for the field
type. |
String |
toString() |
public SonosMusicContainer()
Constructor for SonosMusicContainer.
public SonosMusicContainer(String name, SonosMusicSource type, SonosMusicObjectId id, SonosService service, URI imageUrl, List<SonosTag> tags)
Constructor for SonosMusicContainer.
name - a String object.type - a SonosMusicSource object.id - a SonosMusicObjectId object.service - a SonosService object.imageUrl - a URI object.tags - a List object.public void setName(String name)
Setter for the field name.
name - a String object.public SonosMusicSource getType()
Getter for the field type.
SonosMusicSource object.public void setType(SonosMusicSource type)
Setter for the field type.
type - a SonosMusicSource object.public SonosMusicObjectId getId()
Getter for the field id.
SonosMusicObjectId object.public void setId(SonosMusicObjectId id)
Setter for the field id.
id - a SonosMusicObjectId 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.public void setImageUrl(URI imageUrl)
Setter for the field imageUrl.
imageUrl - a URI object.public void setTags(List<SonosTag> tags)
Setter for the field tags.
tags - a List object.Copyright © 2018. All rights reserved.