public class SonosStreamUrlRequest extends Object
SonosStreamUrlRequest class.
| Constructor and Description |
|---|
SonosStreamUrlRequest()
Constructor for SonosStreamUrlRequest.
|
SonosStreamUrlRequest(String itemId,
URI streamUrl,
Boolean playOnCompletion,
SonosMusicContainer stationMetadata)
Constructor for SonosStreamUrlRequest.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getItemId()
Getter for the field
itemId. |
Boolean |
getPlayOnCompletion()
Getter for the field
playOnCompletion. |
SonosMusicContainer |
getStationMetadata()
Getter for the field
stationMetadata. |
URI |
getStreamUrl()
Getter for the field
streamUrl. |
void |
setItemId(String itemId)
Setter for the field
itemId. |
void |
setPlayOnCompletion(Boolean playOnCompletion)
Setter for the field
playOnCompletion. |
void |
setStationMetadata(SonosMusicContainer stationMetadata)
Setter for the field
stationMetadata. |
void |
setStreamUrl(URI streamUrl)
Setter for the field
streamUrl. |
String |
toString() |
public SonosStreamUrlRequest()
Constructor for SonosStreamUrlRequest.
public SonosStreamUrlRequest(String itemId, URI streamUrl, Boolean playOnCompletion, SonosMusicContainer stationMetadata)
Constructor for SonosStreamUrlRequest.
itemId - a String object.streamUrl - a URI object.playOnCompletion - a Boolean object.stationMetadata - a SonosMusicContainer object.public void setItemId(String itemId)
Setter for the field itemId.
itemId - a String object.public void setStreamUrl(URI streamUrl)
Setter for the field streamUrl.
streamUrl - a URI object.public Boolean getPlayOnCompletion()
Getter for the field playOnCompletion.
Boolean object.public void setPlayOnCompletion(Boolean playOnCompletion)
Setter for the field playOnCompletion.
playOnCompletion - a Boolean object.public SonosMusicContainer getStationMetadata()
Getter for the field stationMetadata.
SonosMusicContainer object.public void setStationMetadata(SonosMusicContainer stationMetadata)
Setter for the field stationMetadata.
stationMetadata - a SonosMusicContainer object.Copyright © 2018. All rights reserved.